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