1 write to uniqueXmlTypes
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
190this.uniqueXmlTypes = new UniqueList<XmlQueryType>();
4 references to uniqueXmlTypes
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\StaticDataManager.cs (4)
189if (this.uniqueXmlTypes == null) 193return this.uniqueXmlTypes.Add(type); 200get { return (this.uniqueXmlTypes != null) ? this.uniqueXmlTypes.ToArray() : null; }