2 writes to EventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\37\TestPlatformJsonContext.StartTestSessionAckPayload.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionAckPayload)obj).EventArgs = value!,
Microsoft.VisualStudio.TestPlatform.Client (1)
TestSession\TestSessionEventsHandler.cs (1)
36EventArgs = eventArgs
6 references to EventArgs
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\37\TestPlatformJsonContext.StartTestSessionAckPayload.g.cs (2)
60Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionAckPayload)obj).EventArgs, 89StartTestSessionCompleteEventArgsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionAckPayload)value).EventArgs);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
464eventsHandler?.HandleStartTestSessionComplete(ackPayload.EventArgs); 465return ackPayload.EventArgs!.TestSessionInfo; 564eventsHandler?.HandleStartTestSessionComplete(ackPayload.EventArgs); 565return ackPayload.EventArgs!.TestSessionInfo;