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