2 instantiations of TestRunAttachmentsProcessingProgressEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\46\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressEventArgs.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
((long)args[0], (global::System.Collections.Generic.ICollection<global::System.Uri>)args[1], (long)args[2], (long)args[3]),
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
161
new
TestRunAttachmentsProcessingProgressEventArgs
(attachmentsHandlerIndex, attachmentProcessorUris, progress, dataCollectorAttachmentsProcessors.Length)));
36 references to TestRunAttachmentsProcessingProgressEventArgs
Microsoft.TestPlatform.CommunicationUtilities (32)
_generated\112\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
206
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
))
_generated\26\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressPayload.g.cs (3)
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.TestRunAttachmentsProcessingProgressPayload).GetProperty("AttachmentsProcessingProgressEventArgs", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
), 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.
TestRunAttachmentsProcessingProgressEventArgs
>(options, info0);
_generated\46\TestPlatformJsonContext.TestRunAttachmentsProcessingProgressEventArgs.g.cs (27)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
>? _TestRunAttachmentsProcessingProgressEventArgs;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
> TestRunAttachmentsProcessingProgressEventArgs
22
get => _TestRunAttachmentsProcessingProgressEventArgs ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
> Create_TestRunAttachmentsProcessingProgressEventArgs(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(long), typeof(global::System.Collections.Generic.ICollection<global::System.Uri>), typeof(long), typeof(long)}, modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
),
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
)obj).CurrentAttachmentProcessorIndex,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
).GetProperty("CurrentAttachmentProcessorIndex", InstanceMemberBindingFlags, null, typeof(long), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
),
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
)obj).CurrentAttachmentProcessorUris,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
).GetProperty("CurrentAttachmentProcessorUris", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.ICollection<global::System.Uri>), global::System.Array.Empty<global::System.Type>(), null),
99
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
),
101
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
)obj).CurrentAttachmentProcessorProgress,
109
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
).GetProperty("CurrentAttachmentProcessorProgress", InstanceMemberBindingFlags, null, typeof(long), global::System.Array.Empty<global::System.Type>(), null),
119
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
),
121
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
)obj).AttachmentProcessorsCount,
129
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
).GetProperty("AttachmentProcessorsCount", InstanceMemberBindingFlags, null, typeof(long), global::System.Array.Empty<global::System.Type>(), null),
139
private void TestRunAttachmentsProcessingProgressEventArgsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
? value)
149
writer.WriteNumber(PropName_CurrentAttachmentProcessorIndex, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
)value).CurrentAttachmentProcessorIndex);
151
ICollectionUriSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
)value).CurrentAttachmentProcessorUris);
152
writer.WriteNumber(PropName_CurrentAttachmentProcessorProgress, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
)value).CurrentAttachmentProcessorProgress);
153
writer.WriteNumber(PropName_AttachmentProcessorsCount, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingProgressEventArgs
)value).AttachmentProcessorsCount);
Messages\TestRunAttachmentsProcessingProgressPayload.cs (1)
16
public
TestRunAttachmentsProcessingProgressEventArgs
? AttachmentsProcessingProgressEventArgs { get; set; }
Microsoft.TestPlatform.CrossPlatEngine (1)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (1)
33
public void HandleTestRunAttachmentsProcessingProgress(
TestRunAttachmentsProcessingProgressEventArgs
attachmentsProcessingProgressEventArgs)
Microsoft.VisualStudio.TestPlatform.Client (2)
AttachmentsProcessing\InProcessTestRunAttachmentsProcessingEventsHandler.cs (1)
59
TestRunAttachmentsProcessingProgressEventArgs
attachmentsProcessingProgressEventArgs)
AttachmentsProcessing\TestRunAttachmentsProcessingEventsHandler.cs (1)
46
public void HandleTestRunAttachmentsProcessingProgress(
TestRunAttachmentsProcessingProgressEventArgs
attachmentsProcessingProgressEventArgs)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Interfaces\ITestRunAttachmentsProcessingEventsHandler.cs (1)
32
void HandleTestRunAttachmentsProcessingProgress(
TestRunAttachmentsProcessingProgressEventArgs
AttachmentsProcessingProgressEventArgs);