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