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