ProjectChanges.GetRemovedAnalyzerConfigDocuments Method

Definition

Get DocumentIds of removed analyzer config documents in the order they appear in DocumentIds of OldProject.

public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetRemovedAnalyzerConfigDocuments ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetRemovedAnalyzerConfigDocuments>d__24))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetRemovedAnalyzerConfigDocuments ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetRemovedAnalyzerConfigDocuments>d__25))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetRemovedAnalyzerConfigDocuments ();
member this.GetRemovedAnalyzerConfigDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetRemovedAnalyzerConfigDocuments>d__24))>]
member this.GetRemovedAnalyzerConfigDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetRemovedAnalyzerConfigDocuments>d__25))>]
member this.GetRemovedAnalyzerConfigDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
Public Function GetRemovedAnalyzerConfigDocuments () As IEnumerable(Of DocumentId)
Public Iterator Function GetRemovedAnalyzerConfigDocuments () As IEnumerable(Of DocumentId)

Returns

Attributes

Applies to