11 references to GetRuntimeModule
mscorlib (11)
system\reflection\customattribute.cs (5)
119
IList<CustomAttributeData> cad = GetCustomAttributes(target.
GetRuntimeModule
(), target.MetadataToken);
1225
if (IsCustomAttributeDefined(method.
GetRuntimeModule
(), method.MetadataToken, caType))
1235
if (IsCustomAttributeDefined(method.
GetRuntimeModule
(), method.MetadataToken, caType, 0, inherit))
1449
object[] attributes = GetCustomAttributes(method.
GetRuntimeModule
(), method.MetadataToken, pcaCount, caType, !AllowCriticalCustomAttributes(method));
1464
object[] attributes = GetCustomAttributes(method.
GetRuntimeModule
(), method.MetadataToken, 0, caType, mustBeInheritable, result, !AllowCriticalCustomAttributes(method));
system\reflection\methodinfo.cs (3)
157
!CustomAttribute.IsAttributeDefined(
GetRuntimeModule
(), MetadataToken, ctorToken))
559
public override Module Module { get { return
GetRuntimeModule
(); } }
562
internal RuntimeAssembly GetRuntimeAssembly() { return
GetRuntimeModule
().GetRuntimeAssembly(); }
system\reflection\parameterinfo.cs (1)
699
return method.
GetRuntimeModule
();
system\runtime\remoting\soap.cs (2)
481
rtModule = rmi.
GetRuntimeModule
();
527
rtModule = rmi.
GetRuntimeModule
();