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