1 override of GetUpdatedSnapshot
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\HtmlVirtualDocument.cs (1)
13protected override HtmlVirtualDocumentSnapshot GetUpdatedSnapshot(object? state) => new(Uri, TextBuffer.CurrentSnapshot, HostDocumentVersion, state);
2 references to GetUpdatedSnapshot
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
VirtualDocumentBase.cs (2)
31_currentSnapshot = GetUpdatedSnapshot(state: null); 60_currentSnapshot = GetUpdatedSnapshot(state);