2 writes to aspNetKeyContainer
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1400
aspNetKeyContainer
= String.Empty,
1422
case "AspNetCompiler.KeyContainer": aspNetCompilerParameters.
aspNetKeyContainer
= propertyValue; break;
4 references to aspNetKeyContainer
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
103
debugAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe(@"12345.container");
115
releaseAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1563
debugAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe(@"12345.container");
1575
releaseAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe("");