2 writes to types
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (2)
47
this.
types
= staticData.XmlTypes;
132
this.
types
= new XmlQueryType[length];
5 references to types
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (5)
134
this.
types
[idx] = XmlQueryTypeFactory.Deserialize(dataReader);
232
if (this.
types
== null) {
236
dataWriter.Write(this.
types
.Length);
237
foreach (XmlQueryType type in this.
types
) {
322
get { return this.
types
; }