1 override of GetUpdatedSnapshot
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\HtmlVirtualDocument.cs (1)
13
protected 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);