2 writes to _earlyBound
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (2)
50_earlyBound = staticData.EarlyBound; 177_earlyBound = new EarlyBoundInfo[length];
6 references to _earlyBound
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (6)
180_earlyBound[idx] = new EarlyBoundInfo(dataReader.ReadString(), ebTypes![idx]); 307if (_earlyBound == null) 314dataWriter.Write(_earlyBound.Length); 315ebTypes = new Type[_earlyBound.Length]; 317foreach (EarlyBoundInfo info in _earlyBound) 397get { return _earlyBound; }