1 write to records
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
92
records
= tmp;
27 references to records
System.Data.SqlXml (27)
System\Xml\Xsl\Xslt\XsltInput.cs (27)
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 ; } }
85
if (
records
.Length <= position) {
86
int newSize =
records
.Length * 2;
91
Array.Copy(
records
, tmp,
records
.Length);
348
FillupTextRecord(ref
records
[curTextNode]);
360
FillupCharacterEntityRecord(ref
records
[curTextNode]);
361
if (textIsWhite && !XmlCharType.Instance.IsOnlyWhitespace(
records
[curTextNode].value)) {
415
FillupRecord(ref
records
[0]);
417
SetRecordEnd(ref
records
[0]);
431
FillupRecord(ref
records
[0]);
440
if (ReadAttribute(ref
records
[record])) {
447
SetRecordEnd(ref
records
[0]);
510
return new DelayedQName(ref
records
[0]);
622
records
[0].value = null;
676
ReportError(/*[XT0090]*/Res.Xslt_InvalidAttribute, QualifiedName,
records
[0].QualifiedName);
680
ReportError(/*[XT0090]*/Res.Xslt_InvalidAttribute, QualifiedName,
records
[0].QualifiedName);
766
if (! IsExtensionNamespace(
records
[0].nsUri)) {
909
FillupRecord(ref
records
[currentRecord]);