9 writes to kind
ILCompiler.ReadyToRun (9)
JitInterface\CorInfoImpl.ReadyToRun.cs (9)
2268pResult->kind = CORINFO_CALL_KIND.CORINFO_CALL; 2276pResult->kind = CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_LDVIRTFTN; 2280pResult->kind = CORINFO_CALL_KIND.CORINFO_CALL_CODE_POINTER; 2303pResult->kind = CORINFO_CALL_KIND.CORINFO_CALL; 2308pResult->kind = CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_LDVIRTFTN; 2315pResult->kind = CORINFO_CALL_KIND.CORINFO_CALL; 2345pResult->kind = CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_LDVIRTFTN; // stub dispatch can't handle generic method calls yet 2351pResult->kind = CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_STUB; 2375pResult->kind = CORINFO_CALL_KIND.CORINFO_VIRTUALCALL_STUB;
2 references to kind
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
2543switch (pResult->kind) 2645throw new NotImplementedException(pResult->kind.ToString());