3 writes to _element
System.Private.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
536
_element
= null;
555
_element
= null;
640
_element
= e;
4 references to _element
System.Private.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
543
if (
_element
!= null)
546
XNamespace ns =
_element
.Name.Namespace;
547
_writer.WriteStartElement(GetPrefixOfNamespace(ns, true),
_element
.Name.LocalName, ns.NamespaceName);
627
if (
_element
== null) throw new InvalidOperationException(SR.InvalidOperation_WriteAttribute);