1 write to fallbackRule
Microsoft.VisualStudio.LanguageServices.Razor (1)
ProjectSystem\Rules\RazorGeneral.cs (1)
257this.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)
176if (((this.fallbackRule is null) 182if ((this.fallbackRule is null)) 192return this.fallbackRule;