4 writes to RawValue
System.Private.Xml (4)
System\Xml\Core\XsdCachingReader.cs (2)
703
attInfo.
RawValue
= _coreReader.Value;
755
_textNode.
RawValue
= attributeValue;
System\Xml\Core\XsdValidatingReader.cs (1)
2767
_textNode.
RawValue
= attributeValue;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1076
attrData.
RawValue
= attSchemaInfo.XmlType!.ValueConverter.ToString(attrValidInfo.typedAttributeValue);
12 references to RawValue
System.Private.Xml (12)
System\Xml\Core\XsdCachingReader.cs (5)
166
return _returnOriginalStringValues ? _cachedNode!.OriginalStringValue! : _cachedNode!.
RawValue
;
258
return (i >= 0) ? _attributeEvents[i].
RawValue
: null;
272
return attribute.
RawValue
;
285
return _attributeEvents[i].
RawValue
;
597
_cachedNode = CreateDummyTextNode(_cachedNode.
RawValue
, _cachedNode.Depth + 1);
System\Xml\Core\XsdCachingReaderAsync.cs (1)
26
return Task.FromResult(_cachedNode!.
RawValue
);
System\Xml\Core\XsdValidatingReader.cs (5)
324
return _cachedNode.
RawValue
;
1129
attValue = defaultNode.
RawValue
;
1156
return attNode.
RawValue
;
1178
return attNode.
RawValue
;
1580
_cachedNode = CreateDummyTextNode(_cachedNode.
RawValue
, _cachedNode.Depth + 1);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
25
return Task.FromResult(_cachedNode.
RawValue
);