1 write to _parentCompilation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\DecompiledSource\AssemblyResolver.cs (1)
31_parentCompilation = parentCompilation;
2 references to _parentCompilation
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\DecompiledSource\AssemblyResolver.cs (2)
38foreach (var reference in _parentCompilation.GetReferencedAssemblySymbols()) 131var reference = _parentCompilation.GetMetadataReference(assembly);