5 references to ToArray
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\StaticDataManager.cs (5)
85
get { return (this.uniqueNames != null) ? this.uniqueNames.
ToArray
() : null; }
104
get { return (this.uniqueFilters != null) ? this.uniqueFilters.
ToArray
() : null; }
178
return this.earlyInfo.
ToArray
();
200
get { return (this.uniqueXmlTypes != null) ? this.uniqueXmlTypes.
ToArray
() : null; }
218
get { return (this.uniqueCollations != null) ? this.uniqueCollations.
ToArray
() : null; }