4 writes to typedValue
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
9278
_curNode.
typedValue
= value;
9356
attr.
typedValue
= defAttrInfo.DefaultValueTyped;
9397
attr.
typedValue
= attrDef.DefaultValueTyped;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (1)
495
typedValue
= null;
1 reference to typedValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
9274
return _curNode.
typedValue
;