1 write to operationDescription
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
38
this.
operationDescription
= operationDescription;
4 references to operationDescription
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (4)
39
this.dataContractSerializerOperationBehavior = this.
operationDescription
.Behaviors.Find<DataContractSerializerOperationBehavior>();
188
if (this.
operationDescription
== null)
194
return new DataContractJsonSerializer(parameterType,
operationDescription
.KnownTypes);
198
return new DataContractJsonSerializer(parameterType, this.
operationDescription
.KnownTypes, this.dataContractSerializerOperationBehavior.maxItemsInObjectGraph,