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