7 references to GetNameForAttribute
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (7)
814
string dataContractName =
GetNameForAttribute
(classDataContract.StableName.Name);
867
string dataMemberName =
GetNameForAttribute
(dataMember.Name);
1073
string dataContractName =
GetNameForAttribute
(enumDataContract.StableName.Name);
1125
string dataContractName =
GetNameForAttribute
(collectionContract.StableName.Name);
1169
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.ItemNameProperty, new CodePrimitiveExpression(
GetNameForAttribute
(collectionContract.ItemName))));
1172
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.KeyNameProperty, new CodePrimitiveExpression(
GetNameForAttribute
(collectionContract.KeyName))));
1173
collectionContractAttribute.Arguments.Add(new CodeAttributeArgument(Globals.ValueNameProperty, new CodePrimitiveExpression(
GetNameForAttribute
(collectionContract.ValueName))));