17 references to WithinContent
System.Data.SqlXml (17)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (17)
76this.xstate = XmlState.WithinContent; 386this.xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.WithinContent; 393Debug.Assert(this.xstate == XmlState.EnumAttrs || this.xstate == XmlState.WithinContent, "EndTree cannot be called in the " + this.xstate + " state."); 408Debug.Assert(this.xstate == XmlState.WithinContent, "WriteStartElement cannot be called in the " + this.xstate + " state."); 436this.xstate = XmlState.WithinContent; 443Debug.Assert(this.xstate == XmlState.EnumAttrs || this.xstate == XmlState.WithinContent, "WriteEndElement cannot be called in the " + this.xstate + " state."); 445this.xstate = XmlState.WithinContent; 740this.xstate = XmlState.WithinContent; 780this.xstate = XmlState.WithinContent; 896goto case XmlState.WithinContent; 898case XmlState.WithinContent: 908goto case XmlState.WithinContent; 1093Debug.Assert(this.xstate == XmlState.WithinContent, "EndCopy cannot be called in the " + this.xstate + " state."); 1145this.xstate = XmlState.WithinContent; 1148case XmlState.WithinContent: 1209case XmlState.WithinContent: return XPathNodeType.Element; 1437if (this.xstate == XmlState.WithinContent)