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