4 references to OnDocumentClosed
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
79
this.
OnDocumentClosed
(documentId, TextLoader.From(TextAndVersion.Create(text, version)));
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\AdhocWorkspace.cs (1)
170
this.
OnDocumentClosed
(documentId, loader);
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
352
w.
OnDocumentClosed
(documentId, new SourceTextLoader(textContainer, filePath: null));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
484
this.
OnDocumentClosed
(documentId, testDocument.Loader);