6 references to NotifyDocumentManagerChangeListeners
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (6)
DefaultLSPDocumentManager.cs (6)
78NotifyDocumentManagerChangeListeners(old: oldSnapshot, @new: null, virtualOld: null, virtualNew: null, LSPDocumentChangeKind.Removed);
79NotifyDocumentManagerChangeListeners(old: null, @new: newSnapshot, virtualOld: null, virtualNew: null, LSPDocumentChangeKind.Added);
102NotifyDocumentManagerChangeListeners(
131NotifyDocumentManagerChangeListeners(
200NotifyDocumentManagerChangeListeners(old, @new, oldVirtual, newVirtual, LSPDocumentChangeKind.VirtualDocumentChanged);
258NotifyDocumentManagerChangeListeners(old, @new, oldVirtual, newVirtual, LSPDocumentChangeKind.VirtualDocumentChanged);