private static int CombineHashCodes(IPreprocessingSymbol x, int currentHash) =>
 Hash.Combine(x.GetHashCode(), currentHash);
Exemplo n.º 2
0
 private int CombineHashCodes(IPreprocessingSymbol x, int currentHash)
 {
     return(Hash.Combine(x.GetHashCode(), currentHash));
 }