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