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