2 references to XmlBracketsLength
System.ServiceModel.Primitives (2)
Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (2)
118int minXmlLength = (localName.Length * 2) + XmlBracketsLength; 130int xmlElementLength = (localName.Length * 2) + XmlBracketsLength + (value != null ? value.Length : 0);