2 instantiations of NavigatorOutput
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
137NavigatorOutput output = new NavigatorOutput(this.baseUri);
System\Xml\Xsl\XsltOld\WithParamAction.cs (1)
48NavigatorOutput output = new NavigatorOutput(baseUri);
6 references to NavigatorOutput
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
137NavigatorOutput output = new NavigatorOutput(this.baseUri); 145Debug.Assert(recOutput is NavigatorOutput); 146value = ((NavigatorOutput)recOutput).Navigator;
System\Xml\Xsl\XsltOld\WithParamAction.cs (3)
48NavigatorOutput output = new NavigatorOutput(baseUri); 56Debug.Assert(recOutput is NavigatorOutput); 57processor.SetParameter(this.name,((NavigatorOutput)recOutput).Navigator);