1 override of GetSupportedAttributes
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\DelimitedListTraceListener.cs (1)
84protected override string[] GetSupportedAttributes() => new string[] { DelimiterKey };
3 references to GetSupportedAttributes
System.Diagnostics.TraceSource (3)
System\Diagnostics\TraceSource.cs (3)
516TraceUtils.VerifyAttributes(listener.Attributes, listener.GetSupportedAttributes(), this); 528TraceUtils.VerifyAttributes(listener.Attributes, listener.GetSupportedAttributes(), this); 533TraceUtils.VerifyAttributes(listener.Attributes, listener.GetSupportedAttributes(), this);