2 references to TryUntrackClosingDocument
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MiscellaneousFilesWorkspace.cs (2)
85
void IOpenTextBufferEventListener.OnCloseDocument(string moniker) =>
TryUntrackClosingDocument
(moniker);
94
if (
TryUntrackClosingDocument
(oldMoniker) || TryGetLanguageInformation(oldMoniker) == null)