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