SolutionChanges.GetRemovedAnalyzerReferences Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference> GetRemovedAnalyzerReferences ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.SolutionChanges+<GetRemovedAnalyzerReferences>d__7))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference> GetRemovedAnalyzerReferences ();
member this.GetRemovedAnalyzerReferences : unit -> seq<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.SolutionChanges+<GetRemovedAnalyzerReferences>d__7))>]
member this.GetRemovedAnalyzerReferences : unit -> seq<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference>
Public Iterator Function GetRemovedAnalyzerReferences () As IEnumerable(Of AnalyzerReference)
Returns
- Attributes