2 writes to aspNetKeyContainer
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1373
aspNetKeyContainer
= String.Empty,
1416
aspNetCompilerParameters.
aspNetKeyContainer
= propertyValue;
4 references to aspNetKeyContainer
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
105
debugAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe(@"12345.container");
117
releaseAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1562
debugAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe(@"12345.container");
1574
releaseAspNetCompilerParameters.
aspNetKeyContainer
.ShouldBe("");