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