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