8 instantiations of StopTestSessionCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\42\TestPlatformJsonContext.StopTestSessionCompleteEventArgs.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
(),
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
620
eventsHandler?.HandleStopTestSessionComplete(
new
(testSessionInfo));
689
eventsHandler?.HandleStopTestSessionComplete(
new
(testSessionInfo));
710
eventsHandler?.HandleStopTestSessionComplete(
new
(testSessionInfo));
779
eventsHandler?.HandleStopTestSessionComplete(
new
(testSessionInfo));
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
658
eventsHandler.HandleStopTestSessionComplete(
new
(payload?.TestSessionInfo));
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
591
new
()
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
591
new
()
35 references to StopTestSessionCompleteEventArgs
Microsoft.TestPlatform.CommunicationUtilities (30)
_generated\112\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
190
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
))
_generated\39\TestPlatformJsonContext.StopTestSessionAckPayload.g.cs (3)
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StopTestSessionAckPayload).GetProperty("EventArgs", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
), 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.
StopTestSessionCompleteEventArgs
>(options, info0);
_generated\42\TestPlatformJsonContext.StopTestSessionCompleteEventArgs.g.cs (26)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
>? _StopTestSessionCompleteEventArgs;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
> StopTestSessionCompleteEventArgs
22
get => _StopTestSessionCompleteEventArgs ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
> Create_StopTestSessionCompleteEventArgs(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
).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.
StopTestSessionCompleteEventArgs
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
),
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)obj).TestSessionInfo,
61
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)obj).TestSessionInfo = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
).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.
StopTestSessionCompleteEventArgs
),
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)obj).Metrics,
81
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)obj).Metrics = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
).GetProperty("Metrics", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IDictionary<string, object>), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
),
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)obj).IsStopped,
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)obj).IsStopped = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
).GetProperty("IsStopped", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
private void StopTestSessionCompleteEventArgsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
? value)
129
TestSessionInfoSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)value).TestSessionInfo);
131
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)value).Metrics, IDictionaryStringObject);
132
writer.WriteBoolean(PropName_IsStopped, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
StopTestSessionCompleteEventArgs
)value).IsStopped);
Microsoft.VisualStudio.TestPlatform.Client (3)
TestSession\InProcessTestSessionEventsHandler.cs (2)
17
public EventHandler<
StopTestSessionCompleteEventArgs
?>? StopTestSessionCompleteEventHandler { get; set; }
49
public void HandleStopTestSessionComplete(
StopTestSessionCompleteEventArgs
? eventArgs)
TestSession\TestSessionEventsHandler.cs (1)
43
public void HandleStopTestSessionComplete(
StopTestSessionCompleteEventArgs
? eventArgs)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\Interfaces\ITestSessionEventsHandler.cs (1)
23
void HandleStopTestSessionComplete(
StopTestSessionCompleteEventArgs
? eventArgs);
Client\Payloads\StopTestSessionAckPayload.cs (1)
19
public
StopTestSessionCompleteEventArgs
? EventArgs { get; set; }