5 instantiations of RoslynHashCode
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
src\RoslynAnalyzers\Utilities\Compiler\HashUtilities.cs (4)
25var hashCode = new RoslynHashCode(); 40var hashCode = new RoslynHashCode(); 55var hashCode = new RoslynHashCode(); 71var hashCode = new RoslynHashCode();
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
259var hashCode = new RoslynHashCode();
9 references to RoslynHashCode
Microsoft.CodeAnalysis.ResxSourceGenerator (9)
src\RoslynAnalyzers\Utilities\Compiler\HashUtilities.cs (8)
25var hashCode = new RoslynHashCode(); 30internal static void Combine<T>(ImmutableArray<T> array, ref RoslynHashCode hashCode) 40var hashCode = new RoslynHashCode(); 45internal static void Combine<T>(ImmutableStack<T> stack, ref RoslynHashCode hashCode) 55var hashCode = new RoslynHashCode(); 60internal static void Combine<T>(ImmutableHashSet<T> set, ref RoslynHashCode hashCode) 71var hashCode = new RoslynHashCode(); 76internal static void Combine<TKey, TValue>(ImmutableDictionary<TKey, TValue> dictionary, ref RoslynHashCode hashCode)
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
259var hashCode = new RoslynHashCode();