10 references to CorInfoTokenKind
ILCompiler.ReadyToRun (10)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
1376
if (pResolvedToken.tokenType ==
CorInfoTokenKind
.CORINFO_TOKENKIND_DevirtualizedMethod)
1389
|| (pResolvedToken.tokenType ==
CorInfoTokenKind
.CORINFO_TOKENKIND_DevirtualizedMethod)
1411
if (pResolvedToken.tokenType ==
CorInfoTokenKind
.CORINFO_TOKENKIND_ResolvedStaticVirtualMethod)
2070
pResolvedToken.tokenType =
CorInfoTokenKind
.CORINFO_TOKENKIND_ResolvedStaticVirtualMethod;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
1636
result.tokenType =
CorInfoTokenKind
.CORINFO_TOKENKIND_DevirtualizedMethod;
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)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
289
public
CorInfoTokenKind
tokenType;