1 write to f
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
350this.f = baseEnvironment.Factory;
5 references to f
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (5)
351this.fixupCurrent = f.Unknown(T.NodeNotRtf); 352this.fixupPosition = f.Unknown(T.DoubleX); 353this.fixupLast = f.Unknown(T.DoubleX); 354this.fixupVisitor = new XPathBuilder.FixupVisitor(f, fixupCurrent, fixupPosition, fixupLast); 360public XPathQilFactory Factory { get { return f; } }