Beispiel #1
0
 public override int GetHashCode()
 {
     return((buildTextNodes ? 1 : 0) ^ recursionBehaviour.GetHashCode()
            ^ (leftRecursiveAlts == null?
               90463 : leftRecursiveAlts.GetHashCode())
            ^ (whitespace == null?
               77403 : whitespace.GetHashCode()));
 }