9 instantiations of XmlQueryItemSequence
System.Private.Xml (9)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
636
value = new
XmlQueryItemSequence
(new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Boolean), value));
640
value = new
XmlQueryItemSequence
(new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Double), ((IConvertible)value).ToDouble(null)));
645
value = new
XmlQueryItemSequence
(new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), XsltConvert.ToString((DateTime)value)));
647
value = new
XmlQueryItemSequence
(new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), value));
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (3)
422
public static new readonly XmlQueryItemSequence Empty = new
XmlQueryItemSequence
();
435
return new
XmlQueryItemSequence
();
451
return new
XmlQueryItemSequence
(item);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
67
_seqTyped = new
XmlQueryItemSequence
();
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
551
CheckXsltValue(new
XmlQueryItemSequence
(item));
8 references to XmlQueryItemSequence
System.Private.Xml (8)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
106
sequenceType = typeof(
XmlQueryItemSequence
);
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (5)
422
public static new readonly
XmlQueryItemSequence
Empty = new XmlQueryItemSequence();
427
public static
XmlQueryItemSequence
CreateOrReuse(
XmlQueryItemSequence
seq)
442
public static
XmlQueryItemSequence
CreateOrReuse(
XmlQueryItemSequence
seq, XPathItem item)
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (2)
58
private readonly
XmlQueryItemSequence
_seqTyped;
73
public
XmlQueryItemSequence
ResultSequence