1 write to _uniqueXmlTypes
System.Private.Xml (1)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
184_uniqueXmlTypes ??= new UniqueList<XmlQueryType>();
2 references to _uniqueXmlTypes
System.Private.Xml (2)
System\Xml\Xsl\IlGen\StaticDataManager.cs (2)
187return _uniqueXmlTypes.Add(type); 195get { return _uniqueXmlTypes?.ToArray(); }