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