2 references to GetArgValue
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
1005attr.Arguments.Add(new CodeAttributeArgument(field.Name, GetArgValue(fieldValue))); 1014attr.Arguments.Add(new CodeAttributeArgument(property.Name, GetArgValue(propertyValue)));