2 references to KeyContainerName
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
33
public const string KeyContainerName = nameof(
KeyContainerName
);
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
285
var keyContainer = Project.ReadPropertyString(PropertyNames.
KeyContainerName
);