1 write to uniqueCollations
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
209
this.
uniqueCollations
= new UniqueList<XmlCollation>();
4 references to uniqueCollations
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\StaticDataManager.cs (4)
208
if (this.
uniqueCollations
== null)
211
return this.
uniqueCollations
.Add(XmlCollation.Create(collation));
218
get { return (this.
uniqueCollations
!= null) ? this.
uniqueCollations
.ToArray() : null; }