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