1 write to _implementation
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\UnitTesting\UnitTestingIncrementalAnalyzer.cs (1)
20
=>
_implementation
= implementation;
9 references to _implementation
Microsoft.CodeAnalysis.Workspaces (9)
ExternalAccess\UnitTesting\UnitTestingIncrementalAnalyzer.cs (9)
23
=>
_implementation
.AnalyzeDocumentAsync(document, bodyOpt, new UnitTestingInvocationReasonsWrapper(reasons), cancellationToken);
26
=>
_implementation
.AnalyzeProjectAsync(project, semanticsChanged, new UnitTestingInvocationReasonsWrapper(reasons), cancellationToken);
29
=>
_implementation
.AnalyzeSyntaxAsync(document, new UnitTestingInvocationReasonsWrapper(reasons), cancellationToken);
32
=>
_implementation
.DocumentCloseAsync(document, cancellationToken);
35
=>
_implementation
.DocumentOpenAsync(document, cancellationToken);
38
=>
_implementation
.DocumentResetAsync(document, cancellationToken);
44
=>
_implementation
.NewSolutionSnapshotAsync(solution, cancellationToken);
48
_implementation
.RemoveDocument(documentId);
54
_implementation
.RemoveProject(projectId);