3 writes to _earlyBound
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (3)
50_earlyBound = staticData.EarlyBound; 67_earlyBound = copy._earlyBound; 177_earlyBound = new EarlyBoundInfo[length];
7 references to _earlyBound
System.Private.Xml (7)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (7)
67_earlyBound = copy._earlyBound; 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; }