4 references to OnDocumentClosed
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
289
workspace.
OnDocumentClosed
(documentIdInfo.DocumentId, new WorkspaceFileTextLoader(workspace.Services.SolutionServices, fileInfo.TemporaryFilePath, MetadataAsSourceGeneratedFileInfo.Encoding));
MetadataAsSource\MetadataAsSourceFileService.cs (1)
216
workspace.
OnDocumentClosed
(documentId, new WorkspaceFileTextLoader(workspace.Services.SolutionServices, filePath, defaultEncoding: null));
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\AdhocWorkspace.cs (1)
170
this.
OnDocumentClosed
(documentId, loader);
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
364
w.
OnDocumentClosed
(documentId, new SourceTextLoader(textContainer, filePath: null));