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