1 instantiation of GetHashCodeVisitor
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.cs (1)
95getHashCodeVisitors.Add(new(this, compareMethodTypeParametersByIndex));
3 references to GetHashCodeVisitor
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.cs (3)
44private readonly ImmutableArray<GetHashCodeVisitor> _getHashCodeVisitors; 82using var getHashCodeVisitors = TemporaryArray<GetHashCodeVisitor>.Empty; 139private GetHashCodeVisitor GetGetHashCodeVisitor(