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