1 write to SeenHostDocumentVersion
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
DefaultLSPDocumentSynchronizer.cs (1)
336
SeenHostDocumentVersion
= seenDocumentVersion;
5 references to SeenHostDocumentVersion
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (5)
DefaultLSPDocumentSynchronizer.cs (5)
110
if (requiredHostDocumentVersion == documentContext.
SeenHostDocumentVersion
)
157
if (requiredHostDocumentVersion <= documentContext.
SeenHostDocumentVersion
)
187
if (requiredHostDocumentVersion == documentContext.
SeenHostDocumentVersion
)
347
if (
SeenHostDocumentVersion
== synchronizingContext.RequiredHostDocumentVersion)
354
else if (
SeenHostDocumentVersion
> synchronizingContext.RequiredHostDocumentVersion)