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