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)
2035Debug.Assert(_atomicValue != null); 2038_cachingReader.RecordTextNode(_xmlSchemaInfo.XmlType.ValueConverter.ToString(_atomicValue), _originalAtomicValueString, depth + 1, 0, 0); 2271if (_atomicValue != null) 2275return _atomicValue; 2331typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.XmlType, unwrapTypedValue); 2335typedValue = _atomicValue; 2352typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.XmlType, unwrapTypedValue); 2356typedValue = _atomicValue; 2390if (_atomicValue == null) 2434if (_atomicValue == this) 2440return _atomicValue; 2481if (_atomicValue == null) 2487_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.XmlType.ValueConverter.ToString(_atomicValue), _originalAtomicValueString); 2536_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.XmlType.ValueConverter.ToString(_atomicValue), _originalAtomicValueString); 2552if (_xmlSchemaInfo.MemberType != null || _atomicValue == this)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (11)
611Debug.Assert(_atomicValue != null); 614_cachingReader.RecordTextNode(_xmlSchemaInfo.XmlType.ValueConverter.ToString(_atomicValue), _originalAtomicValueString, depth + 1, 0, 0); 689if (_atomicValue != null) 693tuple = new Tuple<string, object>(originalStringValue, _atomicValue); 758typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.XmlType, unwrapTypedValue); 762typedValue = _atomicValue; 780typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.XmlType, unwrapTypedValue); 784typedValue = _atomicValue; 822if (_atomicValue == null) 866if (_atomicValue == this) 872return _atomicValue;