2 references to KeyOriginatorFile
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
34
public const string KeyOriginatorFile = nameof(
KeyOriginatorFile
);
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
279
var keyFile = Project.ReadPropertyString(PropertyNames.
KeyOriginatorFile
);