1 write to KeyName
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1119
dataContract.
KeyName
= key.Name;
3 references to KeyName
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
625
(collectionContract.
KeyName
!= Globals.KeyLocalName || collectionContract.ValueName != Globals.ValueLocalName))
1172
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.KeyNameProperty, new CodePrimitiveExpression(GetNameForAttribute(collectionContract.
KeyName
))));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
346
get { return
KeyName
!= null; }