2 instantiations of SessionStartEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestHandler.cs (1)
312var eventArgs = new SessionStartEventArgs(properties);
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
58SessionStart.SafeInvoke(this, new SessionStartEventArgs(properties), "TestCaseEventsHandler.RaiseSessionStart");
13 references to SessionStartEventArgs
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestHandler.cs (1)
312var eventArgs = new SessionStartEventArgs(properties);
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\InProcDataCollectionExtensionManager.cs (2)
119private void TriggerTestSessionStart(object? sender, SessionStartEventArgs e) 262private static IDictionary<string, object?> GetSessionStartProperties(SessionStartEventArgs sessionStartEventArgs)
DataCollection\Interfaces\ITestEventsPublisher.cs (1)
18event EventHandler<SessionStartEventArgs> SessionStart;
EventHandlers\TestCaseEventsHandler.cs (1)
20public event EventHandler<SessionStartEventArgs>? SessionStart;
Microsoft.VisualStudio.TestPlatform.Common (4)
DataCollection\DataCollectionManager.cs (1)
296public bool SessionStarted(SessionStartEventArgs sessionStartEventArgs)
DataCollection\Interfaces\IDataCollectionManager.cs (1)
57bool SessionStarted(SessionStartEventArgs sessionStartEventArgs);
DataCollection\TestPlatformDataCollectionEvents.cs (2)
32[typeof(SessionStartEventArgs)] = OnSessionStart, 55public override event EventHandler<SessionStartEventArgs>? SessionStart;
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
DataCollector\Events\DataCollectionEvents.cs (1)
28public abstract event EventHandler<SessionStartEventArgs>? SessionStart;
DataCollector\Events\SessionEvents.cs (3)
21/// Initializes a new instance of the <see cref="SessionStartEventArgs"/> class. 34/// Initializes a new instance of the <see cref="SessionStartEventArgs"/> class. 47/// Initializes a new instance of the <see cref="SessionStartEventArgs"/> class.