3 references to GetNullableAnnotationsHashCode
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
50
return Hash.Combine(
GetNullableAnnotationsHashCode
((ITypeSymbol)x), Hash.Combine(typeof(IDynamicTypeSymbol), currentHash));
84
Hash.Combine(
GetNullableAnnotationsHashCode
(x),
180
Hash.Combine(
GetNullableAnnotationsHashCode
(x),