Implemented interface member:
method
GetContainingAssembly
Microsoft.Cci.IModuleReference.GetContainingAssembly(Microsoft.CodeAnalysis.Emit.EmitContext)
7 references to GetContainingAssembly
Microsoft.CodeAnalysis (7)
PEWriter\MetadataWriter.cs (3)
693
var containingAssembly = this.module.
GetContainingAssembly
(Context);
906
return aref == null || ReferenceEquals(aref, this.module.
GetContainingAssembly
(Context))
1307
if (aref != null && aref != module.
GetContainingAssembly
(Context))
PEWriter\ReferenceIndexer.cs (1)
60
if (definingAssembly != null && !ReferenceEquals(definingAssembly, Context.Module.
GetContainingAssembly
(Context)))
PEWriter\ReferenceIndexerBase.cs (2)
35
if (assemblyReference != Context.Module.
GetContainingAssembly
(Context))
222
if (assemblyReference != null && assemblyReference != Context.Module.
GetContainingAssembly
(Context))
PEWriter\TypeNameSerializer.cs (1)
196
var containingAssembly = context.Module.
GetContainingAssembly
(context);