1 write to Unboxing
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
158Unboxing = unboxing;
13 references to Unboxing
ILCompiler.ReadyToRun (13)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (1)
108Debug.Assert(_methodArgument.Unboxing == false);
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (3)
48public bool IsUnboxingStub => _method.Unboxing; 121method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null); 127method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null);
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (1)
428if (method.Unboxing)
Compiler\RuntimeDeterminedTypeHelper.cs (2)
136&& methodWithToken1.Unboxing == methodWithToken2.Unboxing;
JitInterface\CorInfoImpl.ReadyToRun.cs (6)
351&& Unboxing == methodWithToken.Unboxing 373if (Unboxing) 393if (Unboxing) 424result = Unboxing.CompareTo(other.Unboxing);