7 implementations of GetContainingAssembly
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (1)
341public Cci.IAssemblyReference GetContainingAssembly(EmitContext context)
Emit\ErrorType.cs (1)
227Cci.IAssemblyReference Cci.IModuleReference.GetContainingAssembly(EmitContext context)
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\AssemblyReference.cs (1)
43Cci.IAssemblyReference Cci.IModuleReference.GetContainingAssembly(CodeAnalysis.Emit.EmitContext context)
Emitter\Model\ModuleReference.cs (1)
65Cci.IAssemblyReference Cci.IModuleReference.GetContainingAssembly(EmitContext context)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
AssemblyReference.cs (1)
26IAssemblyReference IModuleReference.GetContainingAssembly(EmitContext context)
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\AssemblyReference.vb (1)
44Private Function IModuleReferenceGetContainingAssembly(context As EmitContext) As Cci.IAssemblyReference Implements Cci.IModuleReference.GetContainingAssembly
Emit\ModuleReference.vb (1)
52Private Function IModuleReferenceGetContainingAssembly(context As EmitContext) As Cci.IAssemblyReference Implements Cci.IModuleReference.GetContainingAssembly
6 references to GetContainingAssembly
Microsoft.CodeAnalysis (4)
PEWriter\MetadataWriter.cs (2)
894aref = mref.GetContainingAssembly(Context); 1305aref = mref.GetContainingAssembly(Context);
PEWriter\ReferenceIndexer.cs (1)
59definingAssembly = ((IModuleReference)definingUnit).GetContainingAssembly(Context);
PEWriter\ReferenceIndexerBase.cs (1)
207assemblyReference = moduleReference.GetContainingAssembly(Context);
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\AssemblyReference.vb (1)
44Private Function IModuleReferenceGetContainingAssembly(context As EmitContext) As Cci.IAssemblyReference Implements Cci.IModuleReference.GetContainingAssembly
Emit\ModuleReference.vb (1)
52Private Function IModuleReferenceGetContainingAssembly(context As EmitContext) As Cci.IAssemblyReference Implements Cci.IModuleReference.GetContainingAssembly