2 writes to tokenType
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2070
pResolvedToken.
tokenType
= CorInfoTokenKind.CORINFO_TOKENKIND_ResolvedStaticVirtualMethod;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1636
result.
tokenType
= CorInfoTokenKind.CORINFO_TOKENKIND_DevirtualizedMethod;
7 references to tokenType
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
1376
if (pResolvedToken.
tokenType
== CorInfoTokenKind.CORINFO_TOKENKIND_DevirtualizedMethod)
1389
|| (pResolvedToken.
tokenType
== CorInfoTokenKind.CORINFO_TOKENKIND_DevirtualizedMethod)
1411
if (pResolvedToken.
tokenType
== CorInfoTokenKind.CORINFO_TOKENKIND_ResolvedStaticVirtualMethod)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1882
if (pResolvedToken.
tokenType
== CorInfoTokenKind.CORINFO_TOKENKIND_Newarr)
1885
if (pResolvedToken.
tokenType
is CorInfoTokenKind.CORINFO_TOKENKIND_Await)
1977
if (pResolvedToken.
tokenType
is CorInfoTokenKind.CORINFO_TOKENKIND_Await)
2032
if (pResolvedToken.
tokenType
== CorInfoTokenKind.CORINFO_TOKENKIND_Newarr)