2 references to DebugType
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
19public const string DebugType = nameof(DebugType);
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
171var debugType = Project.ReadPropertyString(PropertyNames.DebugType);