1 write to _type
System.Diagnostics.TraceSource (1)
System\Diagnostics\SwitchLevelAttribute.cs (1)
26
_type
= value;
2 references to _type
System.Diagnostics.TraceSource (2)
System\Diagnostics\SwitchLevelAttribute.cs (2)
20
get { return
_type
; }
21
[MemberNotNull(nameof(
_type
))]