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