2 instantiations of TestRunAttachmentsProcessingPayload
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\45\TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
(),
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1311
var payload = new
TestRunAttachmentsProcessingPayload
40 references to TestRunAttachmentsProcessingPayload
Microsoft.TestPlatform.CommunicationUtilities (33)
_generated\112\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
202
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
))
_generated\45\TestPlatformJsonContext.TestRunAttachmentsProcessingPayload.g.cs (31)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
>? _TestRunAttachmentsProcessingPayload;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
> TestRunAttachmentsProcessingPayload
22
get => _TestRunAttachmentsProcessingPayload ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
> Create_TestRunAttachmentsProcessingPayload(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
),
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)obj).Attachments,
61
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)obj).Attachments = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
).GetProperty("Attachments", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IEnumerable<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet>), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
),
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)obj).InvokedDataCollectors,
81
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)obj).InvokedDataCollectors = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
).GetProperty("InvokedDataCollectors", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IEnumerable<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.InvokedDataCollector>), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
),
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)obj).RunSettings,
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)obj).RunSettings = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
).GetProperty("RunSettings", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
),
120
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)obj).CollectMetrics,
121
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)obj).CollectMetrics = value!,
128
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
).GetProperty("CollectMetrics", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
138
private void TestRunAttachmentsProcessingPayloadSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
? value)
149
IEnumerableAttachmentSetSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)value).Attachments);
151
IEnumerableInvokedDataCollectorSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)value).InvokedDataCollectors);
152
writer.WriteString(PropName_RunSettings, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)value).RunSettings);
153
writer.WriteBoolean(PropName_CollectMetrics, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestRunAttachmentsProcessingPayload
)value).CollectMetrics);
TestPlatformJsonContext.cs (1)
110
[JsonSerializable(typeof(
TestRunAttachmentsProcessingPayload
))]
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1311
var
payload = new TestRunAttachmentsProcessingPayload
Microsoft.VisualStudio.TestPlatform.Client (4)
DesignMode\DesignModeClient.cs (3)
231
var
testRunAttachmentsProcessingPayload = _communicationManager.DeserializePayload<
TestRunAttachmentsProcessingPayload
>(message);
557
private void StartTestRunAttachmentsProcessing(
TestRunAttachmentsProcessingPayload
? attachmentsProcessingPayload, ITestRequestManager testRequestManager)
RequestHelper\ITestRequestManager.cs (1)
73
TestRunAttachmentsProcessingPayload
testRunAttachmentsProcessingPayload,
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
415
TestRunAttachmentsProcessingPayload
attachmentsProcessingPayload,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
415
TestRunAttachmentsProcessingPayload
attachmentsProcessingPayload,