3 references to AllowForwardCompatibility
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (3)
220
using var reader = OpenBuildEventsReader(binaryReader, closeInput,
AllowForwardCompatibility
);
258
reader.SkipUnknownEvents = supportsForwardCompatibility &&
AllowForwardCompatibility
;
259
reader.SkipUnknownEventParts = supportsForwardCompatibility &&
AllowForwardCompatibility
;