5 references to Module
System.Private.CoreLib (5)
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
65return DefiningTypeInfo.Module;
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
120return DefiningType.Module;
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
176return _definingTypeInfo.Module;
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
144return DefiningTypeInfo.Module;
System\RuntimeType.NativeAot.cs (1)
852public override Module Module => GetRuntimeTypeInfo().Module;