5 writes to _value
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (5)
100
_value
= null;
166
_value
= attribute.value;
222
_value
= String.Empty;
320
_value
= String.Empty;
333
_value
= String.Empty;
1 reference to _value
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (1)
116
public override string Value { get { return IsXmlDataNode ? _xmlNodeReader.Value :
_value
; } }