4 references to EndOfFile
Microsoft.Build (4)
Logging\BinaryLogger\BinaryLogger.cs (1)
342
stream.WriteByte((byte)BinaryLogRecordKind.
EndOfFile
);
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
279
instance.RecordKind != BinaryLogRecordKind.
EndOfFile
)
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
181
if (recordKind == BinaryLogRecordKind.
EndOfFile
)
220
if (recordKind == BinaryLogRecordKind.
EndOfFile
)