Home
last modified time | relevance | path

Searched refs:NavigatorConstructor (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DRtfNavigator.cs183 private NavigatorConstructor constr;
196 this.constr = new NavigatorConstructor(); in RtfTreeNavigator()
285 private NavigatorConstructor constr;
298 this.constr = new NavigatorConstructor(); in RtfTextNavigator()
384 internal sealed class NavigatorConstructor { class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DRtfNavigator.cs199 private NavigatorConstructor _constr;
213 _constr = new NavigatorConstructor(); in RtfTreeNavigator()
311 private NavigatorConstructor _constr;
325 _constr = new NavigatorConstructor(); in RtfTextNavigator()
419 internal sealed class NavigatorConstructor class