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