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