2 writes to _valueName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
661
_valueName
= valueName ?? Globals.ValueLocalName;
797
set {
_valueName
= value; }
1 reference to _valueName
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
796
get { return
_valueName
; }