Base:
method
GetHashCode
Microsoft.CodeAnalysis.ParseOptions.GetHashCode()
5 references to GetHashCode
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\CSharpParseOptionsTests.cs (5)
55/// If this test fails, please update the <see cref="CSharpParseOptions.GetHashCode"/> 120Assert.Equal(options1.GetHashCode(), options2.GetHashCode()); 128Assert.NotEqual(options1.GetHashCode(), options2.GetHashCode());