2 references to WriteStartElement
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
133this.WriteStartElement(prefix, localName, ns, string.Empty);
System\Xml\XPath\XPathDocument.cs (1)
186builder.WriteStartElement(reader.Prefix, reader.LocalName, reader.NamespaceURI, reader.BaseURI);