2 implementations of AddPart
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (2)
494
CodeAttributeDeclarationCollection IPartCodeGenerator.
AddPart
(CodeTypeReference type, ref string name)
564
CodeAttributeDeclarationCollection IPartCodeGenerator.
AddPart
(CodeTypeReference type, ref string name)
3 references to AddPart
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
695
CodeAttributeDeclarationCollection fieldAttributes = partGenerator.
AddPart
(type, ref fieldName);
716
CodeAttributeDeclarationCollection partAttributes = partCodeGenerator.
AddPart
(partType, ref partName);
736
CodeAttributeDeclarationCollection partAttributes = parts.
AddPart
(partType, ref partName);