2 implementations of AddTypeAttributes
System.ServiceModel (2)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
231
public void
AddTypeAttributes
(string messageName, string typeNS, CodeAttributeDeclarationCollection typeAttributes, bool isEncoded)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
245
public void
AddTypeAttributes
(string messageName, string typeNS, CodeAttributeDeclarationCollection typeAttributes, bool isEncoded)
1 reference to AddTypeAttributes
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
602
this.WrappedBodyTypeGenerator.
AddTypeAttributes
(messageName, defaultNS, wrapperTypeDecl.CustomAttributes, this.IsEncoded);