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