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