1 write to _buffer
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs (1)
80
_buffer
= System.Text.Encoding.UTF8.GetBytes(_value);
2 references to _buffer
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs (2)
79
if (
_buffer
== null)
81
return
_buffer
;