FindAllReferences should handle Dispose
referenced in using
and foreach
statements
#28228
Labels
Area-IDE
Feature - Async Streams
Async Streams
Feature - enhanced using
Using pattern and declaration
Milestone
See comment in
ComputeImplicitReferenceConflictsAsync
:// TODO: handle Dispose for using statement and Add methods for collection initializers.
Note, if this done at the same time or after C# 8.0, FAR should also account for
DisposeAsync
in async-foreach and async-dispose statements.Relates to #28230
The text was updated successfully, but these errors were encountered: