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