1 write to _fileFormatVersion
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
76
this.
_fileFormatVersion
= fileFormatVersion;
26 references to _fileFormatVersion
Microsoft.Build (26)
Logging\BinaryLogger\BuildEventArgsReader.cs (26)
120
if (
_fileFormatVersion
< BinaryLogger.ForwardCompatibilityMinimalVersion)
124
_fileFormatVersion
));
146
internal int FileFormatVersion =>
_fileFormatVersion
;
226
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion)
465
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion)
530
if (
_fileFormatVersion
> 2)
567
if (
_fileFormatVersion
>= 13)
583
if (
_fileFormatVersion
>= 14)
690
if (
_fileFormatVersion
>= 12)
697
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion ||
712
if (
_fileFormatVersion
> 4)
750
if (
_fileFormatVersion
> 6)
753
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion ||
802
var buildReason =
_fileFormatVersion
> 3 ? (TargetBuiltReason)ReadInt32() : TargetBuiltReason.None;
845
var taskAssemblyLocation =
_fileFormatVersion
> 19 ? ReadOptionalString() : null;
1062
var (parameterName, propertyName) =
_fileFormatVersion
>= 21
1139
if (
_fileFormatVersion
>= 22)
1447
if ((
_fileFormatVersion
< 13 && readImportance) || (
_fileFormatVersion
>= 13 && (flags & BuildEventArgsFieldFlags.Importance) != 0))
1506
if (
_fileFormatVersion
> 1)
1524
if (
_fileFormatVersion
< 10)
1576
if (
_fileFormatVersion
< 10)
1592
else if (
_fileFormatVersion
< 12)
1705
if (
_fileFormatVersion
< 10)
1722
if (
_fileFormatVersion
< 10)
1816
if (
_fileFormatVersion
> 5)