5 implementations of RecordOutput
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
17
internal class NavigatorOutput :
RecordOutput
{
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
19
internal class ReaderOutput : XmlReader,
RecordOutput
{
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
17
internal abstract class SequentialOutput :
RecordOutput
{
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (1)
17
internal class TextOnlyOutput :
RecordOutput
{
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
16
internal class WriterOutput :
RecordOutput
{
9 references to RecordOutput
System.Data.SqlXml (9)
System\Xml\Xsl\XsltOld\Processor.cs (4)
354
RecordOutput
recOutput = null;
372
RecordOutput
recOutput = null;
863
internal void PushOutput(
RecordOutput
output) {
873
internal
RecordOutput
PopOutput() {
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
21
RecordOutput
output;
58
internal RecordBuilder(
RecordOutput
output, XmlNameTable nameTable) {
80
internal
RecordOutput
Output {
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
144
RecordOutput
recOutput = processor.PopOutput();
System\Xml\Xsl\XsltOld\WithParamAction.cs (1)
55
RecordOutput
recOutput = processor.PopOutput();