3 references to IExtendedBuildEventArgs
MSBuildTaskHost (3)
BinaryReaderExtensions.cs (1)
104
public static void ReadExtendedBuildEventData(this BinaryReader reader,
IExtendedBuildEventArgs
data)
BinaryWriterExtensions.cs (1)
116
public static void WriteExtendedBuildEventData(this BinaryWriter writer,
IExtendedBuildEventArgs
data)
OutOfProcTaskHostNode.cs (1)
1188
if (!e.GetType().GetTypeInfo().IsSerializable && e is not
IExtendedBuildEventArgs
)