3 writes to currentRecord
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
324
this.
currentRecord
= lastRecord + 1;
328
currentRecord
= lastRecord + 1;
332
while (LastPredefRecord < --
currentRecord
) {
7 references to currentRecord
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (7)
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
];