18 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);
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)
150WriteLine(value?.ToString(), category); 270WriteLine(message, category);
System.Runtime.Caching (1)
System\Runtime\Caching\CacheExpires.cs (1)
567Debug.WriteLine("CacheExpiresRemove",
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (2)
152Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "ERROR: AdviseEventRemoved called for {0} and event/property {1} without matching AdviseEventAdded.", hwnd, key), "NativeMsaaProxy"); 158Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "ERROR: AdviseEventRemoved called for {0} without matching AdviseEventAdded.", hwnd), "NativeMsaaProxy");
WinFormsControlsTest (4)
MainForm.cs (4)
243Debug.WriteLine($"MessageBoxFont: {SystemFonts.MessageBoxFont}", nameof(MainForm)); 244Debug.WriteLine($"Default font: {DefaultFont}", nameof(MainForm)); 278Debug.WriteLine($"Biggest button size: {biggestButton}", nameof(MainForm)); 298Debug.WriteLine($"Minimum form size: {MinimumSize}", nameof(MainForm));