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