23 references to CombinedHash
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
HashCodeCombinerTest.cs (4)
23
Assert.Equal(hashCode1.
CombinedHash
, hashCode2.
CombinedHash
);
38
Assert.NotEqual(hashCode1.
CombinedHash
, hashCode2.
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)
222
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
;
Microsoft.CodeAnalysis.Razor.Workspaces (2)
ProjectSystem\HostProject.cs (1)
72
return hash.
CombinedHash
;
Utilities\FilePathNormalizer.cs (1)
162
return hashCombiner.
CombinedHash
;