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