2 references to GetArgValue
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
1013attr.Arguments.Add(new CodeAttributeArgument(field.Name, GetArgValue(fieldValue))); 1022attr.Arguments.Add(new CodeAttributeArgument(property.Name, GetArgValue(propertyValue)));