3 writes to value
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (3)
2662value = null; 2817this.value = value; 2819this.value += value;
3 references to value
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (3)
2641return value; 2677return value != null; 2816if (this.value == null)