protected internal override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(_standaloneGCStaticDesc.CompareTo(((StandaloneGCStaticDescRegionNode)other)._standaloneGCStaticDesc, comparer));
 }
Exemple #2
0
 public override int CompareToImpl(ISortableNode other, CompilerComparer comparer)
 {
     return(_standaloneGCStaticDesc.CompareTo(((StandaloneGCStaticDescRegionNode)other)._standaloneGCStaticDesc, comparer));
 }