2 writes to rule
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorExtension.cs (2)
63this.rule = rule; 94this.rule = rule;
6 references to rule
Microsoft.VisualStudio.LanguageServices.Razor (6)
ProjectSystem\Rules\RazorExtension.cs (6)
95this.file = this.rule.File; 96this.itemType = this.rule.ItemType; 97this.itemName = this.rule.ItemName; 117return this.rule; 126Microsoft.VisualStudio.ProjectSystem.Properties.IRule localRule = this.rule; 151Microsoft.VisualStudio.ProjectSystem.Properties.IRule localRule = this.rule;