コード例 #1
0
 private static int CombineHashCodes(IPreprocessingSymbol x, int currentHash) =>
 Hash.Combine(x.GetHashCode(), currentHash);
コード例 #2
0
 private int CombineHashCodes(IPreprocessingSymbol x, int currentHash)
 {
     return(Hash.Combine(x.GetHashCode(), currentHash));
 }