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