1 write to Channel
Microsoft.TestPlatform.CommunicationUtilities (1)
Interfaces\Communication\ConnectedEventArgs.cs (1)
28
Channel
= channel;
3 references to Channel
Microsoft.TestPlatform.CommunicationUtilities (2)
Interfaces\Communication\ConnectedEventArgs.cs (1)
46
[MemberNotNullWhen(true, nameof(
Channel
))]
TestRequestSender.cs (1)
141
_channel = args.
Channel
;
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
134
_channel = connectedArgs.
Channel
;