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