2 implementations of AddTypeAttributes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
229
public void
AddTypeAttributes
(string messageName, string typeNS, CodeAttributeDeclarationCollection typeAttributes, bool isEncoded)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
246
public void
AddTypeAttributes
(string messageName, string typeNS, CodeAttributeDeclarationCollection typeAttributes, bool isEncoded)
1 reference to AddTypeAttributes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
599
_wrappedBodyTypeGenerator.
AddTypeAttributes
(messageName, defaultNS, wrapperTypeDecl.CustomAttributes, _isEncoded);