1 write to _records
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
93
_records
= tmp;
27 references to _records
System.Private.Xml (27)
System\Xml\Xsl\Xslt\XsltInput.cs (27)
60
public string LocalName { get { return
_records
[_currentRecord].localName; } }
61
public string NamespaceUri { get { return
_records
[_currentRecord].nsUri; } }
62
public string Prefix { get { return
_records
[_currentRecord].prefix; } }
63
public string Value { get { return
_records
[_currentRecord].value; } }
64
public string? BaseUri { get { return
_records
[_currentRecord].baseUri; } }
65
public string QualifiedName { get { return
_records
[_currentRecord].QualifiedName; } }
68
public string? Uri { get { return
_records
[_currentRecord].baseUri; } }
69
public Location Start { get { return
_records
[_currentRecord].start; } }
70
public Location End { get { return
_records
[_currentRecord].end; } }
84
if (
_records
.Length <= position)
86
int newSize =
_records
.Length * 2;
92
Array.Copy(
_records
, tmp,
_records
.Length);
397
FillupTextRecord(ref
_records
[curTextNode]);
410
FillupCharacterEntityRecord(ref
_records
[curTextNode]);
411
if (textIsWhite && !XmlCharType.IsOnlyWhitespace(
_records
[curTextNode].value))
474
FillupRecord(ref
_records
[0]);
476
SetRecordEnd(ref
_records
[0]);
491
FillupRecord(ref
_records
[0]);
502
if (ReadAttribute(ref
_records
[record]))
510
SetRecordEnd(ref
_records
[0]);
590
return new DelayedQName(ref
_records
[0]);
718
_records
[0].value = null!;
788
ReportError(/*[XT0090]*/SR.Xslt_InvalidAttribute, QualifiedName,
_records
[0].QualifiedName);
794
ReportError(/*[XT0090]*/SR.Xslt_InvalidAttribute, QualifiedName,
_records
[0].QualifiedName);
898
if (!IsExtensionNamespace(
_records
[0].nsUri))
1071
FillupRecord(ref
_records
[_currentRecord]);