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