Implemented interface member:
method
CompareTo
System.IComparable.CompareTo(System.Object)
14 references to CompareTo
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\GenericVarianceNode.cs (1)
120compare = Variance[i].CompareTo(other.Variance[i]);
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
223var charsetCompare = CharSetMangling.CompareTo(other.CharSetMangling);
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (1)
285var compare = _id.CompareTo(((ReadyToRunGenericHelperNode)other)._id);
Compiler\DependencyAnalysis\ReadyToRunHelperNode.cs (1)
186var compare = _id.CompareTo(((ReadyToRunHelperNode)other)._id);
src\runtime\src\coreclr\tools\Common\Pgo\PgoFormat.cs (1)
522return xdescr.CompareTo(ydescr);
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperImport.cs (1)
128result = _helper.CompareTo(otherNode._helper);
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHelperSignature.cs (1)
42return _helperID.CompareTo(((ReadyToRunHelperSignature) other)._helperID);
src\runtime\src\coreclr\tools\Common\Pgo\PgoFormat.cs (1)
522return xdescr.CompareTo(ydescr);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\MethodDesc.Interop.cs (1)
308return Attributes.CompareTo(other.Attributes);
Microsoft.Build (1)
Evaluation\IntrinsicFunctionOverload.cs (1)
24private static IComparer<MemberInfo> LongBeforeDoubleComparer => s_comparerLongBeforeDouble ??= Comparer<MemberInfo>.Create((key0, key1) => SelectTypeOfFirstParameter(key0).CompareTo(SelectTypeOfFirstParameter(key1)));
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\2e2796bccd1466f6\TaintedDataAnalysis.TaintedDataAbstractValueDomain.cs (1)
32return oldValue.Kind.CompareTo(newValue.Kind);
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\40daf5e1cab76dff\TaintedDataAnalysis.TaintedDataAbstractValueDomain.cs (1)
31return oldValue.Kind.CompareTo(newValue.Kind);
ReachFramework (1)
Packaging\XpsInterleavingPolicy.cs (1)
586return xOrder.FlushOrder.CompareTo(yOrder.FlushOrder);
System.Private.CoreLib (1)
Internal\IntrinsicSupport\ComparerHelpers.cs (1)
98return x.CompareTo(y);