2 writes to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventOpcode.cs (2)
34this.value = value; 41this.value = value;
2 references to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventOpcode.cs (2)
59if (op.Value == this.value) { 78return this.value;