1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventDescriptor.cs (1)
52
_channel
= channel;
4 references to _channel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventDescriptor.cs (4)
90
return
_channel
;
137
return _id ^ _version ^
_channel
^ _level ^ _opcode ^ _task ^ (int)_keywords;
144
(
_channel
!= other.
_channel
) ||