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