15 references to AttributeValue
System.Xml (15)
System\Xml\Schema\DtdParser.cs (8)
2235
ScanLiteral( LiteralType.
AttributeValue
);
2293
ScanLiteral( LiteralType.
AttributeValue
);
2306
char replaceChar = ( literalType == LiteralType.
AttributeValue
) ? (char)0x20 : (char)0xA;
2367
if ( literalType == LiteralType.
AttributeValue
) {
2394
if ( literalType == LiteralType.
AttributeValue
&& Normalize ) {
2402
if ( literalType == LiteralType.
AttributeValue
) {
2413
HandleEntityReference( true, true, literalType == LiteralType.
AttributeValue
);
2439
if ( literalType == LiteralType.
AttributeValue
) {
System\Xml\Schema\DtdParserAsync.cs (7)
1705
await ScanLiteralAsync( LiteralType.
AttributeValue
).ConfigureAwait(false);
1763
char replaceChar = ( literalType == LiteralType.
AttributeValue
) ? (char)0x20 : (char)0xA;
1824
if ( literalType == LiteralType.
AttributeValue
) {
1851
if ( literalType == LiteralType.
AttributeValue
&& Normalize ) {
1859
if ( literalType == LiteralType.
AttributeValue
) {
1870
await HandleEntityReferenceAsync( true, true, literalType == LiteralType.
AttributeValue
).ConfigureAwait(false);
1896
if ( literalType == LiteralType.
AttributeValue
) {