2 references to DebugSymbols
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
18
public const string DebugSymbols = nameof(
DebugSymbols
);
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
168
var emitDebugInfo = Project.ReadPropertyBool(PropertyNames.
DebugSymbols
);