2 writes to earlyBound
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (2)
50
this.
earlyBound
= staticData.EarlyBound;
159
this.
earlyBound
= new EarlyBoundInfo[length];
6 references to earlyBound
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (6)
161
this.
earlyBound
[idx] = new EarlyBoundInfo(dataReader.ReadString(), ebTypes[idx]);
265
if (this.
earlyBound
== null) {
270
dataWriter.Write(this.
earlyBound
.Length);
271
ebTypes = new Type[this.
earlyBound
.Length];
273
foreach (EarlyBoundInfo info in this.
earlyBound
) {
343
get { return this.
earlyBound
; }