src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1921result = ResolveTokenWithSubstitution(methodIL, token, typeInst, methodInst);
1962result = ResolveTokenWithSubstitution(methodIL, token, sharedMethod.OwningType.Instantiation, sharedMethod.Instantiation);
1971result = ResolveTokenWithSubstitution(methodIL, token, sharedMethod.OwningType.Instantiation, sharedMethod.Instantiation);
1981result = ResolveTokenWithSubstitution(methodIL, token, sharedMethod.OwningType.Instantiation, sharedMethod.Instantiation);