Base:
property
Module
System.Type.Module
6 references to Module
mscorlib (6)
system\reflection\Associates.cs (1)
114
associateMethod = reflectedType.
Module
.ResolveMethod(tkMethod, null, null) as RuntimeMethodInfo;
system\reflection\customattribute.cs (1)
2214
GetSecurityAttributes(type.
Module
.ModuleHandle.GetRuntimeModule(), type.MetadataToken, false, out securityAttributes);
system\reflection\memberinfoserializationholder.cs (1)
39
String assemblyName = reflectedClass.
Module
.Assembly.FullName;
system\runtime\remoting\remotingattributes.cs (1)
210
_assemblyName = RI.
Module
.Assembly.FullName;
system\runtime\serialization\formatterservices.cs (2)
98
throw new SerializationException(Environment.GetResourceString("Serialization_NonSerType", type.FullName, type.
Module
.Assembly.FullName));
117
throw new SerializationException(Environment.GetResourceString("Serialization_NonSerType", parentType.FullName, parentType.
Module
.Assembly.FullName));