3 writes to val
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
175this.val = v; 183this.val = null; 2676_attributes[_attrCount - 1].val = val;
3 references to val
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
859if (null == _attributes[_attrIndex - 1].val) 2362string val = _attributes[i].val; 2764sb.Append(_attributes[i].val);