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