Base:
8 references to GetHashCode
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
Compilation\CSharpCompilationOptionsTests.cs (7)
64Assert.Equal(newOpt1.GetHashCode(), newOpt2.GetHashCode()); 357/// If this test fails, please update the <see cref="CompilationOptions.GetHashCode"/> 380Assert.Equal(first.GetHashCode(), second.GetHashCode()); 474Assert.Equal(options[j].GetHashCode(), newOptions.GetHashCode());
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\VisualBasicCompilationOptionsTests.vb (1)
519''' If this test fails, please update the <see cref="VisualBasicCompilationOptions.GetHashCode" />