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