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