4 references to _inMemoryImagesForTesting
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\DecompiledSource\AssemblyResolver.cs (4)
64
if (
_inMemoryImagesForTesting
.TryGetValue(metadataReference, out var pair))
176
_inMemoryImagesForTesting
.Add(reference, (fileName, image));
181
return
_inMemoryImagesForTesting
.ContainsKey(reference);
186
_inMemoryImagesForTesting
.Clear();