public override int GetHashCode()
 {
     return(Hash.Combine(Analyzer.GetHashCode(), _analyzerOptions.GetHashCode()));
 }