17 references to EnumAttrs
System.Data.SqlXml (17)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (17)
184
if (this.xstate == XmlState.
EnumAttrs
) {
386
this.xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.
EnumAttrs
: XmlState.WithinContent;
393
Debug.Assert(this.xstate == XmlState.
EnumAttrs
|| this.xstate == XmlState.WithinContent, "EndTree cannot be called in the " + this.xstate + " state.");
414
this.xstate = XmlState.
EnumAttrs
;
429
Debug.Assert(this.xstate == XmlState.
EnumAttrs
, "StartElementContent cannot be called in the " + this.xstate + " state.");
443
Debug.Assert(this.xstate == XmlState.
EnumAttrs
|| this.xstate == XmlState.WithinContent, "WriteEndElement cannot be called in the " + this.xstate + " state.");
461
Debug.Assert(this.xstate == XmlState.
EnumAttrs
, "WriteStartAttribute cannot be called in the " + this.xstate + " state.");
480
this.xstate = XmlState.
EnumAttrs
;
493
Debug.Assert(this.xstate == XmlState.
EnumAttrs
, "WriteNamespaceDeclaration cannot be called in the " + this.xstate + " state.");
523
Debug.Assert(this.xstate != XmlState.WithinSequence && this.xstate != XmlState.
EnumAttrs
, "WriteTextBlock cannot be called in the " + this.xstate + " state.");
531
Debug.Assert(this.xstate != XmlState.WithinSequence && this.xstate != XmlState.
EnumAttrs
, "WriteTextBlockNoEntities cannot be called in the " + this.xstate + " state.");
702
this.xstate = XmlState.
EnumAttrs
;
905
case XmlState.
EnumAttrs
:
1152
case XmlState.
EnumAttrs
:
1173
this.xstate = XmlState.
EnumAttrs
;
1176
case XmlState.
EnumAttrs
:
1208
case XmlState.
EnumAttrs
: return XPathNodeType.Element;