Base:
property
Assembly
System.Reflection.Module.Assembly
9 references to Assembly
mscorlib (9)
system\reflection\customattribute.cs (4)
1047(RuntimeAssembly)customAttributeModule.Assembly); 1599if (decoratedModule.Assembly.ReflectionOnly) 1657if (decoratedModule.Assembly.ReflectionOnly) 1907RuntimeAssembly decoratedModuleAssembly = (RuntimeAssembly)decoratedModule.Assembly;
system\reflection\emit\assemblybuilder.cs (1)
232Contract.Assert(this.InternalAssembly == module.Assembly);
system\reflection\emit\dynamicmethod.cs (3)
653RuntimeAssembly assembly = m_module.Assembly as RuntimeAssembly; 679RuntimeAssembly assembly = m_module.Assembly as RuntimeAssembly; 705RuntimeAssembly assembly = m_module.Assembly as RuntimeAssembly;
system\reflection\module.cs (1)
533return rtModule.Assembly;