2 writes to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLevel.cs (2)
37this.value = value; 44this.value = value;
2 references to value
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLevel.cs (2)
62if (lev.Value == this.value) { 80return this.value;