14 references to Document
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (11)
291
OperationFormatStyle style = OperationFormatStyle.
Document
;
396
&& inferredMessageStyle.Value == OperationFormatStyle.
Document
))
405
style = inferredOperationStyle ?? OperationFormatStyle.
Document
;
408
if (inferredOperationStyle.Value != style && inferredOperationStyle.Value == OperationFormatStyle.
Document
)
424
inferredStyle = OperationFormatStyle.
Document
;
433
inferredStyle = OperationFormatStyle.
Document
;
520
if (style == OperationFormatStyle.
Document
)
649
style = OperationFormatStyle.
Document
;
670
style = OperationFormatStyle.
Document
;
1203
return (style == WsdlNS.SoapBindingStyle.Rpc) ? OperationFormatStyle.Rpc : OperationFormatStyle.
Document
;
1461
style = OperationFormatStyle.
Document
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
296
style = OperationFormatStyle.
Document
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
126
messageInfo.HeaderParts[i] = CreatePartInfo(headerDescription, OperationFormatStyle.
Document
, serializerFactory);
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationFormatStyle.cs (1)
20
x == OperationFormatStyle.
Document
||