12 references to GetModule
mscorlib (12)
system\reflection\Associates.cs (1)
67
RuntimeMethodHandleInternal associateMethodHandle = ModuleHandle.ResolveMethodHandleInternalCore(RuntimeTypeHandle.
GetModule
(declaredType), tkMethod, genericArgumentHandles, genericArgumentCount, null, 0);
system\reflection\ConstructorInfo.cs (1)
473
internal RuntimeModule GetRuntimeModule() { return RuntimeTypeHandle.
GetModule
(m_declaringType); }
system\reflection\eventinfo.cs (2)
286
RuntimeTypeHandle.
GetModule
(m_declaringType).Equals(
287
RuntimeTypeHandle.
GetModule
(m.m_declaringType));
system\reflection\fieldinfo.cs (1)
728
return RuntimeTypeHandle.
GetModule
(RuntimeFieldHandle.GetApproxDeclaringType(this));
system\reflection\propertyinfo.cs (2)
246
RuntimeTypeHandle.
GetModule
(m_declaringType).Equals(
247
RuntimeTypeHandle.
GetModule
(m.m_declaringType));
system\rttype.cs (4)
1192
RuntimeModule moduleHandle = RuntimeTypeHandle.
GetModule
(declaringType);
1379
RuntimeModule declaringModuleHandle = RuntimeTypeHandle.
GetModule
(declaringType);
1600
m_isGlobal = RuntimeTypeHandle.
GetModule
(runtimeType).RuntimeType == runtimeType;
3552
return RuntimeTypeHandle.
GetModule
(this);
system\runtimehandles.cs (1)
284
return new ModuleHandle(RuntimeTypeHandle.
GetModule
(m_type));