ProjectChanges.GetChangedDocuments Method

Definition

Overloads

GetChangedDocuments(Boolean)

Get changed documents in the order they appear in DocumentIds of NewProject. When onlyGetDocumentsWithTextChanges is true, only get documents with text changes (we only check text source, not actual content); otherwise get documents with any changes i.e. ParseOptions, SourceCodeKind and file path.

GetChangedDocuments()

Get DocumentIds of documents with any changes (textual and non-textual) in the order they appear in DocumentIds of NewProject.

GetChangedDocuments(Boolean)

Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs

Get changed documents in the order they appear in DocumentIds of NewProject. When onlyGetDocumentsWithTextChanges is true, only get documents with text changes (we only check text source, not actual content); otherwise get documents with any changes i.e. ParseOptions, SourceCodeKind and file path.

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::DocumentId ^> ^ GetChangedDocuments(bool onlyGetDocumentsWithTextChanges);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments (bool onlyGetDocumentsWithTextChanges);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__18))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments (bool onlyGetDocumentsWithTextChanges);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__19))]
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments (bool onlyGetDocumentsWithTextChanges);
member this.GetChangedDocuments : bool -> seq<Microsoft.CodeAnalysis.DocumentId>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__18))>]
member this.GetChangedDocuments : bool -> seq<Microsoft.CodeAnalysis.DocumentId>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.CodeAnalysis.ProjectChanges+<GetChangedDocuments>d__19))>]
member this.GetChangedDocuments : bool -> seq<Microsoft.CodeAnalysis.DocumentId>
Public Iterator Function GetChangedDocuments (onlyGetDocumentsWithTextChanges As Boolean) As IEnumerable(Of DocumentId)
Public Function GetChangedDocuments (onlyGetDocumentsWithTextChanges As Boolean) As IEnumerable(Of DocumentId)

Parameters

onlyGetDocumentsWithTextChanges
Boolean

Returns

Attributes

Applies to

GetChangedDocuments()

Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs
Source:
ProjectChanges.cs

Get DocumentIds of documents with any changes (textual and non-textual) in the order they appear in DocumentIds of NewProject.

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::DocumentId ^> ^ GetChangedDocuments();
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId> GetChangedDocuments ();
member this.GetChangedDocuments : unit -> seq<Microsoft.CodeAnalysis.DocumentId>
Public Function GetChangedDocuments () As IEnumerable(Of DocumentId)

Returns

Applies to