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