2 writes to xPathBuilder
System.Runtime.Serialization (2)
System\Runtime\Serialization\XPathQueryGenerator.cs (2)
108this.xPathBuilder = new StringBuilder(XPathQueryGenerator.XPathSeparator + prefix + XPathQueryGenerator.NsSeparator + rootContract.TopLevelElementName.Value); 114this.xPathBuilder = rootContractXPath;
2 references to xPathBuilder
System.Runtime.Serialization (2)
System\Runtime\Serialization\XPathQueryGenerator.cs (2)
119this.xPathBuilder.Append(XPathQueryGenerator.XPathSeparator + prefix + XPathQueryGenerator.NsSeparator + contextMember.Name); 134return this.xPathBuilder.ToString();