17 references to WithinContent
System.Private.Xml (17)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (17)
76_xstate = XmlState.WithinContent; 422_xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.WithinContent; 430Debug.Assert(_xstate == XmlState.EnumAttrs || _xstate == XmlState.WithinContent, $"EndTree cannot be called in the {_xstate} state."); 446Debug.Assert(_xstate == XmlState.WithinContent, $"WriteStartElement cannot be called in the {_xstate} state."); 476_xstate = XmlState.WithinContent; 484Debug.Assert(_xstate == XmlState.EnumAttrs || _xstate == XmlState.WithinContent, $"WriteEndElement cannot be called in the {_xstate} state."); 486_xstate = XmlState.WithinContent; 814_xstate = XmlState.WithinContent; 857_xstate = XmlState.WithinContent; 988goto case XmlState.WithinContent; 990case XmlState.WithinContent: 1000goto case XmlState.WithinContent; 1206Debug.Assert(_xstate == XmlState.WithinContent, $"EndCopy cannot be called in the {_xstate} state."); 1264_xstate = XmlState.WithinContent; 1267case XmlState.WithinContent: 1334case XmlState.WithinContent: return XPathNodeType.Element; 1580if (_xstate == XmlState.WithinContent)