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