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