2 writes to aspNetKeyContainer
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1373aspNetKeyContainer = String.Empty, 1416aspNetCompilerParameters.aspNetKeyContainer = propertyValue;
5 references to aspNetKeyContainer
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1692metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetKeyContainer"), EscapingUtilities.Escape(aspNetCompilerParameters.aspNetKeyContainer));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
105debugAspNetCompilerParameters.aspNetKeyContainer.ShouldBe(@"12345.container"); 117releaseAspNetCompilerParameters.aspNetKeyContainer.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1562debugAspNetCompilerParameters.aspNetKeyContainer.ShouldBe(@"12345.container"); 1574releaseAspNetCompilerParameters.aspNetKeyContainer.ShouldBe("");