4 writes to _objVal
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (4)
125_objVal = value; 133_objVal = value; 146_objVal = value; 154_objVal = value;
17 references to _objVal
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (17)
158XmlQualifiedName qname = _objVal as XmlQualifiedName; 212if (_objVal == null) 224return valueConverter.ChangeType(_objVal, ValueType, _nsPrefix); 234if (_objVal == null) 247return valueConverter.ToBoolean(_objVal); 257if (_objVal == null) 270return valueConverter.ToDateTime(_objVal); 281if (_objVal == null) 294return valueConverter.ToDouble(_objVal); 304if (_objVal == null) 317return valueConverter.ToInt32(_objVal); 327if (_objVal == null) 340return valueConverter.ToInt64(_objVal); 351if (_objVal == null) 364return valueConverter.ChangeType(_objVal, type, nsResolver); 373if (_objVal == null) 385return valueConverter.ToString(_objVal, _nsPrefix);