4 references to _inMemoryImagesForTesting
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\DecompiledSource\AssemblyResolver.cs (4)
65
if (
_inMemoryImagesForTesting
.TryGetValue(metadataReference, out var pair))
177
_inMemoryImagesForTesting
.Add(reference, (fileName, image));
182
return
_inMemoryImagesForTesting
.ContainsKey(reference);
187
_inMemoryImagesForTesting
.Clear();