3 instantiations of StartTestSessionPayload
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
(),
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
431
var payload = new
StartTestSessionPayload
532
var payload = new
StartTestSessionPayload
46 references to StartTestSessionPayload
Microsoft.TestPlatform.CommunicationUtilities (38)
_generated\112\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
174
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
))
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (36)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
>? _StartTestSessionPayload;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
> StartTestSessionPayload
22
get => _StartTestSessionPayload ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
> Create_StartTestSessionPayload(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
).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.Payloads.
StartTestSessionPayload
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
),
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).Sources,
61
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).Sources = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
).GetProperty("Sources", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IList<string>), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
),
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).RunSettings,
81
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).RunSettings = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
).GetProperty("RunSettings", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
),
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).IsDebuggingEnabled,
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).IsDebuggingEnabled = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
).GetProperty("IsDebuggingEnabled", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
),
120
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).HasCustomHostLauncher,
121
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).HasCustomHostLauncher = value!,
128
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
).GetProperty("HasCustomHostLauncher", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
138
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
),
140
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).TestPlatformOptions,
141
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)obj).TestPlatformOptions = value!,
148
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
).GetProperty("TestPlatformOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions), global::System.Array.Empty<global::System.Type>(), null),
158
private void StartTestSessionPayloadSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
? value)
169
IListStringSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)value).Sources);
170
writer.WriteString(PropName_RunSettings, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)value).RunSettings);
171
writer.WriteBoolean(PropName_IsDebuggingEnabled, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)value).IsDebuggingEnabled);
172
writer.WriteBoolean(PropName_HasCustomHostLauncher, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)value).HasCustomHostLauncher);
174
TestPlatformOptionsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.
StartTestSessionPayload
)value).TestPlatformOptions);
TestPlatformJsonContext.cs (1)
108
[JsonSerializable(typeof(
StartTestSessionPayload
))]
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
431
var
payload = new StartTestSessionPayload
532
var
payload = new StartTestSessionPayload
Microsoft.VisualStudio.TestPlatform.Client (4)
DesignMode\DesignModeClient.cs (3)
194
var
testSessionPayload = _communicationManager.DeserializePayload<
StartTestSessionPayload
>(message);
594
private void StartTestSession(
StartTestSessionPayload
? payload, ITestRequestManager requestManager)
RequestHelper\ITestRequestManager.cs (1)
86
StartTestSessionPayload
payload,
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
466
StartTestSessionPayload
payload,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
466
StartTestSessionPayload
payload,