2 references to DebugSymbols
Microsoft.Maui.Controls.Build.Tasks (2)
DebugXamlCTask.cs (1)
32
var debug =
DebugSymbols
|| (!string.IsNullOrEmpty(DebugType) && DebugType.ToLowerInvariant() != "none");
XamlCTask.cs (1)
193
var debug =
DebugSymbols
|| (!string.IsNullOrEmpty(DebugType) && DebugType.ToLowerInvariant() != "none");