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