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