11 references to WriteLine
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActionsSource.cs (1)
259Trace.WriteLine("given range is not current");
Suggestions\SuggestedActionsSource_Async.cs (1)
250Trace.WriteLine("given range is not current");
Microsoft.CodeAnalysis.Workspaces (3)
Log\TraceLogger.cs (3)
22=> Trace.WriteLine(string.Format("[{0}] {1} - {2}", Environment.CurrentManagedThreadId, functionId.ToString(), logMessage.GetMessage())); 25=> Trace.WriteLine(string.Format("[{0}] Start({1}) : {2} - {3}", Environment.CurrentManagedThreadId, uniquePairId, functionId.ToString(), logMessage.GetMessage())); 30Trace.WriteLine(string.Format("[{0}] End({1}) : [{2}ms] {3}", Environment.CurrentManagedThreadId, uniquePairId, delta, functionString));
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
214System.Diagnostics.Trace.WriteLine("Ignoring unhandled stroke tag in ISF stroke descriptor");
MS\Internal\MediaTrace.cs (2)
80System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message); 123System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message);
PresentationFramework (1)
MS\Internal\Documents\DocumentsTrace.cs (1)
137System.Diagnostics.Trace.WriteLine($"{_switch.Description} {_switch.DisplayName} : {message}");
System.Diagnostics.TraceSource (2)
System\Diagnostics\TraceSwitch.cs (2)
84Trace.WriteLine(SR.Format(SR.TraceSwitchLevelTooLow, DisplayName)); 89Trace.WriteLine(SR.Format(SR.TraceSwitchLevelTooHigh, DisplayName));