2 references to IconRawJson
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (2)
104
if (!
IconRawJson
.TryGetValue(vsCompletionItem.Icon.ImageId, out var jsonString))
107
IconRawJson
.TryAdd(vsCompletionItem.Icon.ImageId, jsonString);