1 write to _listValue
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1348
_listValue
= new ValueHandle(this);
4 references to _listValue
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (4)
1170
ReadValue(nodeType,
_listValue
);
1171
objects[i] =
_listValue
.ToObject();
1346
if (
_listValue
== null)
1360
ReadValue(nodeType,
_listValue
);