2 writes to rule
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (2)
60
this.
rule
= rule;
91
this.
rule
= rule;
5 references to rule
Microsoft.VisualStudio.LanguageServices.Razor (5)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (5)
92
this.file = this.
rule
.File;
93
this.itemType = this.
rule
.ItemType;
94
this.itemName = this.
rule
.ItemName;
114
return this.
rule
;
123
Microsoft.VisualStudio.ProjectSystem.Properties.IRule localRule = this.
rule
;