1 write to _fileFormatVersion
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
238
_fileFormatVersion
= reader.FileFormatVersion;
1 reference to _fileFormatVersion
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
70
public int FileFormatVersion =>
_fileFormatVersion
?? throw new InvalidOperationException(ResourceUtilities.GetResourceString("Binlog_Source_VersionUninitialized"));