17 references to CombinedHash
Microsoft.CodeAnalysis.Razor.Compiler (17)
Language\Components\ComponentBindLoweringPass.BindEntryKey.cs (1)
34
return hash.
CombinedHash
;
Language\Components\TypeNameHelper.NameComparer.cs (1)
34
return hashCombiner.
CombinedHash
;
Language\DirectiveDescriptorComparer.cs (1)
48
return hash.
CombinedHash
;
Language\DirectiveTokenDescriptorComparer.cs (1)
43
return hashCodeCombiner.
CombinedHash
;
Language\DocumentationDescriptor.FormattedDescriptor.cs (1)
89
return result.
CombinedHash
;
Language\HashCodeCombiner.cs (1)
29
return self.
CombinedHash
;
Language\Legacy\AddTagHelperChunkGenerator.cs (1)
62
return combiner.
CombinedHash
;
Language\Legacy\AutoCompleteEditHandler.cs (1)
71
return hashCodeCombiner.
CombinedHash
;
Language\Legacy\DirectiveTokenChunkGenerator.cs (1)
36
return combiner.
CombinedHash
;
Language\Legacy\LocationTagged.cs (1)
54
return hashCodeCombiner.
CombinedHash
;
Language\Legacy\RemoveTagHelperChunkGenerator.cs (1)
62
return combiner.
CombinedHash
;
Language\Legacy\TagHelperPrefixDirectiveChunkGenerator.cs (1)
47
return combiner.
CombinedHash
;
Language\RazorParserOptions.cs (1)
213
return combiner.
CombinedHash
;
Language\Syntax\ChildSyntaxList.Reversed.cs (1)
49
return hash.
CombinedHash
;
Language\Syntax\SyntaxNodeOrToken.cs (1)
324
return hash.
CombinedHash
;
Language\Syntax\SyntaxToken.cs (1)
117
return hash.
CombinedHash
;
Language\Syntax\SyntaxTokenList.cs (1)
410
return hash.
CombinedHash
;