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)
397if (_scope._records[_currentRecord].IsNamespace) 400if (_scope.LookupNamespace(_scope._records[_currentRecord].ncName!, _lastRecord, _currentRecord + 1) == null) 414Debug.Assert(LastPredefRecord <= _currentRecord && _currentRecord <= _scope._lastRecord, "MoveNext() either was not called or returned false"); 415Debug.Assert(_scope._records[_currentRecord].IsNamespace); 416return _scope._records[_currentRecord];