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)
250
Debug.Assert(
_earlyObjects
!= null && index <
_earlyObjects
.Length, "Early bound object does not exist");
252
obj =
_earlyObjects
[index];
257
_earlyObjects
[index] = obj;