15 references to Document
System.ServiceModel (15)
System\ServiceModel\Description\MessageContractExporter.cs (1)
972
if (dataContractFormatAttribute.Style == OperationFormatStyle.
Document
&& isWrapped)
System\ServiceModel\Description\MessageContractImporter.cs (11)
302
OperationFormatStyle style = OperationFormatStyle.
Document
;
407
&& inferredMessageStyle.Value == OperationFormatStyle.
Document
))
416
style = inferredOperationStyle ?? OperationFormatStyle.
Document
;
419
if (inferredOperationStyle.Value != style && inferredOperationStyle.Value == OperationFormatStyle.
Document
)
435
inferredStyle = OperationFormatStyle.
Document
;
444
inferredStyle = OperationFormatStyle.
Document
;
531
if (style == OperationFormatStyle.
Document
)
660
style = OperationFormatStyle.
Document
;
681
style = OperationFormatStyle.
Document
;
1215
return (style == WsdlNS.SoapBindingStyle.Rpc) ? OperationFormatStyle.Rpc : OperationFormatStyle.
Document
;
1473
style = OperationFormatStyle.
Document
;
System\ServiceModel\Description\OperationGenerator.cs (1)
298
style = OperationFormatStyle.
Document
;
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
140
messageInfo.HeaderParts[i] = CreatePartInfo(headerDescription, OperationFormatStyle.
Document
, serializerFactory);
System\ServiceModel\OperationFormatStyle.cs (1)
18
x == OperationFormatStyle.
Document
||