1 write to IsEncoded
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
2143
operationAttribute.
IsEncoded
= isEncoded;
5 references to IsEncoded
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
2136
return TypeLoader.DefaultXmlSerializerFormatAttribute.
IsEncoded
;
2137
return operationAttribute.
IsEncoded
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (2)
145
_operationGenerator.GenerateOperation(context, ref style, xmlSerializerFormatAttribute.
IsEncoded
, new WrappedBodyTypeGenerator(context), new Dictionary<MessagePartDescription, ICollection<CodeTypeReference>>());
149
AddKnownTypes(context.SyncMethod.CustomAttributes, xmlSerializerFormatAttribute.
IsEncoded
? SoapExporter.IncludeMetadata : XmlExporter.IncludeMetadata);
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlSerializerFormatAttribute.cs (1)
41
if (!_isStyleSet &&
IsEncoded
)