10 references to GetRequiredAnalyzerConfigDocument
Microsoft.CodeAnalysis.EditorFeatures (7)
CodeActions\CodeActionEditHandlerService.cs (2)
239
changedAnalyzerConfigDocuments.Any(static (id, arg) => arg.newSolution.
GetRequiredAnalyzerConfigDocument
(id).HasInfoChanged(arg.oldSolution.
GetRequiredAnalyzerConfigDocument
(id)), (oldSolution, newSolution)))
Preview\AbstractPreviewFactoryService.cs (4)
139
await CreateChangedAnalyzerConfigDocumentPreviewViewAsync(oldSolution.
GetRequiredAnalyzerConfigDocument
(documentId), newSolution.
GetRequiredAnalyzerConfigDocument
(documentId), zoomLevel, c).ConfigureAwaitRunInline()));
146
await CreateAddedAnalyzerConfigDocumentPreviewViewAsync(newSolution.
GetRequiredAnalyzerConfigDocument
(documentId), zoomLevel, c).ConfigureAwaitRunInline()));
153
await CreateRemovedAnalyzerConfigDocumentPreviewViewAsync(oldSolution.
GetRequiredAnalyzerConfigDocument
(documentId), zoomLevel, c).ConfigureAwaitRunInline()));
Shared\Preview\PreviewWorkspace.cs (1)
93
var document = this.CurrentSolution.
GetRequiredAnalyzerConfigDocument
(documentId);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace.SolutionCreator.cs (1)
559
TextDocumentKind.AnalyzerConfigDocument => document.Project.Solution.WithAnalyzerConfigDocumentTextLoader(document.Id, loader, mode).
GetRequiredAnalyzerConfigDocument
(document.Id),
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\TextExtensions.cs (1)
94
.
GetRequiredAnalyzerConfigDocument
(id);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
338
var analyzerConfigDocument = solution.
GetRequiredAnalyzerConfigDocument
(documentId);