4 writes to SkipUnknownEvents
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
257reader.SkipUnknownEvents = supportsForwardCompatibility && AllowForwardCompatibility;
Microsoft.Build.Engine.UnitTests (3)
BuildEventArgsSerialization_Tests.cs (3)
1007SkipUnknownEvents = true 1057SkipUnknownEvents = true 1113SkipUnknownEvents = true
1 reference to SkipUnknownEvents
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
129/// Applicable mainly when <see cref="SkipUnknownEvents"/> or <see cref="SkipUnknownEventParts"/> is set to true."/>