System\Xml\Core\XmlEventCache.cs (4)
325AddEvent(XmlEventType.StartElem, prefix, localName, ns);
330AddEvent(XmlEventType.StartAttr, prefix, localName, ns);
474AddEvent(XmlEventType.EndElem, prefix, localName, ns);
479AddEvent(XmlEventType.FullEndElem, prefix, localName, ns);