2 writes to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventKeyword.cs (2)
36
this.
value
= value;
43
this.
value
= value;
2 references to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventKeyword.cs (2)
63
if (key.Value == this.
value
) {
81
return this.
value
;