4 overrides of GetSupportedAttributes
SMDiagnostics (1)
System\ServiceModel\Diagnostics\PiiTraceSource.cs (1)
84protected override string[] GetSupportedAttributes()
System (1)
net\System\Net\Logging.cs (1)
631protected internal override string[] GetSupportedAttributes()
System.Net (1)
net\Logging.cs (1)
172protected override string[] GetSupportedAttributes()
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceSource.cs (1)
18protected override string[] GetSupportedAttributes()
2 references to GetSupportedAttributes
System (2)
compmod\system\diagnostics\TraceSource.cs (2)
95TraceUtils.VerifyAttributes(sourceElement.Attributes, GetSupportedAttributes(), this); 222TraceUtils.VerifyAttributes(sourceElement.Attributes, GetSupportedAttributes(), this);