2 writes to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventTask.cs (2)
39
this.
value
= value;
46
this.
value
= value;
2 references to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventTask.cs (2)
66
if (task.Value == this.
value
) {
86
return this.
value
;