5 references to LiteralObject
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilExpression.cs (3)
53
this.defWSet = factory.
LiteralObject
(settings);
55
this.wsRules = factory.
LiteralObject
(new List<WhitespaceRule>());
58
this.earlBnd = factory.
LiteralObject
(new List<EarlyBoundInfo>());
System\Xml\Xsl\QIL\QilPatternFactory.cs (1)
721
return f.XsltInvokeEarlyBound(name, f.
LiteralObject
(d), list, t);
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
358
nd = f.XsltInvokeEarlyBound(name, f.
LiteralObject
(mi), list[1], ann.XmlType);