1 instantiation of Element
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
625element = new Element();
9 references to Element
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (9)
22private Element[] _elements; 484Element element = EnterScope(); 538Element element = EnterScope(); 600Element element = _elements[_depth]; 608private Element EnterScope() 614_elements = new Element[4]; 618Element[] newElementNodes = new Element[_depth * 2]; 622Element element = _elements[_depth];