2 instantiations of AssemblyReference
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEModuleBuilder.cs (2)
1038
AssemblyReference asmRef = new
AssemblyReference
(assembly);
1084
Cci.IModuleReference moduleRef = new
AssemblyReference
(container);
5 references to AssemblyReference
Microsoft.CodeAnalysis.CSharp (5)
Emitter\Model\PEModuleBuilder.cs (5)
167
private void ValidateReferencedAssembly(AssemblySymbol assembly,
AssemblyReference
asmRef, DiagnosticBag diagnostics)
1038
AssemblyReference
asmRef = new AssemblyReference(assembly);
1040
AssemblyReference
cachedAsmRef = (
AssemblyReference
)AssemblyOrModuleSymbolToModuleRefMap.GetOrAdd(assembly, asmRef);
1089
ValidateReferencedAssembly(container, (
AssemblyReference
)moduleRef, diagnostics);