11 instantiations of StartTestSessionCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\41\TestPlatformJsonContext.StartTestSessionCompleteEventArgs.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
(),
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\ProxyTestSessionManager.cs (1)
201
new
()
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
423
eventsHandler?.HandleStartTestSessionComplete(
new
());
501
eventsHandler?.HandleStartTestSessionComplete(
new
());
524
eventsHandler?.HandleStartTestSessionComplete(
new
());
599
eventsHandler?.HandleStartTestSessionComplete(
new
());
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
626
eventsHandler.HandleStartTestSessionComplete(
new
());
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
522
eventsHandler.HandleStartTestSessionComplete(
new
()
554
eventsHandler.HandleStartTestSessionComplete(
new
());
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
522
eventsHandler.HandleStartTestSessionComplete(
new
()
554
eventsHandler.HandleStartTestSessionComplete(
new
());
30 references to StartTestSessionCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (25)
_generated\112\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
186
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
))
_generated\37\TestPlatformJsonContext.StartTestSessionAckPayload.g.cs (3)
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionAckPayload).GetProperty("EventArgs", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
), 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.
StartTestSessionCompleteEventArgs
>(options, info0);
_generated\41\TestPlatformJsonContext.StartTestSessionCompleteEventArgs.g.cs (21)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
>? _StartTestSessionCompleteEventArgs;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
> StartTestSessionCompleteEventArgs
22
get => _StartTestSessionCompleteEventArgs ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
> Create_StartTestSessionCompleteEventArgs(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
).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.
StartTestSessionCompleteEventArgs
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
),
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
)obj).TestSessionInfo,
61
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
)obj).TestSessionInfo = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
).GetProperty("TestSessionInfo", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
),
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
)obj).Metrics,
81
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
)obj).Metrics = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
).GetProperty("Metrics", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IDictionary<string, object>), global::System.Array.Empty<global::System.Type>(), null),
98
private void StartTestSessionCompleteEventArgsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
? value)
109
TestSessionInfoSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
)value).TestSessionInfo);
111
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StartTestSessionCompleteEventArgs
)value).Metrics, IDictionaryStringObject);
Microsoft.VisualStudio.TestPlatform.Client (3)
TestSession\InProcessTestSessionEventsHandler.cs (2)
15
public EventHandler<
StartTestSessionCompleteEventArgs
?>? StartTestSessionCompleteEventHandler { get; set; }
43
public void HandleStartTestSessionComplete(
StartTestSessionCompleteEventArgs
? eventArgs)
TestSession\TestSessionEventsHandler.cs (1)
32
public void HandleStartTestSessionComplete(
StartTestSessionCompleteEventArgs
? eventArgs)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\Interfaces\ITestSessionEventsHandler.cs (1)
16
void HandleStartTestSessionComplete(
StartTestSessionCompleteEventArgs
? eventArgs);
Client\Payloads\StartTestSessionAckPayload.cs (1)
19
public
StartTestSessionCompleteEventArgs
? EventArgs { get; set; }