1 write to _value
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs (1)
34
_value
= value;
3 references to _value
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs (3)
73
return
_value
;
80
_buffer = System.Text.Encoding.UTF8.GetBytes(
_value
);
86
return
_value
;