17 references to WithinContent
System.Private.Xml (17)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (17)
76_xstate = XmlState.WithinContent; 421_xstate = (rootType == XPathNodeType.Attribute || rootType == XPathNodeType.Namespace) ? XmlState.EnumAttrs : XmlState.WithinContent; 429Debug.Assert(_xstate == XmlState.EnumAttrs || _xstate == XmlState.WithinContent, $"EndTree cannot be called in the {_xstate} state."); 445Debug.Assert(_xstate == XmlState.WithinContent, $"WriteStartElement cannot be called in the {_xstate} state."); 475_xstate = XmlState.WithinContent; 483Debug.Assert(_xstate == XmlState.EnumAttrs || _xstate == XmlState.WithinContent, $"WriteEndElement cannot be called in the {_xstate} state."); 485_xstate = XmlState.WithinContent; 813_xstate = XmlState.WithinContent; 856_xstate = XmlState.WithinContent; 987goto case XmlState.WithinContent; 989case XmlState.WithinContent: 999goto case XmlState.WithinContent; 1205Debug.Assert(_xstate == XmlState.WithinContent, $"EndCopy cannot be called in the {_xstate} state."); 1263_xstate = XmlState.WithinContent; 1266case XmlState.WithinContent: 1333case XmlState.WithinContent: return XPathNodeType.Element; 1579if (_xstate == XmlState.WithinContent)