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