Base:
property
Module
System.Reflection.MemberInfo.Module
5 references to Module
mscorlib (5)
system\exception.cs (1)
504
result.Append(rmi.
Module
.Assembly.FullName);
system\reflection\customattribute.cs (1)
2281
GetSecurityAttributes(method.
Module
.ModuleHandle.GetRuntimeModule(), method.MetadataToken, false, out securityAttributes);
system\reflection\methodinfo.cs (2)
621
if ((declaringType == null &&
Module
.Assembly.ReflectionOnly) || declaringType is ReflectionOnlyType)
673
if ((declaringType == null &&
Module
.Assembly.ReflectionOnly) || declaringType is ReflectionOnlyType)
system\runtime\interopservices\attributes.cs (1)
782
MetadataImport scope = ModuleHandle.GetMetadataImport(method.
Module
.ModuleHandle.GetRuntimeModule());