1 write to value
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryString.cs (1)
32this.value = value;
3 references to value
System.Runtime.Serialization (3)
System\Xml\XmlDictionaryString.cs (3)
71return value; 78buffer = System.Text.Encoding.UTF8.GetBytes(value); 84return value;