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)
464
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion)
529
if (
_fileFormatVersion
> 2)
566
if (
_fileFormatVersion
>= 13)
582
if (
_fileFormatVersion
>= 14)
689
if (
_fileFormatVersion
>= 12)
696
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion ||
711
if (
_fileFormatVersion
> 4)
749
if (
_fileFormatVersion
> 6)
752
if (
_fileFormatVersion
>= BinaryLogger.ForwardCompatibilityMinimalVersion ||
801
var buildReason =
_fileFormatVersion
> 3 ? (TargetBuiltReason)ReadInt32() : TargetBuiltReason.None;
844
var taskAssemblyLocation =
_fileFormatVersion
> 19 ? ReadOptionalString() : null;
1061
var (parameterName, propertyName) =
_fileFormatVersion
>= 21
1138
if (
_fileFormatVersion
>= 22)
1416
if ((
_fileFormatVersion
< 13 && readImportance) || (
_fileFormatVersion
>= 13 && (flags & BuildEventArgsFieldFlags.Importance) != 0))
1475
if (
_fileFormatVersion
> 1)
1493
if (
_fileFormatVersion
< 10)
1545
if (
_fileFormatVersion
< 10)
1561
else if (
_fileFormatVersion
< 12)
1674
if (
_fileFormatVersion
< 10)
1691
if (
_fileFormatVersion
< 10)
1785
if (
_fileFormatVersion
> 5)