6 references to FindOrCreateAttributeDeclaration
System.ServiceModel (6)
System\ServiceModel\Description\OperationGenerator.cs (6)
392
CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<OperationContractAttribute>(this.Method.CustomAttributes), OperationContractAttribute.ActionPropertyName, this.Request.Action);
397
CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<OperationContractAttribute>(this.Method.CustomAttributes), OperationContractAttribute.ReplyActionPropertyName, this.Response.Action);
772
CodeAttributeDeclaration messageContractAttr = CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<MessageContractAttribute>(partCodeGenerator.MessageLevelAttributes);
783
CodeAttributeDeclaration messageContractAttr = CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<MessageContractAttribute>(partCodeGenerator.MessageLevelAttributes);
858
CodeAttributeDeclaration decl = CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<T>(attrs);
886
CustomAttributeHelper.
FindOrCreateAttributeDeclaration
<MessageParameterAttribute>(attributes), MessageParameterAttribute.NamePropertyName, setting.Name);