3 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 (1)
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)
505
this.
OnDocumentClosed
(documentId, testDocument.Loader);