5 references to OnAnalyzerConfigDocumentClosed
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
97
this.
OnAnalyzerConfigDocumentClosed
(documentId, TextLoader.From(TextAndVersion.Create(text, version)));
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\AdhocWorkspace.cs (1)
226
this.
OnAnalyzerConfigDocumentClosed
(documentId, loader);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
504
this.
OnAnalyzerConfigDocumentClosed
(documentId, testDocument.Loader);
Microsoft.VisualStudio.LanguageServices (2)
Preview\PreviewUpdater.PreviewDialogWorkspace.cs (1)
31
OnAnalyzerConfigDocumentClosed
(document.Id, new PreviewTextLoader(text));
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
339
w.
OnAnalyzerConfigDocumentClosed
(documentId, new WorkspaceFileTextLoader(w.Services.SolutionServices, moniker, defaultEncoding: null));