4 references to AttributeNameMaxSize
System (4)
net\System\Net\Logging.cs (4)
34
private static readonly string[] SupportedAttributes = new string[] {
AttributeNameMaxSize
, AttributeNameTraceMode };
170
if (traceSource.Attributes.ContainsKey(
AttributeNameMaxSize
)) {
172
maxDumpSize = Int32.Parse(traceSource.Attributes[
AttributeNameMaxSize
], NumberFormatInfo.InvariantInfo);
177
traceSource.Attributes[
AttributeNameMaxSize
] = maxDumpSize.ToString(NumberFormatInfo.InvariantInfo);