Base:
property
Assembly
System.Type.Assembly
8 references to Assembly
mscorlib (8)
system\reflection\customattribute.cs (2)
1408
return type != null && type.
Assembly
.IsFullyTrusted && RuntimeTypeHandle.IsEquivalentType(type);
1906
RuntimeAssembly attributeAssembly = (RuntimeAssembly)attributeType.
Assembly
;
system\reflection\emit\dynamicmethod.cs (4)
513
if (rtOwner.
Assembly
!= m_creatorAssembly)
646
RuntimeAssembly assembly = m_typeOwner.
Assembly
as RuntimeAssembly;
672
RuntimeAssembly assembly = m_typeOwner.
Assembly
as RuntimeAssembly;
698
RuntimeAssembly assembly = m_typeOwner.
Assembly
as RuntimeAssembly;
system\resources\resourcereader.cs (1)
1151
RuntimeAssembly a = (RuntimeAssembly)resourceType.
Assembly
;
system\rttype.cs (1)
3851
return Assembly.CreateQualifiedName(this.
Assembly
.FullName, fullname);