2 implementations of GetContainingAssembly
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (1)
365public Cci.IAssemblyReference GetContainingAssembly(EmitContext context)
Emit\ErrorType.cs (1)
227Cci.IAssemblyReference Cci.IModuleReference.GetContainingAssembly(EmitContext context)
4 references to GetContainingAssembly
Microsoft.CodeAnalysis (4)
PEWriter\MetadataWriter.cs (2)
901aref = mref.GetContainingAssembly(Context); 1301aref = mref.GetContainingAssembly(Context);
PEWriter\ReferenceIndexer.cs (1)
59definingAssembly = ((IModuleReference)definingUnit).GetContainingAssembly(Context);
PEWriter\ReferenceIndexerBase.cs (1)
221assemblyReference = moduleReference.GetContainingAssembly(Context);