3 references to OutputType
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
MSBuild\Constants\PropertyNames.cs (1)
47public const string OutputType = nameof(OutputType);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
54AddIfNotNullOrWhiteSpace("target", Project.ReadPropertyString(PropertyNames.OutputType));
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
59AddIfNotNullOrWhiteSpace("target", Project.ReadPropertyString(PropertyNames.OutputType));