1 write to _dataContractFormatAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
37
_dataContractFormatAttribute
= dataContractFormatAttribute ?? new DataContractFormatAttribute();
3 references to _dataContractFormatAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (3)
27
get { return
_dataContractFormatAttribute
; }
115
return new PrimitiveOperationFormatter(operation,
_dataContractFormatAttribute
.Style == OperationFormatStyle.Rpc);
117
return new DataContractSerializerOperationFormatter(operation,
_dataContractFormatAttribute
, this);