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