3 references to AttributeNameMaxDataSize
System.Net (3)
net\Logging.cs (3)
155private static readonly string[] P2PTraceSourceSupportedAttributes = new string[] { AttributeNameMaxDataSize }; 160if (Attributes.ContainsKey(AttributeNameMaxDataSize)) 163m_maxDataSize = Int32.Parse(Attributes[AttributeNameMaxDataSize], NumberFormatInfo.InvariantInfo);