2 writes to itemName
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorConfiguration.cs (2)
75this.itemName = itemName; 94this.itemName = this.rule.ItemName;
1 reference to itemName
Microsoft.VisualStudio.LanguageServices.Razor (1)
ProjectSystem\Rules\RazorConfiguration.cs (1)
229this.fallbackRule = catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);