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