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