39 references to WriteLine
Microsoft.Build (16)
Definition\Project.cs (7)
2050
Trace.
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()));
2062
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because {0} [{1}] [PC Hash {2}]", Xml.LastDirtyReason, FullPath, ProjectCollection.GetHashCode()));
2073
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because toolsets updated [{0}] [PC Hash {1}]", FullPath, ProjectCollection.GetHashCode()));
2089
Trace.
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()));
2980
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Initially set global property {0} to '{1}' [{2}]", name, displayValue, FullPath));
2985
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Changed global property {0} from '{1}' to '{2}' [{3}]", name, displayOriginalValue, displayValue, FullPath));
3193
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Remove global property {0}", name));
Evaluation\Evaluator.cs (1)
812
Trace.
WriteLine
(line + output + line);
Evaluation\ProjectRootElementCache.cs (1)
677
Trace.
WriteLine
(prefix + " " + Process.GetCurrentProcess().Id + " | " + message + param1);
Instance\ProjectInstance.cs (1)
3164
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Creating a ProjectInstance from an unevaluated state [{0}]", FullPath));
Tracing.cs (6)
117
Trace.
WriteLine
("================================================");
118
Trace.
WriteLine
(s_slot);
121
Trace.
WriteLine
(System.Environment.StackTrace);
136
Trace.
WriteLine
(item.ToString());
148
Trace.
WriteLine
(s_currentAssemblyName);
151
Trace.
WriteLine
("# " + count.Key + "=" + count.Value);
Microsoft.Build.Tasks.Core (6)
Tracing.cs (6)
117
Trace.
WriteLine
("================================================");
118
Trace.
WriteLine
(s_slot);
121
Trace.
WriteLine
(System.Environment.StackTrace);
136
Trace.
WriteLine
(item.ToString());
148
Trace.
WriteLine
(s_currentAssemblyName);
151
Trace.
WriteLine
("# " + count.Key + "=" + count.Value);
Microsoft.Build.Utilities.Core (6)
Tracing.cs (6)
117
Trace.
WriteLine
("================================================");
118
Trace.
WriteLine
(s_slot);
121
Trace.
WriteLine
(System.Environment.StackTrace);
136
Trace.
WriteLine
(item.ToString());
148
Trace.
WriteLine
(s_currentAssemblyName);
151
Trace.
WriteLine
("# " + count.Key + "=" + count.Value);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\SuggestedActionsSource.cs (1)
288
Trace.
WriteLine
("given range is not current");
Suggestions\SuggestedActionsSource_Async.cs (1)
253
Trace.
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()));
30
Trace.
WriteLine
(string.Format("[{0}] End({1}) : [{2}ms] {3}", Environment.CurrentManagedThreadId, uniquePairId, delta, functionString));
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
215
System.Diagnostics.Trace.
WriteLine
("Ignoring unhandled stroke tag in ISF stroke descriptor");
MS\Internal\MediaTrace.cs (2)
81
System.Diagnostics.Trace.
WriteLine
(_switch.Description + " " + _switch.DisplayName + " : " + message);
124
System.Diagnostics.Trace.
WriteLine
(_switch.Description + " " + _switch.DisplayName + " : " + message);
PresentationFramework (1)
MS\Internal\Documents\DocumentsTrace.cs (1)
138
System.Diagnostics.Trace.
WriteLine
($"{_switch.Description} {_switch.DisplayName} : {message}");
System.Diagnostics.TraceSource (2)
System\Diagnostics\TraceSwitch.cs (2)
84
Trace.
WriteLine
(SR.Format(SR.TraceSwitchLevelTooLow, DisplayName));
89
Trace.
WriteLine
(SR.Format(SR.TraceSwitchLevelTooHigh, DisplayName));