2 implementations of AddPart
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
492CodeAttributeDeclarationCollection IPartCodeGenerator.AddPart(CodeTypeReference type, ref string name) 561CodeAttributeDeclarationCollection IPartCodeGenerator.AddPart(CodeTypeReference type, ref string name)
3 references to AddPart
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
691CodeAttributeDeclarationCollection fieldAttributes = partGenerator.AddPart(type, ref fieldName); 712CodeAttributeDeclarationCollection partAttributes = partCodeGenerator.AddPart(partType, ref partName); 732CodeAttributeDeclarationCollection partAttributes = parts.AddPart(partType, ref partName);