1 write to MethodWithToken
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
706
MethodWithToken
= methodWithToken;
4 references to MethodWithToken
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (4)
185
key.
MethodWithToken
,
712
return IsIndirect.Equals(other.IsIndirect) &&
MethodWithToken
.Equals(other.
MethodWithToken
);
722
return IsIndirect.GetHashCode() ^ (
MethodWithToken
.GetHashCode() * 23);