5 writes to Name
Microsoft.VisualStudio.LanguageServices.Razor (5)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (1)
214unboundRule.Name = "7bce92b9d442fe435263d738937cc0845b32e8219c968e23697081db5a869f4a";
ProjectSystem\Rules\RazorConfiguration.cs (1)
214unboundRule.Name = "f269edfbdecc0079d5f539c22552711e194f39b2367903515ae5440a64b20a0f";
ProjectSystem\Rules\RazorExtension.cs (1)
242unboundRule.Name = "e8ad5dd707beca947f7c014baa70b46c1d7a7fd6c8b49a5511ab299d8e1a3c70";
ProjectSystem\Rules\RazorGeneral.cs (1)
242unboundRule.Name = "6851f2efc446915a1288ec829aa82f7dc9bcfc6addb65b97866a1bc9e30b3348";
ProjectSystem\Rules\RazorGenerateWithTargetPath.cs (1)
214unboundRule.Name = "4325a10cce970a389c33b97140c4307d2e10664e053c75cf9e0e0fd08288774f";
12 references to Name
Microsoft.Build.Framework (2)
XamlTypes\Rule.cs (2)
109/// value as the <see cref="Name"/> property (and hence, would not be localized). 116return _displayName ?? Name;
Microsoft.VisualStudio.LanguageServices.Razor (10)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (2)
211if (System.StringComparer.OrdinalIgnoreCase.Equals(t.Name, SchemaName)) 229this.fallbackRule = catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);
ProjectSystem\Rules\RazorConfiguration.cs (2)
211if (System.StringComparer.OrdinalIgnoreCase.Equals(t.Name, SchemaName)) 229this.fallbackRule = catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);
ProjectSystem\Rules\RazorExtension.cs (2)
239if (System.StringComparer.OrdinalIgnoreCase.Equals(t.Name, SchemaName)) 257this.fallbackRule = catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);
ProjectSystem\Rules\RazorGeneral.cs (2)
239if (System.StringComparer.OrdinalIgnoreCase.Equals(t.Name, SchemaName)) 257this.fallbackRule = catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);
ProjectSystem\Rules\RazorGenerateWithTargetPath.cs (2)
211if (System.StringComparer.OrdinalIgnoreCase.Equals(t.Name, SchemaName)) 229this.fallbackRule = catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);