1 write to Error
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunAttachmentsProcessingCompleteEventArgs.cs (1)
21
Error
= error;
3 references to Error
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\44\TestPlatformJsonContext.TestRunAttachmentsProcessingCompleteEventArgs.g.cs (2)
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingCompleteEventArgs)obj).
Error
,
130
ExceptionSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunAttachmentsProcessingCompleteEventArgs)value).
Error
);
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
210
requestData.MetricsCollection.Add(TelemetryDataConstants.AttachmentsProcessingState, completeArgs.
Error
!= null ? AttachmentsProcessingFailed : completeArgs.IsCanceled ? AttachmentsProcessingCanceled : AttachmentsProcessingCompleted);