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)
27get { return _dataContractFormatAttribute; } 115return new PrimitiveOperationFormatter(operation, _dataContractFormatAttribute.Style == OperationFormatStyle.Rpc); 117return new DataContractSerializerOperationFormatter(operation, _dataContractFormatAttribute, this);