11 writes to atomicValue
System.Xml (11)
System\Xml\Core\XsdValidatingReader.cs (7)
1617
atomicValue
= null;
1665
atomicValue
= validator.ValidateEndElement(xmlSchemaInfo);
2004
atomicValue
= validator.ValidateEndElement(xmlSchemaInfo);
2018
atomicValue
= null;
2056
atomicValue
= validator.ValidateEndElement(xmlSchemaInfo); //?? pop namespaceManager scope
2059
atomicValue
= this;
2101
atomicValue
= validator.ValidateEndElement(xmlSchemaInfo); //?? pop namespaceManager scope
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
464
atomicValue
= null;
512
atomicValue
= validator.ValidateEndElement(xmlSchemaInfo);
731
atomicValue
= validator.ValidateEndElement(xmlSchemaInfo);
745
atomicValue
= null;
26 references to atomicValue
System.Xml (26)
System\Xml\Core\XsdValidatingReader.cs (15)
1668
Debug.Assert(
atomicValue
!= null);
1671
cachingReader.RecordTextNode( xmlSchemaInfo.XmlType.ValueConverter.ToString(
atomicValue
), originalAtomicValueString, depth + 1, 0, 0 );
1870
if (
atomicValue
!= null) {
1873
return
atomicValue
;
1927
typedValue = ReturnBoxedValue(
atomicValue
, xmlSchemaInfo.XmlType, unwrapTypedValue);
1930
typedValue =
atomicValue
;
1945
typedValue = ReturnBoxedValue(
atomicValue
, xmlSchemaInfo.XmlType, unwrapTypedValue);
1948
typedValue =
atomicValue
;
1979
if (
atomicValue
== null) {
2017
if (
atomicValue
== this) { //switch back invalid marker; dont need it since coreReader moved to endElement
2022
return
atomicValue
;
2058
if (
atomicValue
== null) { //Invalid marker
2062
cachingReader.SwitchTextNodeAndEndElement(xmlSchemaInfo.XmlType.ValueConverter.ToString(
atomicValue
), originalAtomicValueString);
2104
cachingReader.SwitchTextNodeAndEndElement(xmlSchemaInfo.XmlType.ValueConverter.ToString(
atomicValue
), originalAtomicValueString);
2119
if (xmlSchemaInfo.MemberType != null ||
atomicValue
== this) {
System\Xml\Core\XsdValidatingReaderAsync.cs (11)
515
Debug.Assert(
atomicValue
!= null);
518
cachingReader.RecordTextNode( xmlSchemaInfo.XmlType.ValueConverter.ToString(
atomicValue
), originalAtomicValueString, depth + 1, 0, 0 );
584
if (
atomicValue
!= null) {
587
tuple = new Tuple<string, object>(originalStringValue,
atomicValue
);
649
typedValue = ReturnBoxedValue(
atomicValue
, xmlSchemaInfo.XmlType, unwrapTypedValue);
652
typedValue =
atomicValue
;
668
typedValue = ReturnBoxedValue(
atomicValue
, xmlSchemaInfo.XmlType, unwrapTypedValue);
671
typedValue =
atomicValue
;
706
if (
atomicValue
== null) {
744
if (
atomicValue
== this) { //switch back invalid marker; dont need it since coreReader moved to endElement
749
return
atomicValue
;