Base:
property
Snapshot
Microsoft.VisualStudio.LanguageServer.ContainedLanguage.VirtualDocumentSnapshot.Snapshot
1 write to Snapshot
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\HtmlVirtualDocumentSnapshot.cs (1)
29Snapshot = snapshot;
3 references to Snapshot
Microsoft.VisualStudio.LanguageServices.Razor (3)
LanguageClient\Cohost\CohostWrapWithTagEndpoint.cs (1)
94var htmlSourceText = htmlDocument.Snapshot.AsText();
LanguageClient\Cohost\HtmlDocumentPublisher.cs (1)
58var currentHtmlSourceText = htmlDocument.Snapshot.AsText();
LanguageClient\Cohost\HtmlRequestInvoker.cs (1)
74htmlDocument.Snapshot.TextBuffer,