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)
156logReader.Replay(_logFile); 175binaryLogReader.Replay(fileToReplay); 237logReader.Replay(_logFile); 1052replayEventSource.Replay(_logFile);
TerminalLogger_Tests.cs (3)
933binaryLogReaderWithTL.Replay(logFileWithTL); 934binaryLogReaderWithoutTL.Replay(logFileWithoutTL); 1079Should.NotThrow(() => replayEventSource.Replay(binlogPath));
Microsoft.Build.UnitTests.Shared (1)
EngineTestEnvironment.cs (1)
254replayEventSource.Replay(binlogFilePath);