1 write to typeDecl
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
559
this.
typeDecl
= typeDecl;
3 references to typeDecl
System.ServiceModel (3)
System\ServiceModel\Description\OperationGenerator.cs (3)
570
typeDecl
.Members.Add(memberDecl);
578
return
typeDecl
.CustomAttributes;
584
TypedMessageHelper.GenerateConstructors(
typeDecl
);