3 references to GetNullableAnnotationsHashCode
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
47
return Hash.Combine(
GetNullableAnnotationsHashCode
((ITypeSymbol)x), Hash.Combine(typeof(IDynamicTypeSymbol), currentHash));
81
Hash.Combine(
GetNullableAnnotationsHashCode
(x),
177
Hash.Combine(
GetNullableAnnotationsHashCode
(x),