2 writes to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLevel.cs (2)
37
this.
value
= value;
44
this.
value
= value;
2 references to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLevel.cs (2)
62
if (lev.Value == this.
value
) {
80
return this.
value
;