37 references to WriteLine
Microsoft.Build (16)
Definition\Project.cs (7)
2085
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()));
2097
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because {0} [{1}] [PC Hash {2}]", Xml.LastDirtyReason, FullPath, ProjectCollection.GetHashCode()));
2108
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Is dirty because toolsets updated [{0}] [PC Hash {1}]", FullPath, ProjectCollection.GetHashCode()));
2124
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()));
3030
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Initially set global property {0} to '{1}' [{2}]", name, displayValue, FullPath));
3035
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Changed global property {0} from '{1}' to '{2}' [{3}]", name, displayOriginalValue, displayValue, FullPath));
3243
Trace.
WriteLine
(String.Format(CultureInfo.InvariantCulture, "MSBUILD: Remove global property {0}", name));
Evaluation\Evaluator.cs (1)
871
Trace.
WriteLine
(line + output + line);
Evaluation\ProjectRootElementCache.cs (1)
667
Trace.
WriteLine
($"{prefix} {Process.GetCurrentProcess().Id} | {message}{param1}");
Instance\ProjectInstance.cs (1)
3338
Trace.
WriteLine
($"MSBUILD: Creating a ProjectInstance from an unevaluated state [{FullPath}]");
src\msbuild\src\Shared\Tracing.cs (6)
116
Trace.
WriteLine
("================================================");
117
Trace.
WriteLine
(s_slot);
120
Trace.
WriteLine
(System.Environment.StackTrace);
135
Trace.
WriteLine
(item.ToString());
147
Trace.
WriteLine
(s_currentAssemblyName);
150
Trace.
WriteLine
("# " + count.Key + "=" + count.Value);
Microsoft.Build.Tasks.Core (6)
src\msbuild\src\Shared\Tracing.cs (6)
116
Trace.
WriteLine
("================================================");
117
Trace.
WriteLine
(s_slot);
120
Trace.
WriteLine
(System.Environment.StackTrace);
135
Trace.
WriteLine
(item.ToString());
147
Trace.
WriteLine
(s_currentAssemblyName);
150
Trace.
WriteLine
("# " + count.Key + "=" + count.Value);
Microsoft.Build.Utilities.Core (6)
src\msbuild\src\Shared\Tracing.cs (6)
116
Trace.
WriteLine
("================================================");
117
Trace.
WriteLine
(s_slot);
120
Trace.
WriteLine
(System.Environment.StackTrace);
135
Trace.
WriteLine
(item.ToString());
147
Trace.
WriteLine
(s_currentAssemblyName);
150
Trace.
WriteLine
("# " + count.Key + "=" + count.Value);
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));
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
206
Diagnostics.Trace.
WriteLine
("MSDeploy TraceEvent Handler is called with " + msg);
Microsoft.TestPlatform.Build (1)
Tasks\TestTaskUtils.cs (1)
80
System.Diagnostics.Trace.
WriteLine
($">>>> : User specified logger: {arg}");
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));
System.Speech (2)
Internal\SrgsCompiler\Graph.cs (2)
109
System.Diagnostics.Trace.
WriteLine
("Grammar compiler, additional Epsilons could have been removed :" + (cStates - Count).ToString(CultureInfo.InvariantCulture));
123
System.Diagnostics.Trace.
WriteLine
("Grammar compiler, additional Epsilons could have been removed post merge transition :" + (cStates - Count).ToString(CultureInfo.InvariantCulture));