1 implementation of FileFormatVersion
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
69public int FileFormatVersion => _fileFormatVersion ?? throw new InvalidOperationException(ResourceUtilities.GetResourceString("Binlog_Source_VersionUninitialized"));
1 reference to FileFormatVersion
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogger.cs (1)
248binaryWriter.Write(replayEventSource.FileFormatVersion);