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