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)
91
return
_channel
;
140
return _id ^ _version ^
_channel
^ _level ^ _opcode ^ _task ^ (int)_keywords;
147
(
_channel
!= other.
_channel
) ||