src\msbuild\src\Shared\LogMessagePacketBase.cs (11)
277private BuildEventArgs _buildEvent;
291internal LogMessagePacketBase(KeyValuePair<int, BuildEventArgs>? nodeBuildEvent)
328internal KeyValuePair<int, BuildEventArgs>? NodeBuildEvent
332return new KeyValuePair<int, BuildEventArgs>(_sinkId, _buildEvent);
439/// Every <see cref="BuildEventArgs"/> defines <c>WriteToStream</c> / <c>CreateFromStream</c>, so the
449protected virtual void TranslateAdditionalProperties(ITranslator translator, LoggingEventType eventType, BuildEventArgs buildEvent)
458private BuildEventArgs GetBuildEventArgFromId()
505_ => Assumed.Unreachable<BuildEventArgs>($"Should not get to the default of GetBuildEventArgFromId ID: {_eventType}")
515private LoggingEventType GetLoggingEventId(BuildEventArgs eventArg)
703protected virtual void WriteEventToStream(BuildEventArgs buildEvent, LoggingEventType eventType, ITranslator translator)
841protected virtual BuildEventArgs ReadEventFromStream(LoggingEventType eventType, ITranslator translator)