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