14 references to TypedReference
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
450
else if (type.IsWellKnownType(WellKnownType.
TypedReference
))
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
496
return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.
TypedReference
));
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (1)
323
if (typeDesc.IsWellKnownType(WellKnownType.
TypedReference
))
Compiler\DependencyAnalysis\ReadyToRun\SignatureContext.cs (1)
58
if (type.IsPrimitive || type.IsString || type.IsObject || type.IsWellKnownType(WellKnownType.
TypedReference
))
IBC\IBCProfileParser.cs (1)
507
return context.GetWellKnownType(WellKnownType.
TypedReference
);
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2728
|| typeDefinition.IsWellKnownType(WellKnownType.
TypedReference
)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3024
return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.
TypedReference
));
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
450
else if (type.IsWellKnownType(WellKnownType.
TypedReference
))
ILCompiler.RyuJit (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3024
return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.
TypedReference
));
ILCompiler.TypeSystem (5)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (2)
121
case WellKnownType.
TypedReference
:
294
return this.IsWellKnownType(WellKnownType.
TypedReference
);
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureEncoder.cs (1)
155
if (type == type.Context.GetWellKnownType(WellKnownType.
TypedReference
))
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
248
return GetWellKnownType(WellKnownType.
TypedReference
);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
69
wkt = WellKnownType.
TypedReference
;