7 references to Equals
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
673return FixupKind == other.FixupKind && DeclMethod.Equals(other.DeclMethod) && ImplType == other.ImplType && 674((ImplMethod == null && other.ImplMethod == null) || (ImplMethod != null && ImplMethod.Equals(other.ImplMethod))); 1161return Method.Equals(other.Method)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (2)
539return Method.Equals(other.Method) && CallingMethod == other.CallingMethod; 726return IsIndirect.Equals(other.IsIndirect) && MethodWithToken.Equals(other.MethodWithToken);
Compiler\DependencyAnalysis\TypeAndMethod.cs (1)
33Method.Equals(other.Method) &&
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
334Equals(methodWithToken);