1 write to scope
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
322
this.
scope
= scope;
6 references to scope
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (6)
333
if (
scope
.records[currentRecord].IsNamespace) {
335
if (
scope
.LookupNamespace(
scope
.records[currentRecord].ncName, lastRecord, currentRecord + 1) == null) {
346
Debug.Assert(LastPredefRecord <= currentRecord && currentRecord <=
scope
.lastRecord, "MoveNext() either was not called or returned false");
347
Debug.Assert(
scope
.records[currentRecord].IsNamespace);
348
return
scope
.records[currentRecord];