2 writes to aspNetKeyFile
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1372aspNetKeyFile = String.Empty, 1412aspNetCompilerParameters.aspNetKeyFile = propertyValue;
5 references to aspNetKeyFile
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1691metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetKeyFile"), EscapingUtilities.Escape(aspNetCompilerParameters.aspNetKeyFile));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
104debugAspNetCompilerParameters.aspNetKeyFile.ShouldBe(@"debugkeyfile.snk"); 116releaseAspNetCompilerParameters.aspNetKeyFile.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1561debugAspNetCompilerParameters.aspNetKeyFile.ShouldBe(@"debugkeyfile.snk"); 1573releaseAspNetCompilerParameters.aspNetKeyFile.ShouldBe("");