1 write to CallingMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
547CallingMethod = callingMethod;
5 references to CallingMethod
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (5)
131cellKey.CallingMethod); 552return Method.Equals(other.Method) && CallingMethod == other.CallingMethod; 562return (CallingMethod != null ? unchecked(199 * CallingMethod.GetHashCode()) : 0)