2 writes to itemType
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorGeneral.cs (2)
77this.itemType = itemType; 96this.itemType = this.rule.ItemType;
1 reference to itemType
Microsoft.VisualStudio.LanguageServices.Razor (1)
ProjectSystem\Rules\RazorGeneral.cs (1)
257this.fallbackRule = catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);