2 writes to _typeName
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
731
_typeName
= value;
1051
destination.
_typeName
= _typeName;
2 references to _typeName
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
727
string typeName =
_typeName
;
1051
destination._typeName =
_typeName
;