1 write to WrappedBodyTypeGenerator
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
128
this.
WrappedBodyTypeGenerator
= wrappedBodyTypeGenerator;
5 references to WrappedBodyTypeGenerator
System.ServiceModel (5)
System\ServiceModel\Description\OperationGenerator.cs (5)
198
this.
WrappedBodyTypeGenerator
.ValidateForParameterMode(this.Context.Operation);
253
this.
WrappedBodyTypeGenerator
.ValidateForParameterMode(this.Context.Operation);
602
this.
WrappedBodyTypeGenerator
.AddTypeAttributes(messageName, defaultNS, wrapperTypeDecl.CustomAttributes, this.IsEncoded);
610
AddWrapperPart(messageDescription.MessageName, this.
WrappedBodyTypeGenerator
, partGenerator, messageDescription.Body.ReturnValue, wrapperTypeDecl.CustomAttributes);
619
AddWrapperPart(messageDescription.MessageName, this.
WrappedBodyTypeGenerator
, partGenerator, part, wrapperTypeDecl.CustomAttributes);