20 references to WriteLine
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\ProductCollection.cs (1)
37System.Diagnostics.Debug.WriteLine("Product '{0}' has already been added to the product list", product.ProductCode.ToUpperInvariant());
Microsoft.Extensions.Logging.Debug (1)
DebugLogger.debug.cs (1)
15System.Diagnostics.Debug.WriteLine(message, category: name);
PresentationFramework (6)
System\Windows\DwmColorization.cs (6)
90System.Diagnostics.Debug.WriteLine("INFO | SystemAccentColor: " + systemAccent, "System.Windows.Accent"); 94.WriteLine("INFO | SystemAccentColorPrimary: " + primaryAccent, "System.Windows.Accent"); 98.WriteLine("INFO | SystemAccentColorSecondary: " + secondaryAccent, "System.Windows.Accent"); 102.WriteLine("INFO | SystemAccentColorTertiary: " + tertiaryAccent, "System.Windows.Accent"); 108System.Diagnostics.Debug.WriteLine("INFO | Text on accent is DARK", "System.Windows.Accent"); 128System.Diagnostics.Debug.WriteLine("INFO | Text on accent is LIGHT", "System.Windows.Accent");
System.Composition.Hosting (7)
System\Composition\Hosting\Core\CycleBreakingExportDescriptor.cs (1)
45Debug.WriteLine(SR.Diagnostic_ThrowingException, ex.ToString());
System\Composition\Hosting\Core\CycleBreakingMetadataDictionary.cs (1)
25Debug.WriteLine(SR.Diagnostic_ThrowingException, ex.ToString());
System\Composition\Hosting\Core\ExportDescriptorRegistry.cs (1)
51Debug.WriteLine(SR.Diagnostic_ThrowingException, ex.ToString());
System\Composition\Hosting\Core\ExportDescriptorRegistryUpdate.cs (2)
64Debug.WriteLine(SR.Diagnostic_ThrowingException, ex.ToString()); 102Debug.WriteLine(SR.Diagnostic_ThrowingException, ex.ToString());
System\Composition\Hosting\Core\LifetimeContext.cs (1)
96Debug.WriteLine(SR.Diagnostic_ThrowingException, ex.ToString());
System\Composition\Hosting\Providers\Metadata\MetadataViewProvider.cs (1)
88Debug.WriteLine(SR.Diagnostic_ThrowingException, ex.ToString());
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
149WriteLine(value?.ToString(), category); 269WriteLine(message, category);
System.Runtime.Caching (1)
System\Runtime\Caching\CacheExpires.cs (1)
567Debug.WriteLine("CacheExpiresRemove",
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (2)
154Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "ERROR: AdviseEventRemoved called for {0} and event/property {1} without matching AdviseEventAdded.", hwnd, key), "NativeMsaaProxy"); 160Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "ERROR: AdviseEventRemoved called for {0} without matching AdviseEventAdded.", hwnd), "NativeMsaaProxy");