1 write to Channel
Microsoft.TestPlatform.CommunicationUtilities (1)
Interfaces\Communication\ConnectedEventArgs.cs (1)
28Channel = 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;