12 references to WithinSequence
System.Private.Xml (12)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (12)
65
_xstate = XmlState.
WithinSequence
;
418
Debug.Assert(_xstate == XmlState.
WithinSequence
, $"StartTree cannot be called in the {_xstate} state.");
431
_xstate = XmlState.
WithinSequence
;
571
Debug.Assert(_xstate != XmlState.
WithinSequence
&& _xstate != XmlState.EnumAttrs, $"WriteTextBlock cannot be called in the {_xstate} state.");
580
Debug.Assert(_xstate != XmlState.
WithinSequence
&& _xstate != XmlState.EnumAttrs, $"WriteTextBlockNoEntities cannot be called in the {_xstate} state.");
595
if (_xstate != XmlState.
WithinSequence
)
875
if (_xstate == XmlState.
WithinSequence
)
883
Debug.Assert(_xstate == XmlState.
WithinSequence
, "Values can only be written at the top-level.");
984
case XmlState.
WithinSequence
:
1174
Debug.Assert(_xstate != XmlState.
WithinSequence
, "StartCopy should not called if state is WithinSequence");
1260
case XmlState.
WithinSequence
:
1291
case XmlState.
WithinSequence
: