1 write to _earlyObjects
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
83_earlyObjects = (_earlyInfo != null) ? new object[_earlyInfo.Length] : null;
4 references to _earlyObjects
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
250Debug.Assert(_earlyObjects != null && index < _earlyObjects.Length, "Early bound object does not exist"); 252obj = _earlyObjects[index]; 257_earlyObjects[index] = obj;