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