2 overrides of GetSupportedAttributes
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (1)
799Protected Overrides Function GetSupportedAttributes() As String()
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);