Base:
property
HostDocumentSyncVersion
Microsoft.VisualStudio.LanguageServer.ContainedLanguage.VirtualDocumentSnapshot.HostDocumentSyncVersion
1 write to HostDocumentSyncVersion
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\HtmlVirtualDocumentSnapshot.cs (1)
30
HostDocumentSyncVersion
= hostDocumentSyncVersion;
1 reference to HostDocumentSyncVersion
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\HtmlRequestInvokerTest.cs (1)
113
var documentSnapshot = new TestLSPDocumentSnapshot(document.CreateUri(), version: (int)(htmlVirtualDocument.
HostDocumentSyncVersion
!.Value + 1), htmlVirtualDocument);