4 writes to RawValue
System.Xml (4)
System\Xml\Core\XsdCachingReader.cs (2)
611
attInfo.
RawValue
= coreReader.Value;
653
textNode.
RawValue
= attributeValue;
System\Xml\Core\XsdValidatingReader.cs (1)
2167
textNode.
RawValue
= attributeValue;
System\Xml\Schema\XmlSchemaValidator.cs (1)
934
attrData.
RawValue
= attSchemaInfo.XmlType.ValueConverter.ToString(attrValidInfo.typedAttributeValue);
12 references to RawValue
System.Xml (12)
System\Xml\Core\XsdCachingReader.cs (5)
149
return returnOriginalStringValues ? cachedNode.OriginalStringValue : cachedNode.
RawValue
;
221
return (i >= 0) ? attributeEvents[i].
RawValue
: null;
232
return attribute.
RawValue
;
243
return attributeEvents[i].
RawValue
;
514
cachedNode = CreateDummyTextNode(cachedNode.
RawValue
, cachedNode.Depth + 1);
System\Xml\Core\XsdCachingReaderAsync.cs (1)
23
return Task.FromResult(cachedNode.
RawValue
);
System\Xml\Core\XsdValidatingReader.cs (5)
283
return cachedNode.
RawValue
;
890
attValue = defaultNode.
RawValue
;
908
return attNode.
RawValue
;
926
return attNode.
RawValue
;
1230
cachedNode = CreateDummyTextNode(cachedNode.
RawValue
, cachedNode.Depth + 1);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
22
return Task.FromResult(cachedNode.
RawValue
);