1 write to fallbackRule
Microsoft.VisualStudio.LanguageServices.Razor (1)
ProjectSystem\Rules\RazorGeneral.cs (1)
257
this.
fallbackRule
= catalog.BindToContext(unboundRule.Name, this.file, this.itemType, this.itemName);
3 references to fallbackRule
Microsoft.VisualStudio.LanguageServices.Razor (3)
ProjectSystem\Rules\RazorGeneral.cs (3)
176
if (((this.
fallbackRule
is null)
182
if ((this.
fallbackRule
is null))
192
return this.
fallbackRule
;