9 references to Replay
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
75
/// Returns <see langword="null" /> if <see cref="
Replay
(string)"/> has not been called yet or if the versions match.
Microsoft.Build.Engine.UnitTests (7)
BinaryLogger_Tests.cs (4)
156
logReader.
Replay
(_logFile);
175
binaryLogReader.
Replay
(fileToReplay);
237
logReader.
Replay
(_logFile);
1052
replayEventSource.
Replay
(_logFile);
TerminalLogger_Tests.cs (3)
933
binaryLogReaderWithTL.
Replay
(logFileWithTL);
934
binaryLogReaderWithoutTL.
Replay
(logFileWithoutTL);
1079
Should.NotThrow(() => replayEventSource.
Replay
(binlogPath));
Microsoft.Build.UnitTests.Shared (1)
EngineTestEnvironment.cs (1)
254
replayEventSource.
Replay
(binlogFilePath);