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