2 writes to OwningTypeNotDerivedFromToken
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
160OwningType = GetMethodTokenOwningType(this, constrainedType, genericContextObject, devirtualizedMethodOwner, out OwningTypeNotDerivedFromToken); 165OwningTypeNotDerivedFromToken = true;
7 references to OwningTypeNotDerivedFromToken
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
150if (!_method.OwningTypeNotDerivedFromToken)
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (1)
440if (enforceOwningType || method.OwningTypeNotDerivedFromToken)
JitInterface\CorInfoImpl.ReadyToRun.cs (5)
350&& OwningTypeNotDerivedFromToken == methodWithToken.OwningTypeNotDerivedFromToken; 365if (OwningTypeNotDerivedFromToken) 426result = OwningTypeNotDerivedFromToken.CompareTo(other.OwningTypeNotDerivedFromToken);