System\Xml\Core\XmlEventCache.cs (4)
315AddEvent(XmlEventType.StartElem, prefix, localName, ns);
319AddEvent(XmlEventType.StartAttr, prefix, localName, ns);
435AddEvent(XmlEventType.EndElem, prefix, localName, ns);
439AddEvent(XmlEventType.FullEndElem, prefix, localName, ns);