2 writes to configuredProject
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorConfiguration.cs (2)
71
this.
configuredProject
= configuredProject;
90
this.
configuredProject
= configuredProject;
4 references to configuredProject
Microsoft.VisualStudio.LanguageServices.Razor (4)
ProjectSystem\Rules\RazorConfiguration.cs (4)
149
&& (this.
configuredProject
!= null)))
191
if ((this.
configuredProject
is null))
227
this.
configuredProject
.Services.AdditionalRuleDefinitions.AddRuleDefinition(unboundRule, "FallbackRuleCodeGenerationContext");
228
Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog catalog = this.
configuredProject
.Services.PropertyPagesCatalog.GetMemoryOnlyCatalog("FallbackRuleCodeGenerationContext");