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)
466
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion)
531
if (
_fileFormatVersion
> 2)
568
if (
_fileFormatVersion
>= 13)
584
if (
_fileFormatVersion
>= 14)
691
if (
_fileFormatVersion
>= 12)
698
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion ||
713
if (
_fileFormatVersion
> 4)
751
if (
_fileFormatVersion
> 6)
754
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion ||
803
var buildReason =
_fileFormatVersion
> 3 ? (TargetBuiltReason)ReadInt32() : TargetBuiltReason.None;
846
var taskAssemblyLocation =
_fileFormatVersion
> 19 ? ReadOptionalString() : null;
1063
var (parameterName, propertyName) =
_fileFormatVersion
>= 21
1140
if (
_fileFormatVersion
>= 22)
1475
if ((
_fileFormatVersion
< 13 && readImportance) || (
_fileFormatVersion
>= 13 && (flags & BuildEventArgsFieldFlags.Importance) != 0))
1534
if (
_fileFormatVersion
> 1)
1552
if (
_fileFormatVersion
< 10)
1604
if (
_fileFormatVersion
< 10)
1620
else if (
_fileFormatVersion
< 12)
1733
if (
_fileFormatVersion
< 10)
1750
if (
_fileFormatVersion
< 10)
1844
if (
_fileFormatVersion
> 5)