16 references to WriteLine
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
546Debug.WriteLine("[TaskHostTask] Handling packet {0} at {1}", packet.Type, DateTime.Now);
Microsoft.Maui.Controls.Build.Tasks (1)
XamlTask.cs (1)
54 Debug.WriteLine("Unhandled node {0} {1} {2}", reader.NodeType, reader.Name, reader.Value);
Microsoft.Maui.Controls.Xaml (8)
XamlLoader.cs (3)
74 Debug.WriteLine("Unhandled node {0} {1} {2}", reader.NodeType, reader.Name, reader.Value); 116 Debug.WriteLine("Unhandled node {0} {1} {2}", reader.NodeType, reader.Name, reader.Value); 157 Debug.WriteLine("Unhandled node {0} {1} {2}", reader.NodeType, reader.Name, reader.Value);
XamlParser.cs (5)
84 Debug.WriteLine($"Unexpected empty element '<{reader.Name} />'", (IXmlLineInfo)reader); 130 Debug.WriteLine("Unhandled node {0} {1} {2}", reader.NodeType, reader.Name, reader.Value); 188 Debug.WriteLine("Unhandled node {0} {1} {2}", reader.NodeType, reader.Name, reader.Value); 254 Debug.WriteLine("Unhandled attribute {0}", name); 279 Debug.WriteLine("Unhandled attribute {0}", name);
Microsoft.Maui.Graphics (1)
PathBuilder.cs (1)
209 System.Diagnostics.Debug.WriteLine("=== An error occurred parsing the path. ===", exc);
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\GraphicsExtensions.cs (1)
256 System.Diagnostics.Debug.WriteLine("Unable to convert the path to a Win2D Path: {0}: {1}", definition, exc);
Microsoft.ML.Transforms (1)
Expression\CodeGen.cs (1)
1405System.Diagnostics.Debug.WriteLine("Generated code '{0}' times for '{1}'", local.GenCount, local);
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
682Debug.WriteLine("Unable to register broadcast window class: {0}", Marshal.GetLastPInvokeError());
System.Private.CoreLib (2)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (2)
495Debug.WriteLine(format, ToHexString((IntPtr)pContext), ToHexString(threadId)); 505Debug.WriteLine(format, ToHexString((IntPtr)pContext), ToHexString(threadId));