9 references to GetRequiredAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures (7)
CodeActions\CodeActionEditHandlerService.cs (2)
249
changedAnalyzerConfigDocuments.Any(static (id, arg) => arg.newSolution.
GetRequiredAnalyzerConfigDocument
(id).HasInfoChanged(arg.oldSolution.
GetRequiredAnalyzerConfigDocument
(id)), (oldSolution, newSolution)))
Preview\AbstractPreviewFactoryService.cs (4)
140
await CreateChangedAnalyzerConfigDocumentPreviewViewAsync(oldSolution.
GetRequiredAnalyzerConfigDocument
(documentId), newSolution.
GetRequiredAnalyzerConfigDocument
(documentId), zoomLevel, c).ConfigureAwaitRunInline()));
147
await CreateAddedAnalyzerConfigDocumentPreviewViewAsync(newSolution.
GetRequiredAnalyzerConfigDocument
(documentId), zoomLevel, c).ConfigureAwaitRunInline()));
154
await CreateRemovedAnalyzerConfigDocumentPreviewViewAsync(oldSolution.
GetRequiredAnalyzerConfigDocument
(documentId), zoomLevel, c).ConfigureAwaitRunInline()));
Shared\Preview\PreviewWorkspace.cs (1)
99
var document = this.CurrentSolution.
GetRequiredAnalyzerConfigDocument
(documentId);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\TextExtensions.cs (1)
101
.
GetRequiredAnalyzerConfigDocument
(id);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
344
var analyzerConfigDocument = solution.
GetRequiredAnalyzerConfigDocument
(documentId);