2 instantiations of RuntimeTypeHandleValue
illink (2)
Linker.Dataflow\MethodBodyScanner.cs (1)
871
var typeHandle = new
RuntimeTypeHandleValue
(new TypeProxy(resolvedDefinition, _context));
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
175
=> new
RuntimeTypeHandleValue
(typeHandle.RepresentedType),
3 references to RuntimeTypeHandleValue
illink (3)
Linker.Dataflow\MethodBodyScanner.cs (1)
871
var
typeHandle = new RuntimeTypeHandleValue(new TypeProxy(resolvedDefinition, _context));
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
145
RuntimeTypeHandleValue
typeHandle
387
if (typeHandleValue is
RuntimeTypeHandleValue
runtimeTypeHandleValue)