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