Base:
property
Module
System.Reflection.MemberInfo.Module
4 overrides of Module
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
150public sealed override Module Module
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
38public sealed override Module Module { get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
169public sealed override Module Module
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
135public sealed override Module Module
1 reference to Module
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
154return _genericMethodDefinition.Module;