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