1 write to _channel
System.ServiceModel.Primitives (1)
Internals\System\Runtime\Diagnostics\EventDescriptor.cs (1)
53_channel = channel;
4 references to _channel
System.ServiceModel.Primitives (4)
Internals\System\Runtime\Diagnostics\EventDescriptor.cs (4)
91return _channel; 140return _id ^ _version ^ _channel ^ _level ^ _opcode ^ _task ^ (int)_keywords; 147(_channel != other._channel) ||