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