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