3 references to DelimiterKey
System.Diagnostics.TextWriterTraceListener (3)
System\Diagnostics\DelimitedListTraceListener.cs (3)
52
if (Attributes.ContainsKey(
DelimiterKey
))
54
string? delimiter = Attributes[
DelimiterKey
];
84
protected override string[] GetSupportedAttributes() => new string[] {
DelimiterKey
};