5 instantiations of RoslynHashCode
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
src\RoslynAnalyzers\Utilities\Compiler\HashUtilities.cs (4)
27var hashCode = new RoslynHashCode(); 42var hashCode = new RoslynHashCode(); 57var hashCode = new RoslynHashCode(); 73var hashCode = new RoslynHashCode();
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
260var hashCode = new RoslynHashCode();
9 references to RoslynHashCode
Microsoft.CodeAnalysis.ResxSourceGenerator (9)
src\RoslynAnalyzers\Utilities\Compiler\HashUtilities.cs (8)
27var hashCode = new RoslynHashCode(); 32internal static void Combine<T>(ImmutableArray<T> array, ref RoslynHashCode hashCode) 42var hashCode = new RoslynHashCode(); 47internal static void Combine<T>(ImmutableStack<T> stack, ref RoslynHashCode hashCode) 57var hashCode = new RoslynHashCode(); 62internal static void Combine<T>(ImmutableHashSet<T> set, ref RoslynHashCode hashCode) 73var hashCode = new RoslynHashCode(); 78internal static void Combine<TKey, TValue>(ImmutableDictionary<TKey, TValue> dictionary, ref RoslynHashCode hashCode)
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
260var hashCode = new RoslynHashCode();