コード例 #1
0
 public override int CompareToImpl(ISortableNode other, CompilerComparer comparer)
 {
     return(_isEndSymbol.CompareTo(((WindowsUnboxingStubsRegionNode)other)._isEndSymbol));
 }
コード例 #2
0
 public override int CompareToImpl(ISortableNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(_method, ((RuntimeImportMethodNode)other)._method));
 }
コード例 #3
0
 public override int CompareToImpl(ISortableNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(_targetMethod, ((RuntimeMethodHandleNode)other)._targetMethod));
 }
コード例 #4
0
 int ISortableSymbolNode.CompareToImpl(ISortableSymbolNode other, CompilerComparer comparer)
 {
     return(CompareToImpl((ObjectNode)other, comparer));
 }
コード例 #5
0
 public override int CompareToImpl(ISortableNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(_type, ((GCStaticsPreInitDataNode)other)._type));
 }
コード例 #6
0
 protected internal override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(string.Compare(_prefix, ((ThreadStaticsIndexNode)other)._prefix));
 }
コード例 #7
0
 protected internal override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(WrappedMethodIndirectionCellNode, ((RuntimeDecodableJumpStubNode)other).WrappedMethodIndirectionCellNode));
 }
コード例 #8
0
 protected internal override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(_owningMethod, ((MethodGenericDictionaryNode)other)._owningMethod));
 }
コード例 #9
0
 public override int CompareToImpl(ISortableNode other, CompilerComparer comparer)
 {
     return(_startSymbolMangledName.CompareTo(((EmbeddedDataContainerNode)other)._startSymbolMangledName));
 }
コード例 #10
0
 public override int CompareToImpl(ISortableNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(WrappedMethodIndirectionCellNode, ((RuntimeDecodableJumpStubNode)other).WrappedMethodIndirectionCellNode));
 }
コード例 #11
0
 protected internal override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(Method, ((UnboxingStubNode)other).Method));
 }
コード例 #12
0
 protected internal override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(_isEndSymbol.CompareTo(((WindowsUnboxingStubsRegionNode)other)._isEndSymbol));
 }
コード例 #13
0
 protected internal override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(_type, ((GCStaticsNode)other)._type));
 }
コード例 #14
0
 protected override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(comparer.Compare(_targetMethod, ((WebAssemblyVTableSlotNode)other)._targetMethod));
 }