Base:
method
GetHashCode
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.GetHashCode()
4 references to GetHashCode
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\DelegateTypeTests.cs (4)
15723
Assert.Equal(functionTypeStringNullable.
GetHashCode
(), functionTypeStringNotNullable.
GetHashCode
());
15724
Assert.Equal(functionTypeNullA.
GetHashCode
(), functionTypeNullB.
GetHashCode
());