12 references to WithinSequence
System.Private.Xml (12)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (12)
65
_xstate = XmlState.
WithinSequence
;
419
Debug.Assert(_xstate == XmlState.
WithinSequence
, $"StartTree cannot be called in the {_xstate} state.");
432
_xstate = XmlState.
WithinSequence
;
572
Debug.Assert(_xstate != XmlState.
WithinSequence
&& _xstate != XmlState.EnumAttrs, $"WriteTextBlock cannot be called in the {_xstate} state.");
581
Debug.Assert(_xstate != XmlState.
WithinSequence
&& _xstate != XmlState.EnumAttrs, $"WriteTextBlockNoEntities cannot be called in the {_xstate} state.");
596
if (_xstate != XmlState.
WithinSequence
)
876
if (_xstate == XmlState.
WithinSequence
)
884
Debug.Assert(_xstate == XmlState.
WithinSequence
, "Values can only be written at the top-level.");
985
case XmlState.
WithinSequence
:
1175
Debug.Assert(_xstate != XmlState.
WithinSequence
, "StartCopy should not called if state is WithinSequence");
1261
case XmlState.
WithinSequence
:
1292
case XmlState.
WithinSequence
: