39 references to WriteLine
Microsoft.Build (16)
Definition\Project.cs (7)
2050Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Explicitly marked dirty, eg., because a global property was set, or an import, such as a .user file, was created on disk [{0}] [PC Hash {1}]", FullPath, ProjectCollection.GetHashCode())); 2062Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because {0} [{1}] [PC Hash {2}]", Xml.LastDirtyReason, FullPath, ProjectCollection.GetHashCode())); 2073Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because toolsets updated [{0}] [PC Hash {1}]", FullPath, ProjectCollection.GetHashCode())); 2089Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because {0} [{1} - {2}] [PC Hash {3}]", reason, FullPath, import.ImportedProject.FullPath == FullPath ? String.Empty : import.ImportedProject.FullPath, ProjectCollection.GetHashCode())); 2980Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Initially set global property {0} to '{1}' [{2}]", name, displayValue, FullPath)); 2985Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Changed global property {0} from '{1}' to '{2}' [{3}]", name, displayOriginalValue, displayValue, FullPath)); 3193Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Remove global property {0}", name));
Evaluation\Evaluator.cs (1)
812Trace.WriteLine(line + output + line);
Evaluation\ProjectRootElementCache.cs (1)
677Trace.WriteLine(prefix + " " + Process.GetCurrentProcess().Id + " | " + message + param1);
Instance\ProjectInstance.cs (1)
3127Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Creating a ProjectInstance from an unevaluated state [{0}]", FullPath));
Tracing.cs (6)
117Trace.WriteLine("================================================"); 118Trace.WriteLine(s_slot); 121Trace.WriteLine(System.Environment.StackTrace); 136Trace.WriteLine(item.ToString()); 148Trace.WriteLine(s_currentAssemblyName); 151Trace.WriteLine("# " + count.Key + "=" + count.Value);
Microsoft.Build.Tasks.Core (6)
Tracing.cs (6)
117Trace.WriteLine("================================================"); 118Trace.WriteLine(s_slot); 121Trace.WriteLine(System.Environment.StackTrace); 136Trace.WriteLine(item.ToString()); 148Trace.WriteLine(s_currentAssemblyName); 151Trace.WriteLine("# " + count.Key + "=" + count.Value);
Microsoft.Build.Utilities.Core (6)
Tracing.cs (6)
117Trace.WriteLine("================================================"); 118Trace.WriteLine(s_slot); 121Trace.WriteLine(System.Environment.StackTrace); 136Trace.WriteLine(item.ToString()); 148Trace.WriteLine(s_currentAssemblyName); 151Trace.WriteLine("# " + count.Key + "=" + count.Value);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\SuggestedActionsSource.cs (1)
290Trace.WriteLine("given range is not current");
Suggestions\SuggestedActionsSource_Async.cs (1)
253Trace.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)
222System.Diagnostics.Trace.WriteLine("Ignoring unhandled stroke tag in ISF stroke descriptor");
MS\Internal\MediaTrace.cs (2)
88System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message); 131System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.DisplayName + " : " + message);
PresentationFramework (1)
MS\Internal\Documents\DocumentsTrace.cs (1)
141System.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));