Base:
property
Module
System.Reflection.MemberInfo.Module
2 references to Module
mscorlib (2)
system\reflection\ConstructorInfo.cs (1)
514
if ((declaringType == null &&
Module
.Assembly.ReflectionOnly) || declaringType is ReflectionOnlyType)
system\reflection\customattribute.cs (1)
2509
GetSecurityAttributes(ctor.
Module
.ModuleHandle.GetRuntimeModule(), ctor.MetadataToken, false, out securityAttributes);