1 write to r
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
61this.r = r;
30 references to r
System.Data.SqlXml (30)
System\Xml\Xsl\QIL\QilXmlReader.cs (30)
73while (r.Read()) { 74switch (r.NodeType) { 76bool emptyElem = r.IsEmptyElement; 95Debug.Fail("Unexpected event " + r.NodeType + ", value " + r.Value); 111s = r.LocalName; 112switch (r.LocalName) { 138nd = ParseName(r.GetAttribute("name")); 140Debug.Assert(r.IsEmptyElement, "LiteralQName element must be empty"); 148ann.Id = r.GetAttribute("id"); 149ann.Name = ParseName(r.GetAttribute("name")); 153ann.ClrNamespace = r.GetAttribute("clrNamespace"); 167ann.XmlType = ParseType(r.GetAttribute("xmlType"));; 168nd.SourceLine = ParseLineInfo(r.GetAttribute("lineInfo")); 193string s = r.LocalName; 194switch (r.LocalName) { 234Debug.Assert(id != null, r.LocalName + " must have an id attribute"); 235Debug.Assert(!this.inFwdDecls || ann.XmlType != null, "Forward decl for " + r.LocalName + " '" + id + "' must have an xmlType attribute"); 238switch (r.LocalName) { 282Debug.Assert(r.LocalName == Enum.GetName(typeof(QilNodeType), nd.NodeType), "Id '" + id + "' is not not bound to a " + r.LocalName + " forward decl"); 302Debug.Assert(id != null, r.LocalName + " must have an id attribute"); 364Debug.Assert(nameToFactoryMethod.ContainsKey(r.LocalName), "Method " + r.LocalName + " could not be found on QilFactory"); 365facMethod = nameToFactoryMethod[r.LocalName]; 366Debug.Assert(facMethod.GetParameters().Length == list.Count, "NodeType " + r.LocalName + " does not allow " + list.Count + " parameters"); 388if (!r.IsEmptyElement) { 389while (r.Read()) { 390switch (r.NodeType) { 394s += r.Value;