2 references to XmlBracketsLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (2)
395
int minXmlLength = (localName.Length * 2) + EtwDiagnosticTrace.
XmlBracketsLength
;
407
int xmlElementLength = (localName.Length * 2) + EtwDiagnosticTrace.
XmlBracketsLength
+ (value != null ? value.Length : 0);