6 references to FindOrCreateAttributeDeclaration
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (6)
390
CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<OperationContractAttribute>(_method.CustomAttributes), OperationContractAttribute.ActionPropertyName, _request.Action);
395
CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<OperationContractAttribute>(_method.CustomAttributes), OperationContractAttribute.ReplyActionPropertyName, _response.Action);
767
CodeAttributeDeclaration messageContractAttr = CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<MessageContractAttribute>(partCodeGenerator.MessageLevelAttributes);
778
CodeAttributeDeclaration messageContractAttr = CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<MessageContractAttribute>(partCodeGenerator.MessageLevelAttributes);
853
CodeAttributeDeclaration decl = CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<T>(attrs);
879
CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<MessageParameterAttribute>(attributes), MessageParameterAttribute.NamePropertyName, setting.Name);