2 writes to itemType
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (2)
74this.itemType = itemType; 93this.itemType = this.rule.ItemType;
1 reference to itemType
Microsoft.VisualStudio.LanguageServices.Razor (1)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (1)
229this.fallbackRule = catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);