2 references to ValueLocalName
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
625
(collectionContract.KeyName != Globals.KeyLocalName || collectionContract.ValueName != Globals.
ValueLocalName
))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
661
_valueName = valueName ?? Globals.
ValueLocalName
;