1 write to _module
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
39
_module
= module;
33 references to _module
ILCompiler.TypeSystem (33)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (20)
79
return
_module
.Context;
93
genericParameters[i++] = new EcmaGenericParameter(
_module
, genericParameterHandle);
117
return
_module
;
125
return
_module
.MetadataReader;
146
var type =
_module
.GetType(baseTypeHandle) as MetadataType;
296
yield return
_module
.GetMethod(handle, this);
302
MetadataReader reader =
_module
.MetadataReader;
307
yield return
_module
.GetMethod(handle, this);
330
var method =
_module
.GetMethod(handle, this);
347
var method =
_module
.GetMethod(handle, this);
367
var method =
_module
.GetMethod(handle, this);
390
var method =
_module
.GetMethod(handle, this);
442
var field =
_module
.GetField(handle, this);
456
var fieldInfo =
_module
.GetField(handle, this);
473
var field =
_module
.GetField(handle, this);
485
yield return (EcmaType)
_module
.GetObject(handle);
509
return
_module
.GetType(handle);
531
return
_module
.GetType(handle);
551
var value = attr.DecodeValue(new CustomAttributeTypeProvider(
_module
)).FixedArguments[0].Value;
577
var attrValue = attr.DecodeValue(new CustomAttributeTypeProvider(
_module
));
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.Interfaces.cs (1)
37
DefType interfaceType =
_module
.GetType(interfaceImplementation.Interface) as DefType;
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.MethodImpls.cs (8)
21
MetadataReader metadataReader =
_module
.MetadataReader;
49
(MethodDesc)
_module
.GetObject(methodImpl.MethodDeclaration),
50
(MethodDesc)
_module
.GetObject(methodImpl.MethodBody));
66
MetadataReader metadataReader =
_module
.MetadataReader;
88
owningType = ((MethodDesc)
_module
.GetObject(methodDeclCheckHandle)).OwningType as MetadataType;
93
owningType =
_module
.GetObject(owningTypeHandle) as MetadataType;
104
(MethodDesc)
_module
.GetObject(methodImpl.MethodDeclaration),
105
(MethodDesc)
_module
.GetObject(methodImpl.MethodBody));
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.Sorting.cs (4)
18
int result =
_module
.CompareTo(otherType.
_module
);
22
return
_module
.MetadataReader.GetToken(_handle) - otherType.
_module
.MetadataReader.GetToken(otherType._handle);