2 writes to configuredProject
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorGeneral.cs (2)
74
this.
configuredProject
= configuredProject;
93
this.
configuredProject
= configuredProject;
4 references to configuredProject
Microsoft.VisualStudio.LanguageServices.Razor (4)
ProjectSystem\Rules\RazorGeneral.cs (4)
177
&& (this.
configuredProject
!= null)))
219
if ((this.
configuredProject
is null))
255
this.
configuredProject
.Services.AdditionalRuleDefinitions.AddRuleDefinition(unboundRule, "FallbackRuleCodeGenerationContext");
256
Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog catalog = this.
configuredProject
.Services.PropertyPagesCatalog.GetMemoryOnlyCatalog("FallbackRuleCodeGenerationContext");