5 references to FormatLogTimeStamp
Microsoft.Build (1)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
1614
context = LogFormatter.
FormatLogTimeStamp
(eventTimeStamp);
Microsoft.Build.Engine.UnitTests (4)
ConsoleLogger_Tests.cs (1)
617
string context = ResourceUtilities.FormatResourceStringStripCodeAndKeyword("BuildEventContext", LogFormatter.
FormatLogTimeStamp
(be.Timestamp), 0) + ">";
LogFormatter_Tests.cs (3)
48
string result = LogFormatter.
FormatLogTimeStamp
(testTime);
53
result = LogFormatter.
FormatLogTimeStamp
(testTime);
57
result = LogFormatter.
FormatLogTimeStamp
(testTime);