8 references to SemanticChanged
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (6)
786
await incrementalAnalyzer.AnalyzeDocumentAsync(document, bodyOpt: null, InvocationReasons.
SemanticChanged
, CancellationToken.None);
791
await incrementalAnalyzer.AnalyzeDocumentAsync(document, bodyOpt: null, InvocationReasons.
SemanticChanged
, CancellationToken.None);
921
await incrementalAnalyzer.AnalyzeDocumentAsync(document, bodyOpt: null, InvocationReasons.
SemanticChanged
, CancellationToken.None);
930
await incrementalAnalyzer.AnalyzeDocumentAsync(document, bodyOpt: null, InvocationReasons.
SemanticChanged
, CancellationToken.None);
1023
await incrementalAnalyzer.AnalyzeDocumentAsync(document, bodyOpt: null, InvocationReasons.
SemanticChanged
, analyzer.CancellationToken);
1042
await incrementalAnalyzer.AnalyzeDocumentAsync(document, bodyOpt: null, InvocationReasons.
SemanticChanged
, CancellationToken.None);
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (1)
400
new WorkItem(documentId, project.Language, InvocationReasons.
SemanticChanged
,
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (1)
12
public static readonly UnitTestingInvocationReasonsWrapper SemanticChanged = new(InvocationReasons.
SemanticChanged
);