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