32 references to WriteLine
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
411Debug.WriteLine("[TaskHostTask] Handling packet {0} at {1}", packet.Type, DateTime.Now);
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.RemoteService.cs (2)
175Debug.WriteLine("InteractiveHostProcess: exception while reading output from process {0}: {1}", _processId, e.Message); 290Debug.WriteLine("InteractiveHostProcess: can't terminate process {0}: {1}", processId, e.Message);
Microsoft.CodeAnalysis.UnitTests (12)
Collections\ImmutableSegmentedListTest.cs (11)
46Debug.WriteLine("Using random seed {0}", seed); 55Debug.WriteLine("Adding \"{0}\" to the list.", value); 62Debug.WriteLine("Adding {0} elements to the list.", inputLength); 69Debug.WriteLine("Adding \"{0}\" to position {1} in the list.", value, position); 77Debug.WriteLine("Adding {0} elements to position {1} in the list.", inputLength, position); 85Debug.WriteLine("Removing element at position {0} from the list.", position); 94Debug.WriteLine("Removing {0} elements starting at position {1} from the list.", inputLength, position); 188Debug.WriteLine("Random seed: {0}", randSeed); 199Debug.WriteLine("Adding {0} elements to the list", batchSize); 206Debug.WriteLine("Adding {0} elements to the list", largeBatchSize); 217Debug.WriteLine("Random seed: {0}", randSeed);
Collections\ImmutablesTestBase.cs (1)
177Debug.WriteLine("Random seed {0}", seed);
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);
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (5)
152Debug.WriteLine("WorkerOperationGetTabletsInfo.OnDoWork failed due to: {0}{1}", Environment.NewLine, e.ToString()); 208Debug.WriteLine("WorkerOperationCreateContext.OnDoWork failed due to a {0}{1}", Environment.NewLine, e.ToString()); 315Debug.WriteLine("WorkerOperationRefreshCursorInfo.OnDoWork failed due to a {0}{1}", Environment.NewLine, e.ToString()); 357Debug.WriteLine("WorkerOperationGetTabletInfo.OnDoWork failed due to {0}{1}", Environment.NewLine, e.ToString()); 397Debug.WriteLine("WorkerOperationWorkerGetUpdatedSizes.OnDoWork failed due to a {0}{1}", Environment.NewLine, e.ToString());