5 implementations of GetContainingAssembly
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (1)
451public Cci.IAssemblyReference GetContainingAssembly(EmitContext context)
Emit\ErrorType.cs (1)
228Cci.IAssemblyReference Cci.IModuleReference.GetContainingAssembly(EmitContext context)
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\AssemblyReference.cs (1)
44Cci.IAssemblyReference Cci.IModuleReference.GetContainingAssembly(CodeAnalysis.Emit.EmitContext context)
Emitter\Model\ModuleReference.cs (1)
66Cci.IAssemblyReference Cci.IModuleReference.GetContainingAssembly(EmitContext context)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
AssemblyReference.cs (1)
26IAssemblyReference IModuleReference.GetContainingAssembly(EmitContext context)
4 references to GetContainingAssembly
Microsoft.CodeAnalysis (4)
PEWriter\MetadataWriter.cs (2)
904aref = mref.GetContainingAssembly(Context); 1304aref = mref.GetContainingAssembly(Context);
PEWriter\ReferenceIndexer.cs (1)
59definingAssembly = ((IModuleReference)definingUnit).GetContainingAssembly(Context);
PEWriter\ReferenceIndexerBase.cs (1)
221assemblyReference = moduleReference.GetContainingAssembly(Context);