2 references to KeyLocalName
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)
660
_keyName = keyName ?? Globals.
KeyLocalName
;