4 writes to _current
System.Private.Xml (4)
System\Xml\Xsl\ListBase.cs (4)
219
_current
= default(T)!;
261
_current
= _sequence[_index];
266
_current
= default(T)!;
276
_current
= default(T)!;
2 references to _current
System.Private.Xml (2)
System\Xml\Xsl\ListBase.cs (2)
234
get { return
_current
; }
250
return
_current
!;