1 write to _nextDocumentResultId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\PullHandlers\VersionedPullCache`2.cs (1)
121
var newResultId = $"{_uniqueKey}:{
_nextDocumentResultId
++}";
1 reference to _nextDocumentResultId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\PullHandlers\VersionedPullCache`2.cs (1)
25
/// Lock to protect <see cref="_idToLastReportedResult"/> and <see cref="
_nextDocumentResultId
"/>.