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