1 write to _scope
System.Private.Xml (1)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
388
_scope
= scope;
6 references to _scope
System.Private.Xml (6)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (6)
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];