51 references to Add
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
HashCodeCombinerTest.cs (4)
19
hashCode1.
Add
("foo");
21
hashCode2.
Add
("foo");
33
hashCode1.
Add
("foo");
35
hashCode2.
Add
("foo");
Microsoft.CodeAnalysis.Razor.Compiler (33)
CSharp\AssemblyIdentityEqualityComparer.cs (1)
47
hash.
Add
(obj.Version);
Language\Components\ComponentBindLoweringPass.BindEntryKey.cs (2)
31
hash.
Add
(Parent);
32
hash.
Add
(AttributeName);
Language\Components\TypeNameHelper.NameComparer.cs (1)
31
hashCombiner.
Add
(ch);
Language\DirectiveDescriptorComparer.cs (1)
46
hash.
Add
(descriptor.Kind);
Language\DirectiveTokenDescriptorComparer.cs (1)
40
hashCodeCombiner.
Add
(descriptor.Kind);
Language\DocumentationDescriptor.FormattedDescriptor.cs (2)
82
result.
Add
(Id);
86
result.
Add
(arg);
Language\Legacy\AutoCompleteEditHandler.cs (1)
69
hashCodeCombiner.
Add
(AutoCompleteAtEndOfSpan);
Language\Legacy\DirectiveTokenChunkGenerator.cs (1)
34
combiner.
Add
(Type);
Language\Legacy\ImplicitExpressionEditHandler.cs (1)
51
hashCodeCombiner.
Add
(AcceptTrailingDot);
Language\Legacy\LiteralAttributeChunkGenerator.cs (2)
40
hashCodeCombiner.
Add
(Prefix);
41
hashCodeCombiner.
Add
(Value);
Language\Legacy\LocationTagged.cs (2)
51
hashCodeCombiner.
Add
(Location);
52
hashCodeCombiner.
Add
(Value);
Language\RazorConfiguration.cs (6)
53
hash.
Add
(LanguageVersion);
54
hash.
Add
(ConfigurationName);
55
hash.
Add
(CSharpLanguageVersion);
57
hash.
Add
(SuppressAddComponentParameter);
58
hash.
Add
(UseConsolidatedMvcViews);
59
hash.
Add
(UseRoslynTokenizer);
Language\RazorParserOptions.cs (4)
216
combiner.
Add
(_flags);
217
combiner.
Add
(FileKind);
218
combiner.
Add
(LanguageVersion);
219
combiner.
Add
(CSharpParseOptions);
Language\SourceChange.cs (1)
130
hash.
Add
(Span);
Language\SourceMapping.cs (2)
44
hashCodeCombiner.
Add
(OriginalSpan);
45
hashCodeCombiner.
Add
(GeneratedSpan);
Language\Syntax\SyntaxNodeOrToken.cs (2)
320
hash.
Add
(_nodeOrParent);
321
hash.
Add
(_token);
Language\Syntax\SyntaxToken.cs (2)
112
hash.
Add
(Parent);
113
hash.
Add
(Node);
Language\Syntax\SyntaxTokenList.cs (1)
407
hash.
Add
(Node);
Microsoft.CodeAnalysis.Razor.Workspaces (14)
ProjectSystem\HostProject.cs (3)
68
hash.
Add
(Configuration);
69
hash.
Add
(RootNamespace);
70
hash.
Add
(DisplayName);
Settings\ClientSettings.cs (10)
98
hash.
Add
(FormatOnType);
99
hash.
Add
(AutoClosingTags);
100
hash.
Add
(AutoInsertAttributeQuotes);
101
hash.
Add
(ColorBackground);
102
hash.
Add
(CodeBlockBraceOnNextLine);
103
hash.
Add
(AttributeIndentStyle);
104
hash.
Add
(CommitElementsWithSpace);
105
hash.
Add
(SnippetSetting);
106
hash.
Add
(LogLevel);
107
hash.
Add
(FormatOnPaste);
Utilities\FilePathNormalizer.cs (1)
159
hashCombiner.
Add
(s_charConverter(ch));