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