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