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); 607AddWrapperPart(messageDescription.MessageName, _wrappedBodyTypeGenerator, partGenerator, messageDescription.Body.ReturnValue, wrapperTypeDecl.CustomAttributes); 616AddWrapperPart(messageDescription.MessageName, _wrappedBodyTypeGenerator, partGenerator, part, wrapperTypeDecl.CustomAttributes);