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