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