32 references to WriteLine
Microsoft.Build (1)
Microsoft.CodeAnalysis.InteractiveHost (2)
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);
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.Maui.Controls.Xaml (8)
Microsoft.Maui.Graphics (1)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
Microsoft.ML.Transforms (1)
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());