2 writes to collations
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (2)
48this.collations = staticData.Collations; 141this.collations = new XmlCollation[length];
5 references to collations
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (5)
143this.collations[idx] = new XmlCollation(dataReader); 243if (collations == null) { 247dataWriter.Write(this.collations.Length); 248foreach (XmlCollation collation in this.collations) { 329get { return this.collations; }