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