Exemplo n.º 1
0
 public override int GetHashCode()
 => Hash.Combine(Span.GetHashCode(), Hash.Combine(IsExceptionRegion, LineDelta));
Exemplo n.º 2
0
 public override int GetHashCode()
 => Hash.Combine(OldSpan.GetHashCode(), Hash.Combine(IsExceptionRegion, NewSpan.GetHashCode()));