1 write to fallbackRule
Microsoft.VisualStudio.LanguageServices.Razor (1)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (1)
229
this.
fallbackRule
= catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);
3 references to fallbackRule
Microsoft.VisualStudio.LanguageServices.Razor (3)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (3)
148
if (((this.
fallbackRule
is null)
154
if ((this.
fallbackRule
is null))
164
return this.
fallbackRule
;