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