11 writes to _atomicValue
System.Private.Xml (11)
System\Xml\Core\XsdValidatingReader.cs (7)
2066
_atomicValue
= null;
2132
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo);
2548
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo);
2570
_atomicValue
= null;
2616
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo); //?? pop namespaceManager scope
2621
_atomicValue
= this;
2677
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo); //?? pop namespaceManager scope
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
565
_atomicValue
= null;
630
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo);
886
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo);
908
_atomicValue
= null;
26 references to _atomicValue
System.Private.Xml (26)
System\Xml\Core\XsdValidatingReader.cs (15)
2137
Debug.Assert(
_atomicValue
!= null);
2141
_cachingReader.RecordTextNode(_xmlSchemaInfo.XmlType!.ValueConverter.ToString(
_atomicValue
), _originalAtomicValueString, depth + 1, 0, 0);
2388
if (
_atomicValue
!= null)
2392
return
_atomicValue
;
2450
typedValue = ReturnBoxedValue(
_atomicValue
, _xmlSchemaInfo.XmlType!, unwrapTypedValue);
2454
typedValue =
_atomicValue
;
2474
typedValue = ReturnBoxedValue(
_atomicValue
, _xmlSchemaInfo.XmlType!, unwrapTypedValue);
2479
typedValue =
_atomicValue
;
2517
if (
_atomicValue
== null)
2567
if (
_atomicValue
== this)
2576
return
_atomicValue
;
2618
if (
_atomicValue
== null)
2627
_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.XmlType!.ValueConverter.ToString(
_atomicValue
), _originalAtomicValueString);
2682
_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.XmlType!.ValueConverter.ToString(
_atomicValue
!), _originalAtomicValueString);
2700
if (_xmlSchemaInfo.MemberType != null ||
_atomicValue
== this)
System\Xml\Core\XsdValidatingReaderAsync.cs (11)
635
Debug.Assert(
_atomicValue
!= null);
639
_cachingReader.RecordTextNode(_xmlSchemaInfo.XmlType!.ValueConverter.ToString(
_atomicValue
), _originalAtomicValueString, depth + 1, 0, 0);
714
if (
_atomicValue
!= null)
719
return (originalStringValue,
_atomicValue
);
783
typedValue = ReturnBoxedValue(
_atomicValue
, _xmlSchemaInfo.XmlType!, unwrapTypedValue);
787
typedValue =
_atomicValue
!;
808
typedValue = ReturnBoxedValue(
_atomicValue
, _xmlSchemaInfo.XmlType!, unwrapTypedValue);
813
typedValue =
_atomicValue
!;
855
if (
_atomicValue
== null)
905
if (
_atomicValue
== this)
914
return
_atomicValue
;