1 write to earlyInfo
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\StaticDataManager.cs (1)
167this.earlyInfo = new UniqueList<EarlyBoundInfo>();
4 references to earlyInfo
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\StaticDataManager.cs (4)
166if (this.earlyInfo == null) 169return this.earlyInfo.Add(new EarlyBoundInfo(namespaceUri, ebType)); 177if (this.earlyInfo != null) 178return this.earlyInfo.ToArray();