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