1 write to _next
System.Data.Odbc (1)
src\libraries\Common\src\System\Data\Common\NameValuePair.cs (1)
44
_next
= value;
2 references to _next
System.Data.Odbc (2)
src\libraries\Common\src\System\Data\Common\NameValuePair.cs (2)
37
get { return
_next
; }
40
if ((null !=
_next
) || (null == value))