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