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