2 instantiations of AssemblyReference
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEModuleBuilder.cs (2)
869
AssemblyReference asmRef = new
AssemblyReference
(assembly);
915
Cci.IModuleReference moduleRef = new
AssemblyReference
(container);
5 references to AssemblyReference
Microsoft.CodeAnalysis.CSharp (5)
Emitter\Model\PEModuleBuilder.cs (5)
163
private void ValidateReferencedAssembly(AssemblySymbol assembly,
AssemblyReference
asmRef, DiagnosticBag diagnostics)
869
AssemblyReference
asmRef = new AssemblyReference(assembly);
871
AssemblyReference
cachedAsmRef = (
AssemblyReference
)AssemblyOrModuleSymbolToModuleRefMap.GetOrAdd(assembly, asmRef);
920
ValidateReferencedAssembly(container, (
AssemblyReference
)moduleRef, diagnostics);