1 write to HasChanges
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DocumentAnalysisResults.cs (1)
175HasChanges = hasChanges;
8 references to HasChanges
Microsoft.CodeAnalysis.Features (8)
EditAndContinue\DebuggingSession.cs (1)
496if (analysis.HasChanges)
EditAndContinue\DocumentAnalysisResults.cs (3)
39/// The first syntax error, if the document <see cref="HasChanges"/> and a syntax error. Null otherwise. 93/// True if the document <see cref="HasChanges"/> and contains errors that block EnC analysis. 180=> HasChanges && (!SemanticEdits.IsDefaultOrEmpty || !LineEdits.IsDefaultOrEmpty);
EditAndContinue\EditSession.cs (4)
179if (!documentAnalysis.HasChanges) 704if (!analysis.HasChanges) 1263else if (changedDocumentAnalysis.HasChanges) 1493if (changedDocumentAnalysis.HasChanges)