public void Visit(InlineSelector selector)
 {
   this.Specificity += (1 << 16);
 }
 public void Visit(InlineSelector selector)
 {
   // Do nothing
 }