2 instantiations of ClientOptions
System.Web.Extensions (2)
Compilation\WCFModel\SvcMapFile.cs (1)
137_clientOptions = new ClientOptions();
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
774o = new global::System.Web.Compilation.WCFModel.ClientOptions();
31 references to ClientOptions
System.Web.Extensions (31)
Compilation\WCFModel\SvcMapFile.cs (3)
84public ClientOptions ClientOptions 104private ClientOptions _clientOptions; 131public ClientOptions ClientOptions
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (13)
498protected static ServiceContractGenerator CreateContractGenerator(ClientOptions proxyOptions, 708ClientOptions proxyOptions, 767ClientOptions proxyOptions, 833ClientOptions proxyOptions, IContractGeneratorReferenceTypeLoader typeLoader, int targetFrameworkVersion, IList<ProxyGenerationError> importErrors) 1122private static IEnumerable<Assembly> LoadReferenedAssemblies(ClientOptions proxyOptions, IContractGeneratorReferenceTypeLoader typeLoader, IList<ProxyGenerationError> importErrors) 1189protected static IEnumerable<Type> LoadSharedCollectionTypes(ClientOptions proxyOptions, IContractGeneratorReferenceTypeLoader typeLoader, IList<ProxyGenerationError> importErrors) 1251ClientOptions.ProxySerializerType serializerType = svcMapFile.ClientOptions.Serializer; 1252if (serializerType == ClientOptions.ProxySerializerType.Auto && ContainsHttpBindings(metadataSections)) 1256serializerType = ClientOptions.ProxySerializerType.XmlSerializer; 1272case ClientOptions.ProxySerializerType.DataContractSerializer: 1275case ClientOptions.ProxySerializerType.XmlSerializer: 1278case ClientOptions.ProxySerializerType.Auto: 1304if (serializerType != ClientOptions.ProxySerializerType.DataContractSerializer)
Compilation\XmlSerializer\SvcMapFileSerializer.cs (15)
41Write9_ClientOptions(@"ClientOptions", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ClientOptions)o.@ClientOptions), false, false); 168void Write9_ClientOptions(string n, string ns, global::System.Web.Compilation.WCFModel.ClientOptions o, bool isNullable, bool needType) { 175if (t == typeof(global::System.Web.Compilation.WCFModel.ClientOptions)) { 222WriteElementString(@"Serializer", @"urn:schemas-microsoft-com:xml-wcfservicemap", Write6_ProxySerializerType(((global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType)o.@Serializer))); 322string Write6_ProxySerializerType(global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType v) { 325case global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@Auto: s = @"Auto"; break; 326case global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@DataContractSerializer: s = @"DataContractSerializer"; break; 327case global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@XmlSerializer: s = @"XmlSerializer"; break; 762global::System.Web.Compilation.WCFModel.ClientOptions Read9_ClientOptions(bool isNullable, bool checkType) { 773global::System.Web.Compilation.WCFModel.ClientOptions o; 1204global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType Read6_ProxySerializerType(string s) { 1206case @"Auto": return global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@Auto; 1207case @"DataContractSerializer": return global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@DataContractSerializer; 1208case @"XmlSerializer": return global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@XmlSerializer; 1209default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType));