2 writes to IsEnabled3Arg
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DiagnosticListener.cs (2)
328return new DiagnosticSubscription() { Observer = subscriptions.Observer, Owner = subscriptions.Owner, IsEnabled1Arg = subscriptions.IsEnabled1Arg, IsEnabled3Arg = subscriptions.IsEnabled3Arg, Next = Remove(subscriptions.Next, subscription) }; 442IsEnabled3Arg = isEnabled3Arg,
7 references to IsEnabled3Arg
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\DiagnosticListener.cs (7)
246if (curSubscription.IsEnabled3Arg == null || curSubscription.IsEnabled3Arg(name, arg1, arg2)) 301Debug.Assert(!(cur.Observer == Observer && cur.IsEnabled1Arg == IsEnabled1Arg && cur.IsEnabled3Arg == IsEnabled3Arg), "Did not remove subscription!"); 321subscriptions.IsEnabled3Arg == subscription.IsEnabled3Arg) 328return new DiagnosticSubscription() { Observer = subscriptions.Observer, Owner = subscriptions.Owner, IsEnabled1Arg = subscriptions.IsEnabled1Arg, IsEnabled3Arg = subscriptions.IsEnabled3Arg, Next = Remove(subscriptions.Next, subscription) };