2 writes to ResultId
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
267ResultId = resultId,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionHandler.cs (1)
118ResultId = resultId,
2 references to ResultId
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\CompletionResolveHandler.cs (2)
184if (resolveData?.ResultId == null) 190var cacheEntry = _completionListCache.GetCachedEntry(resolveData.ResultId.Value);