3 references to UnknownEventData
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
277
HandleError(ErrorFactory, _skipUnknownEventParts, ReaderErrorType.
UnknownEventData
, recordKind);
Logging\BinaryLogger\Postprocessing\IBuildEventArgsReaderNotifications.cs (1)
45
/// In case of <see cref="ReaderErrorType.
UnknownEventData
"/> this is raised before returning the structured representation of a build event
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
1014
readerErrors[0].ErrorType.ShouldBe(ReaderErrorType.
UnknownEventData
);