6 instantiations of TestRunAttachmentsProcessingCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\44\TestPlatformJsonContext.TestRunAttachmentsProcessingCompleteEventArgs.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
((bool)args[0], (global::System.Exception)args[1]),
Microsoft.TestPlatform.CrossPlatEngine (4)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (4)
76
return FinalizeOperation(requestData, new
TestRunAttachmentsProcessingCompleteEventArgs
(false, null), await task, stopwatch, eventHandler);
81
return FinalizeOperation(requestData, new
TestRunAttachmentsProcessingCompleteEventArgs
(true, null), localAttachments, stopwatch, eventHandler);
95
return FinalizeOperation(requestData, new
TestRunAttachmentsProcessingCompleteEventArgs
(true, null), localAttachments, stopwatch, eventHandler);
102
return FinalizeOperation(requestData, new
TestRunAttachmentsProcessingCompleteEventArgs
(false, e), localAttachments, stopwatch, eventHandler);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1387
new
TestRunAttachmentsProcessingCompleteEventArgs
(false, exception),
36 references to TestRunAttachmentsProcessingCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (31)
_generated\112\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
198
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
))
_generated\25\TestPlatformJsonContext.TestRunAttachmentsProcessingCompletePayload.g.cs (3)
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunAttachmentsProcessingCompletePayload).GetProperty("AttachmentsProcessingCompleteEventArgs", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
>(options, info0);
_generated\44\TestPlatformJsonContext.TestRunAttachmentsProcessingCompleteEventArgs.g.cs (24)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
>? _TestRunAttachmentsProcessingCompleteEventArgs;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
> TestRunAttachmentsProcessingCompleteEventArgs
22
get => _TestRunAttachmentsProcessingCompleteEventArgs ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
> Create_TestRunAttachmentsProcessingCompleteEventArgs(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(bool), typeof(global::System.Exception)}, modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
),
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
)obj).IsCanceled,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
).GetProperty("IsCanceled", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
),
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
)obj).Error,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
).GetProperty("Error", InstanceMemberBindingFlags, null, typeof(global::System.Exception), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
),
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
)obj).Metrics,
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
)obj).Metrics = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
).GetProperty("Metrics", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IDictionary<string, object>), global::System.Array.Empty<global::System.Type>(), null),
118
private void TestRunAttachmentsProcessingCompleteEventArgsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
? value)
128
writer.WriteBoolean(PropName_IsCanceled, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
)value).IsCanceled);
130
ExceptionSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
)value).Error);
132
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingCompleteEventArgs
)value).Metrics, IDictionaryStringObject);
JsonDataSerializer.Stj.cs (1)
145
case
TestRunAttachmentsProcessingCompleteEventArgs
args:
Messages\TestRunAttachmentsProcessingCompletePayload.cs (1)
19
public
TestRunAttachmentsProcessingCompleteEventArgs
? AttachmentsProcessingCompleteEventArgs { get; set; }
TestPlatformJsonContext.cs (1)
97
[JsonSerializable(typeof(
TestRunAttachmentsProcessingCompleteEventArgs
))]
Microsoft.TestPlatform.CrossPlatEngine (2)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
206
private Collection<AttachmentSet> FinalizeOperation(IRequestData requestData,
TestRunAttachmentsProcessingCompleteEventArgs
completeArgs, Collection<AttachmentSet> attachments, Stopwatch stopwatch, ITestRunAttachmentsProcessingEventsHandler? eventHandler)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (1)
50
public void HandleTestRunAttachmentsProcessingComplete(
TestRunAttachmentsProcessingCompleteEventArgs
attachmentsProcessingCompleteEventArgs, IEnumerable<AttachmentSet>? lastChunk)
Microsoft.VisualStudio.TestPlatform.Client (2)
AttachmentsProcessing\InProcessTestRunAttachmentsProcessingEventsHandler.cs (1)
50
TestRunAttachmentsProcessingCompleteEventArgs
attachmentsProcessingCompleteEventArgs,
AttachmentsProcessing\TestRunAttachmentsProcessingEventsHandler.cs (1)
32
public void HandleTestRunAttachmentsProcessingComplete(
TestRunAttachmentsProcessingCompleteEventArgs
attachmentsProcessingCompleteEventArgs, IEnumerable<AttachmentSet>? lastChunk)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Interfaces\ITestRunAttachmentsProcessingEventsHandler.cs (1)
18
void HandleTestRunAttachmentsProcessingComplete(
TestRunAttachmentsProcessingCompleteEventArgs
attachmentsProcessingCompleteEventArgs, IEnumerable<AttachmentSet>? lastChunk);