11 writes to _atomicValue
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (7)
1973
_atomicValue
= null;
2031
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo);
2419
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo);
2436
_atomicValue
= null;
2479
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo); //?? pop namespaceManager scope
2483
_atomicValue
= this;
2532
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo); //?? pop namespaceManager scope
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (4)
549
_atomicValue
= null;
607
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo);
851
_atomicValue
= _validator.ValidateEndElement(_xmlSchemaInfo);
868
_atomicValue
= null;
26 references to _atomicValue
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (15)
2035
Debug.Assert(
_atomicValue
!= null);
2038
_cachingReader.RecordTextNode(_xmlSchemaInfo.XmlType.ValueConverter.ToString(
_atomicValue
), _originalAtomicValueString, depth + 1, 0, 0);
2271
if (
_atomicValue
!= null)
2275
return
_atomicValue
;
2331
typedValue = ReturnBoxedValue(
_atomicValue
, _xmlSchemaInfo.XmlType, unwrapTypedValue);
2335
typedValue =
_atomicValue
;
2352
typedValue = ReturnBoxedValue(
_atomicValue
, _xmlSchemaInfo.XmlType, unwrapTypedValue);
2356
typedValue =
_atomicValue
;
2390
if (
_atomicValue
== null)
2434
if (
_atomicValue
== this)
2440
return
_atomicValue
;
2481
if (
_atomicValue
== null)
2487
_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.XmlType.ValueConverter.ToString(
_atomicValue
), _originalAtomicValueString);
2536
_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.XmlType.ValueConverter.ToString(
_atomicValue
), _originalAtomicValueString);
2552
if (_xmlSchemaInfo.MemberType != null ||
_atomicValue
== this)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (11)
611
Debug.Assert(
_atomicValue
!= null);
614
_cachingReader.RecordTextNode(_xmlSchemaInfo.XmlType.ValueConverter.ToString(
_atomicValue
), _originalAtomicValueString, depth + 1, 0, 0);
689
if (
_atomicValue
!= null)
693
tuple = new Tuple<string, object>(originalStringValue,
_atomicValue
);
758
typedValue = ReturnBoxedValue(
_atomicValue
, _xmlSchemaInfo.XmlType, unwrapTypedValue);
762
typedValue =
_atomicValue
;
780
typedValue = ReturnBoxedValue(
_atomicValue
, _xmlSchemaInfo.XmlType, unwrapTypedValue);
784
typedValue =
_atomicValue
;
822
if (
_atomicValue
== null)
866
if (
_atomicValue
== this)
872
return
_atomicValue
;