2 writes to InternalTypedValue
System.Private.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
1115
_coreReaderImpl.
InternalTypedValue
= null;
1165
_coreReaderImpl.
InternalTypedValue
= value;
3 references to InternalTypedValue
System.Private.Xml (3)
System\Xml\Core\XmlValidatingReaderImpl.cs (3)
955
return _coreReaderImpl.
InternalTypedValue
;
988
return _coreReaderImpl.
InternalTypedValue
;
1161
return _coreReaderImpl.
InternalTypedValue
;