2 instantiations of AssemblyReference
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEModuleBuilder.cs (2)
888
AssemblyReference asmRef = new
AssemblyReference
(assembly);
934
Cci.IModuleReference moduleRef = new
AssemblyReference
(container);
5 references to AssemblyReference
Microsoft.CodeAnalysis.CSharp (5)
Emitter\Model\PEModuleBuilder.cs (5)
165
private void ValidateReferencedAssembly(AssemblySymbol assembly,
AssemblyReference
asmRef, DiagnosticBag diagnostics)
888
AssemblyReference
asmRef = new AssemblyReference(assembly);
890
AssemblyReference
cachedAsmRef = (
AssemblyReference
)AssemblyOrModuleSymbolToModuleRefMap.GetOrAdd(assembly, asmRef);
939
ValidateReferencedAssembly(container, (
AssemblyReference
)moduleRef, diagnostics);