2 writes to Options
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
155
dataContractExporter.
Options
= options;
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
200
dataContractExporter.
Options
= options;
5 references to Options
System.Runtime.Serialization (5)
System\Runtime\Serialization\XsdDataContractExporter.cs (5)
65
dataContractSet = new DataContractSet((
Options
== null) ? null :
Options
.GetSurrogate());
234
if (options != null && (dataContractSurrogate =
Options
.GetSurrogate()) != null)
260
if (
Options
!= null)
262
Collection<Type> knownTypes =
Options
.KnownTypes;