1 write to _wrappedBodyTypeGenerator
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
128
_wrappedBodyTypeGenerator
= wrappedBodyTypeGenerator;
5 references to _wrappedBodyTypeGenerator
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (5)
198
_wrappedBodyTypeGenerator
.ValidateForParameterMode(_context.Operation);
251
_wrappedBodyTypeGenerator
.ValidateForParameterMode(_context.Operation);
599
_wrappedBodyTypeGenerator
.AddTypeAttributes(messageName, defaultNS, wrapperTypeDecl.CustomAttributes, _isEncoded);
607
AddWrapperPart(messageDescription.MessageName,
_wrappedBodyTypeGenerator
, partGenerator, messageDescription.Body.ReturnValue, wrapperTypeDecl.CustomAttributes);
616
AddWrapperPart(messageDescription.MessageName,
_wrappedBodyTypeGenerator
, partGenerator, part, wrapperTypeDecl.CustomAttributes);