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