1 write to _hostDocumentSyncVersion
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
VirtualDocumentBase.cs (1)
49_hostDocumentSyncVersion = hostDocumentVersion;
2 references to _hostDocumentSyncVersion
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
VirtualDocumentBase.cs (2)
38public override int HostDocumentVersion => _hostDocumentSyncVersion; 50TextBuffer.SetHostDocumentSyncVersion(_hostDocumentSyncVersion);