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