8 writes to currentRecord
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\XsltInput.cs (8)
387
currentRecord
++;
393
currentRecord
= 0;
455
currentRecord
= 0;
461
currentRecord
= attNum;
464
currentRecord
= 0;
472
currentRecord
= attNum;
475
currentRecord
= 0;
482
this.
currentRecord
= xsltAttributeNumber[attNum];
14 references to currentRecord
System.Data.SqlXml (14)
System\Xml\Xsl\Xslt\XsltInput.cs (14)
63
public XmlNodeType NodeType { get { return nodeType == XmlNodeType.Element && 0 <
currentRecord
? XmlNodeType.Attribute : nodeType; } }
64
public string LocalName { get { return records[
currentRecord
].localName ;} }
65
public string NamespaceUri { get { return records[
currentRecord
].nsUri ;} }
66
public string Prefix { get { return records[
currentRecord
].prefix ;} }
67
public string Value { get { return records[
currentRecord
].value ;} }
68
public string BaseUri { get { return records[
currentRecord
].baseUri ;} }
69
public string QualifiedName { get { return records[
currentRecord
].QualifiedName ;} }
72
public string Uri { get { return records[
currentRecord
].baseUri ; } }
73
public Location Start { get { return records[
currentRecord
].start ; } }
74
public Location End { get { return records[
currentRecord
].end ; } }
385
if (
currentRecord
< lastTextNode) {
388
if (
currentRecord
== lastTextNode) {
483
return this.
currentRecord
!= 0;
909
FillupRecord(ref records[
currentRecord
]);