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