2 writes to _currentRecord
System.Private.Xml (2)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (2)
390
_currentRecord
= _lastRecord + 1;
395
while (LastPredefRecord < --
_currentRecord
)
7 references to _currentRecord
System.Private.Xml (7)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (7)
397
if (_scope._records[
_currentRecord
].IsNamespace)
400
if (_scope.LookupNamespace(_scope._records[
_currentRecord
].ncName!, _lastRecord,
_currentRecord
+ 1) == null)
414
Debug.Assert(LastPredefRecord <=
_currentRecord
&&
_currentRecord
<= _scope._lastRecord, "MoveNext() either was not called or returned false");
415
Debug.Assert(_scope._records[
_currentRecord
].IsNamespace);
416
return _scope._records[
_currentRecord
];