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