2 writes to aspNetKeyContainer
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1401
aspNetKeyContainer
= String.Empty,
1423
case "AspNetCompiler.KeyContainer": aspNetCompilerParameters.
aspNetKeyContainer
= propertyValue; break;
5 references to aspNetKeyContainer
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1705
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetKeyContainer"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetKeyContainer
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
102
debugAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe(@"12345.container");
114
releaseAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1562
debugAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe(@"12345.container");
1574
releaseAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe("");