SvcMapFileSerializer.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Compilation / XmlSerializer / SvcMapFileSerializer.cs / 1305376 / SvcMapFileSerializer.cs

                            //------------------------------------------------------------------------------ 
// 
//   Copyright (C) Microsoft Corporation. All Rights Reserved.
// 
//----------------------------------------------------------------------------- 

//  This file is generated. DO NOT MODIFY IT BY HAND. 
// Please read HowToUpdateSerializer.txt in the parent directory to see how to update it. 

 
namespace System.Web.Compilation.XmlSerializer {

    internal class XmlSerializationWriterSvcMapFile : System.Xml.Serialization.XmlSerializationWriter {
 
        public void Write16_ReferenceGroup(object o) {
            WriteStartDocument(); 
            if (o == null) { 
                WriteNullTagLiteral(@"ReferenceGroup", @"urn:schemas-microsoft-com:xml-wcfservicemap");
                return; 
            }
            TopLevelElement();
            Write15_SvcMapFile(@"ReferenceGroup", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.SvcMapFile)o), true, false);
        } 

        void Write15_SvcMapFile(string n, string ns, global::System.Web.Compilation.WCFModel.SvcMapFile o, bool isNullable, bool needType) { 
            if ((object)o == null) { 
                if (isNullable) WriteNullTagLiteral(n, ns);
                return; 
            }
            if (!needType) {
                System.Type t = o.GetType();
                if (t == typeof(global::System.Web.Compilation.WCFModel.SvcMapFile)) { 
                }
                else { 
                    throw CreateUnknownTypeException(o); 
                }
            } 
            WriteStartElement(n, ns, o, false, null);
            if (needType) WriteXsiType(@"SvcMapFile", @"urn:schemas-microsoft-com:xml-wcfservicemap");
            WriteAttribute(@"ID", @"", ((global::System.String)o.@ID));
            Write9_ClientOptions(@"ClientOptions", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ClientOptions)o.@ClientOptions), false, false); 
            {
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@MetadataSourceList); 
                if (a != null){ 
                    WriteStartElement(@"MetadataSources", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false);
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) { 
                        Write14_MetadataSource(@"MetadataSource", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.MetadataSource)a[ia]), true, false);
                    }
                    WriteEndElement();
                } 
            }
            { 
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@MetadataList); 
                if (a != null){
                    WriteStartElement(@"Metadata", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false); 
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) {
                        Write13_MetadataFile(@"MetadataFile", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.MetadataFile)a[ia]), true, false);
                    }
                    WriteEndElement(); 
                }
            } 
            { 
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@Extensions);
                if (a != null){ 
                    WriteStartElement(@"Extensions", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false);
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) {
                        Write11_ExtensionFile(@"ExtensionFile", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ExtensionFile)a[ia]), true, false);
                    } 
                    WriteEndElement();
                } 
            } 
            WriteEndElement(o);
        } 

        void Write11_ExtensionFile(string n, string ns, global::System.Web.Compilation.WCFModel.ExtensionFile o, bool isNullable, bool needType) {
            if ((object)o == null) {
                if (isNullable) WriteNullTagLiteral(n, ns); 
                return;
            } 
            if (!needType) { 
                System.Type t = o.GetType();
                if (t == typeof(global::System.Web.Compilation.WCFModel.ExtensionFile)) { 
                }
                else {
                    throw CreateUnknownTypeException(o);
                } 
            }
            WriteStartElement(n, ns, o, false, null); 
            if (needType) WriteXsiType(@"ExtensionFile", @"urn:schemas-microsoft-com:xml-wcfservicemap"); 
            WriteAttribute(@"FileName", @"", ((global::System.String)o.@FileName));
            WriteAttribute(@"Name", @"", ((global::System.String)o.@Name)); 
            WriteEndElement(o);
        }

        void Write13_MetadataFile(string n, string ns, global::System.Web.Compilation.WCFModel.MetadataFile o, bool isNullable, bool needType) { 
            if ((object)o == null) {
                if (isNullable) WriteNullTagLiteral(n, ns); 
                return; 
            }
            if (!needType) { 
                System.Type t = o.GetType();
                if (t == typeof(global::System.Web.Compilation.WCFModel.MetadataFile)) {
                }
                else { 
                    throw CreateUnknownTypeException(o);
                } 
            } 
            WriteStartElement(n, ns, o, false, null);
            if (needType) WriteXsiType(@"MetadataFile", @"urn:schemas-microsoft-com:xml-wcfservicemap"); 
            WriteAttribute(@"FileName", @"", ((global::System.String)o.@FileName));
            WriteAttribute(@"MetadataType", @"", Write12_MetadataType(((global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType)o.@FileType)));
            WriteAttribute(@"ID", @"", ((global::System.String)o.@ID));
            if (o.@IgnoreSpecified) { 
                WriteAttribute(@"Ignore", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@Ignore)));
            } 
            if (o.@IsMergeResultSpecified) { 
                WriteAttribute(@"IsMergeResult", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsMergeResult)));
            } 
            if (o.@SourceIdSpecified) {
                WriteAttribute(@"SourceId", @"", System.Xml.XmlConvert.ToString((global::System.Int32)((global::System.Int32)o.@SourceId)));
            }
            WriteAttribute(@"SourceUrl", @"", ((global::System.String)o.@SourceUrl)); 
            if (o.@IgnoreSpecified) {
            } 
            if (o.@IsMergeResultSpecified) { 
            }
            if (o.@SourceIdSpecified) { 
            }
            WriteEndElement(o);
        }
 
        string Write12_MetadataType(global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType v) {
            string s = null; 
            switch (v) { 
                case global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Unknown: s = @"Unknown"; break;
                case global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Disco: s = @"Disco"; break; 
                case global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Wsdl: s = @"Wsdl"; break;
                case global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Schema: s = @"Schema"; break;
                case global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Policy: s = @"Policy"; break;
                case global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Xml: s = @"Xml"; break; 
                default: throw CreateInvalidEnumValueException(((System.Int64)v).ToString(System.Globalization.CultureInfo.InvariantCulture), @"System.Web.Compilation.WCFModel.MetadataFile.MetadataType");
            } 
            return s; 
        }
 
        void Write14_MetadataSource(string n, string ns, global::System.Web.Compilation.WCFModel.MetadataSource o, bool isNullable, bool needType) {
            if ((object)o == null) {
                if (isNullable) WriteNullTagLiteral(n, ns);
                return; 
            }
            if (!needType) { 
                System.Type t = o.GetType(); 
                if (t == typeof(global::System.Web.Compilation.WCFModel.MetadataSource)) {
                } 
                else {
                    throw CreateUnknownTypeException(o);
                }
            } 
            WriteStartElement(n, ns, o, false, null);
            if (needType) WriteXsiType(@"MetadataSource", @"urn:schemas-microsoft-com:xml-wcfservicemap"); 
            WriteAttribute(@"Address", @"", ((global::System.String)o.@Address)); 
            WriteAttribute(@"Protocol", @"", ((global::System.String)o.@Protocol));
            WriteAttribute(@"SourceId", @"", System.Xml.XmlConvert.ToString((global::System.Int32)((global::System.Int32)o.@SourceId))); 
            WriteEndElement(o);
        }

        void Write9_ClientOptions(string n, string ns, global::System.Web.Compilation.WCFModel.ClientOptions o, bool isNullable, bool needType) { 
            if ((object)o == null) {
                if (isNullable) WriteNullTagLiteral(n, ns); 
                return; 
            }
            if (!needType) { 
                System.Type t = o.GetType();
                if (t == typeof(global::System.Web.Compilation.WCFModel.ClientOptions)) {
                }
                else { 
                    throw CreateUnknownTypeException(o);
                } 
            } 
            WriteStartElement(n, ns, o, false, null);
            if (needType) WriteXsiType(@"ClientOptions", @"urn:schemas-microsoft-com:xml-wcfservicemap"); 
            WriteElementStringRaw(@"GenerateAsynchronousMethods", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateAsynchronousMethods)));
            WriteElementStringRaw(@"EnableDataBinding", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@EnableDataBinding)));
            {
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@ExcludedTypeList); 
                if (a != null){
                    WriteStartElement(@"ExcludedTypes", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false); 
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) { 
                        Write2_ReferencedType(@"ExcludedType", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ReferencedType)a[ia]), true, false);
                    } 
                    WriteEndElement();
                }
            }
            WriteElementStringRaw(@"ImportXmlTypes", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@ImportXmlTypes))); 
            WriteElementStringRaw(@"GenerateInternalTypes", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateInternalTypes)));
            WriteElementStringRaw(@"GenerateMessageContracts", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateMessageContracts))); 
            { 
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@NamespaceMappingList);
                if (a != null){ 
                    WriteStartElement(@"NamespaceMappings", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false);
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) {
                        Write3_NamespaceMapping(@"NamespaceMapping", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.NamespaceMapping)a[ia]), true, false);
                    } 
                    WriteEndElement();
                } 
            } 
            {
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@CollectionMappingList); 
                if (a != null){
                    WriteStartElement(@"CollectionMappings", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false);
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) {
                        Write5_ReferencedCollectionType(@"CollectionMapping", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ReferencedCollectionType)a[ia]), true, false); 
                    }
                    WriteEndElement(); 
                } 
            }
            WriteElementStringRaw(@"GenerateSerializableTypes", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@GenerateSerializableTypes))); 
            WriteElementString(@"Serializer", @"urn:schemas-microsoft-com:xml-wcfservicemap", Write6_ProxySerializerType(((global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType)o.@Serializer)));
            if (o.@UseSerializerForFaultsSpecified) {
                WriteElementStringRaw(@"UseSerializerForFaults", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@UseSerializerForFaults)));
            } 
            if (o.@WrappedSpecified) {
                WriteElementStringRaw(@"Wrapped", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@Wrapped))); 
            } 
            WriteElementStringRaw(@"ReferenceAllAssemblies", @"urn:schemas-microsoft-com:xml-wcfservicemap", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@ReferenceAllAssemblies)));
            { 
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@ReferencedAssemblyList);
                if (a != null){
                    WriteStartElement(@"ReferencedAssemblies", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false);
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) { 
                        Write7_ReferencedAssembly(@"ReferencedAssembly", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ReferencedAssembly)a[ia]), true, false);
                    } 
                    WriteEndElement(); 
                }
            } 
            {
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@ReferencedDataContractTypeList);
                if (a != null){
                    WriteStartElement(@"ReferencedDataContractTypes", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false); 
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) {
                        Write2_ReferencedType(@"ReferencedDataContractType", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ReferencedType)a[ia]), true, false); 
                    } 
                    WriteEndElement();
                } 
            }
            {
                global::System.Collections.Generic.List a = (global::System.Collections.Generic.List)((global::System.Collections.Generic.List)o.@ServiceContractMappingList);
                if (a != null){ 
                    WriteStartElement(@"ServiceContractMappings", @"urn:schemas-microsoft-com:xml-wcfservicemap", null, false);
                    for (int ia = 0; ia < ((System.Collections.ICollection)a).Count; ia++) { 
                        Write8_ContractMapping(@"ServiceContractMapping", @"urn:schemas-microsoft-com:xml-wcfservicemap", ((global::System.Web.Compilation.WCFModel.ContractMapping)a[ia]), true, false); 
                    }
                    WriteEndElement(); 
                }
            }
            WriteEndElement(o);
        } 

        void Write8_ContractMapping(string n, string ns, global::System.Web.Compilation.WCFModel.ContractMapping o, bool isNullable, bool needType) { 
            if ((object)o == null) { 
                if (isNullable) WriteNullTagLiteral(n, ns);
                return; 
            }
            if (!needType) {
                System.Type t = o.GetType();
                if (t == typeof(global::System.Web.Compilation.WCFModel.ContractMapping)) { 
                }
                else { 
                    throw CreateUnknownTypeException(o); 
                }
            } 
            WriteStartElement(n, ns, o, false, null);
            if (needType) WriteXsiType(@"ContractMapping", @"urn:schemas-microsoft-com:xml-wcfservicemap");
            WriteAttribute(@"Name", @"", ((global::System.String)o.@Name));
            WriteAttribute(@"TargetNamespace", @"", ((global::System.String)o.@TargetNamespace)); 
            WriteAttribute(@"TypeName", @"", ((global::System.String)o.@TypeName));
            WriteEndElement(o); 
        } 

        void Write2_ReferencedType(string n, string ns, global::System.Web.Compilation.WCFModel.ReferencedType o, bool isNullable, bool needType) { 
            if ((object)o == null) {
                if (isNullable) WriteNullTagLiteral(n, ns);
                return;
            } 
            if (!needType) {
                System.Type t = o.GetType(); 
                if (t == typeof(global::System.Web.Compilation.WCFModel.ReferencedType)) { 
                }
                else { 
                    throw CreateUnknownTypeException(o);
                }
            }
            WriteStartElement(n, ns, o, false, null); 
            if (needType) WriteXsiType(@"ReferencedType", @"urn:schemas-microsoft-com:xml-wcfservicemap");
            WriteAttribute(@"TypeName", @"", ((global::System.String)o.@TypeName)); 
            WriteEndElement(o); 
        }
 
        void Write7_ReferencedAssembly(string n, string ns, global::System.Web.Compilation.WCFModel.ReferencedAssembly o, bool isNullable, bool needType) {
            if ((object)o == null) {
                if (isNullable) WriteNullTagLiteral(n, ns);
                return; 
            }
            if (!needType) { 
                System.Type t = o.GetType(); 
                if (t == typeof(global::System.Web.Compilation.WCFModel.ReferencedAssembly)) {
                } 
                else {
                    throw CreateUnknownTypeException(o);
                }
            } 
            WriteStartElement(n, ns, o, false, null);
            if (needType) WriteXsiType(@"ReferencedAssembly", @"urn:schemas-microsoft-com:xml-wcfservicemap"); 
            WriteAttribute(@"AssemblyName", @"", ((global::System.String)o.@AssemblyName)); 
            WriteEndElement(o);
        } 

        string Write6_ProxySerializerType(global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType v) {
            string s = null;
            switch (v) { 
                case global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@Auto: s = @"Auto"; break;
                case global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@DataContractSerializer: s = @"DataContractSerializer"; break; 
                case global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@XmlSerializer: s = @"XmlSerializer"; break; 
                default: throw CreateInvalidEnumValueException(((System.Int64)v).ToString(System.Globalization.CultureInfo.InvariantCulture), @"System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType");
            } 
            return s;
        }

        void Write5_ReferencedCollectionType(string n, string ns, global::System.Web.Compilation.WCFModel.ReferencedCollectionType o, bool isNullable, bool needType) { 
            if ((object)o == null) {
                if (isNullable) WriteNullTagLiteral(n, ns); 
                return; 
            }
            if (!needType) { 
                System.Type t = o.GetType();
                if (t == typeof(global::System.Web.Compilation.WCFModel.ReferencedCollectionType)) {
                }
                else { 
                    throw CreateUnknownTypeException(o);
                } 
            } 
            WriteStartElement(n, ns, o, false, null);
            if (needType) WriteXsiType(@"ReferencedCollectionType", @"urn:schemas-microsoft-com:xml-wcfservicemap"); 
            WriteAttribute(@"TypeName", @"", ((global::System.String)o.@TypeName));
            WriteAttribute(@"Category", @"", Write4_CollectionCategory(((global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory)o.@Category)));
            WriteEndElement(o);
        } 

        string Write4_CollectionCategory(global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory v) { 
            string s = null; 
            switch (v) {
                case global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory.@Unknown: s = @"Unknown"; break; 
                case global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory.@List: s = @"List"; break;
                case global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory.@Dictionary: s = @"Dictionary"; break;
                default: throw CreateInvalidEnumValueException(((System.Int64)v).ToString(System.Globalization.CultureInfo.InvariantCulture), @"System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory");
            } 
            return s;
        } 
 
        void Write3_NamespaceMapping(string n, string ns, global::System.Web.Compilation.WCFModel.NamespaceMapping o, bool isNullable, bool needType) {
            if ((object)o == null) { 
                if (isNullable) WriteNullTagLiteral(n, ns);
                return;
            }
            if (!needType) { 
                System.Type t = o.GetType();
                if (t == typeof(global::System.Web.Compilation.WCFModel.NamespaceMapping)) { 
                } 
                else {
                    throw CreateUnknownTypeException(o); 
                }
            }
            WriteStartElement(n, ns, o, false, null);
            if (needType) WriteXsiType(@"NamespaceMapping", @"urn:schemas-microsoft-com:xml-wcfservicemap"); 
            WriteAttribute(@"TargetNamespace", @"", ((global::System.String)o.@TargetNamespace));
            WriteAttribute(@"ClrNamespace", @"", ((global::System.String)o.@ClrNamespace)); 
            WriteEndElement(o); 
        }
 
        protected override void InitCallbacks() {
        }
    }
 
    internal class XmlSerializationReaderSvcMapFile : System.Xml.Serialization.XmlSerializationReader {
 
        public object Read16_ReferenceGroup() { 
            object o = null;
            Reader.MoveToContent(); 
            if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                if (((object) Reader.LocalName == (object)id1_ReferenceGroup && (object) Reader.NamespaceURI == (object)id2_Item)) {
                    o = Read15_SvcMapFile(true, true);
                } 
                else {
                    throw CreateUnknownNodeException(); 
                } 
            }
            else { 
                UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceGroup");
            }
            return (object)o;
        } 

        global::System.Web.Compilation.WCFModel.SvcMapFile Read15_SvcMapFile(bool isNullable, bool checkType) { 
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 
            bool isNull = false;
            if (isNullable) isNull = ReadNull(); 
            if (checkType) {
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_SvcMapFile && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) {
            }
            else 
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            } 
            if (isNull) return null; 
            global::System.Web.Compilation.WCFModel.SvcMapFile o;
            o = new global::System.Web.Compilation.WCFModel.SvcMapFile(); 
            global::System.Collections.Generic.List a_1 = (global::System.Collections.Generic.List)o.@MetadataSourceList;
            global::System.Collections.Generic.List a_2 = (global::System.Collections.Generic.List)o.@MetadataList;
            global::System.Collections.Generic.List a_3 = (global::System.Collections.Generic.List)o.@Extensions;
            bool[] paramsRead = new bool[5]; 
            while (Reader.MoveToNextAttribute()) {
                if (!paramsRead[4] && ((object) Reader.LocalName == (object)id4_ID && (object) Reader.NamespaceURI == (object)id5_Item)) { 
                    o.@ID = Reader.Value; 
                    paramsRead[4] = true;
                } 
                else if (!IsXmlnsAttribute(Reader.Name)) {
                    UnknownNode((object)o, @":ID");
                }
            } 
            Reader.MoveToElement();
            if (Reader.IsEmptyElement) { 
                Reader.Skip(); 
                return o;
            } 
            Reader.ReadStartElement();
            int state = 0;
            Reader.MoveToContent();
            int whileIterations0 = 0; 
            int readerCount0 = ReaderCount;
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) { 
                    switch (state) {
                    case 0: 
                        if (((object) Reader.LocalName == (object)id6_ClientOptions && (object) Reader.NamespaceURI == (object)id2_Item)) {
                            o.@ClientOptions = Read9_ClientOptions(false, true);
                        }
                        state = 1; 
                        break;
                    case 1: 
                        if (((object) Reader.LocalName == (object)id7_MetadataSources && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                            if (!ReadNull()) {
                                global::System.Collections.Generic.List a_1_0 = (global::System.Collections.Generic.List)o.@MetadataSourceList; 
                                if (((object)(a_1_0) == null) || (Reader.IsEmptyElement)) {
                                    Reader.Skip();
                                }
                                else { 
                                    Reader.ReadStartElement();
                                    Reader.MoveToContent(); 
                                    int whileIterations1 = 0; 
                                    int readerCount1 = ReaderCount;
                                    while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                                        if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                                            if (((object) Reader.LocalName == (object)id8_MetadataSource && (object) Reader.NamespaceURI == (object)id2_Item)) {
                                                if ((object)(a_1_0) == null) Reader.Skip(); else a_1_0.Add(Read14_MetadataSource(true, true));
                                            } 
                                            else {
                                                UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:MetadataSource"); 
                                            } 
                                        }
                                        else { 
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:MetadataSource");
                                        }
                                        Reader.MoveToContent();
                                        CheckReaderCount(ref whileIterations1, ref readerCount1); 
                                    }
                                ReadEndElement(); 
                                } 
                            }
                        } 
                        else {
                            state = 2;
                        }
                        break; 
                    case 2:
                        if (((object) Reader.LocalName == (object)id9_Metadata && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                            if (!ReadNull()) { 
                                global::System.Collections.Generic.List a_2_0 = (global::System.Collections.Generic.List)o.@MetadataList;
                                if (((object)(a_2_0) == null) || (Reader.IsEmptyElement)) { 
                                    Reader.Skip();
                                }
                                else {
                                    Reader.ReadStartElement(); 
                                    Reader.MoveToContent();
                                    int whileIterations2 = 0; 
                                    int readerCount2 = ReaderCount; 
                                    while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                                        if (Reader.NodeType == System.Xml.XmlNodeType.Element) { 
                                            if (((object) Reader.LocalName == (object)id10_MetadataFile && (object) Reader.NamespaceURI == (object)id2_Item)) {
                                                if ((object)(a_2_0) == null) Reader.Skip(); else a_2_0.Add(Read13_MetadataFile(true, true));
                                            }
                                            else { 
                                                UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:MetadataFile");
                                            } 
                                        } 
                                        else {
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:MetadataFile"); 
                                        }
                                        Reader.MoveToContent();
                                        CheckReaderCount(ref whileIterations2, ref readerCount2);
                                    } 
                                ReadEndElement();
                                } 
                            } 
                        }
                        else { 
                            state = 3;
                        }
                        break;
                    case 3: 
                        if (((object) Reader.LocalName == (object)id11_Extensions && (object) Reader.NamespaceURI == (object)id2_Item)) {
                            if (!ReadNull()) { 
                                global::System.Collections.Generic.List a_3_0 = (global::System.Collections.Generic.List)o.@Extensions; 
                                if (((object)(a_3_0) == null) || (Reader.IsEmptyElement)) {
                                    Reader.Skip(); 
                                }
                                else {
                                    Reader.ReadStartElement();
                                    Reader.MoveToContent(); 
                                    int whileIterations3 = 0;
                                    int readerCount3 = ReaderCount; 
                                    while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                                        if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                                            if (((object) Reader.LocalName == (object)id12_ExtensionFile && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                                                if ((object)(a_3_0) == null) Reader.Skip(); else a_3_0.Add(Read11_ExtensionFile(true, true));
                                            }
                                            else {
                                                UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ExtensionFile"); 
                                            }
                                        } 
                                        else { 
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ExtensionFile");
                                        } 
                                        Reader.MoveToContent();
                                        CheckReaderCount(ref whileIterations3, ref readerCount3);
                                    }
                                ReadEndElement(); 
                                }
                            } 
                        } 
                        else {
                            state = 4; 
                        }
                        break;
                    default:
                        UnknownNode((object)o, null); 
                        break;
                    } 
                } 
                else {
                    UnknownNode((object)o, null); 
                }
                Reader.MoveToContent();
                CheckReaderCount(ref whileIterations0, ref readerCount0);
            } 
            ReadEndElement();
            return o; 
        } 

        global::System.Web.Compilation.WCFModel.ExtensionFile Read11_ExtensionFile(bool isNullable, bool checkType) { 
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
            bool isNull = false;
            if (isNullable) isNull = ReadNull();
            if (checkType) { 
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id12_ExtensionFile && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) {
            } 
            else 
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            } 
            if (isNull) return null;
            global::System.Web.Compilation.WCFModel.ExtensionFile o;
            o = new global::System.Web.Compilation.WCFModel.ExtensionFile();
            bool[] paramsRead = new bool[2]; 
            while (Reader.MoveToNextAttribute()) {
                if (!paramsRead[0] && ((object) Reader.LocalName == (object)id13_FileName && (object) Reader.NamespaceURI == (object)id5_Item)) { 
                    o.@FileName = Reader.Value; 
                    paramsRead[0] = true;
                } 
                else if (!paramsRead[1] && ((object) Reader.LocalName == (object)id14_Name && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@Name = Reader.Value;
                    paramsRead[1] = true;
                } 
                else if (!IsXmlnsAttribute(Reader.Name)) {
                    UnknownNode((object)o, @":FileName, :Name"); 
                } 
            }
            Reader.MoveToElement(); 
            if (Reader.IsEmptyElement) {
                Reader.Skip();
                return o;
            } 
            Reader.ReadStartElement();
            Reader.MoveToContent(); 
            int whileIterations4 = 0; 
            int readerCount4 = ReaderCount;
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                    UnknownNode((object)o, @"");
                }
                else { 
                    UnknownNode((object)o, @"");
                } 
                Reader.MoveToContent(); 
                CheckReaderCount(ref whileIterations4, ref readerCount4);
            } 
            ReadEndElement();
            return o;
        }
 
        global::System.Web.Compilation.WCFModel.MetadataFile Read13_MetadataFile(bool isNullable, bool checkType) {
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 
            bool isNull = false; 
            if (isNullable) isNull = ReadNull();
            if (checkType) { 
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id10_MetadataFile && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) {
            }
            else
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); 
            }
            if (isNull) return null; 
            global::System.Web.Compilation.WCFModel.MetadataFile o; 
            o = new global::System.Web.Compilation.WCFModel.MetadataFile();
            bool[] paramsRead = new bool[7]; 
            while (Reader.MoveToNextAttribute()) {
                if (!paramsRead[0] && ((object) Reader.LocalName == (object)id13_FileName && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@FileName = Reader.Value;
                    paramsRead[0] = true; 
                }
                else if (!paramsRead[1] && ((object) Reader.LocalName == (object)id15_MetadataType && (object) Reader.NamespaceURI == (object)id5_Item)) { 
                    o.@FileType = Read12_MetadataType(Reader.Value); 
                    paramsRead[1] = true;
                } 
                else if (!paramsRead[2] && ((object) Reader.LocalName == (object)id4_ID && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@ID = Reader.Value;
                    paramsRead[2] = true;
                } 
                else if (!paramsRead[3] && ((object) Reader.LocalName == (object)id16_Ignore && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@Ignore = System.Xml.XmlConvert.ToBoolean(Reader.Value); 
                    o.@IgnoreSpecified = true; 
                    paramsRead[3] = true;
                } 
                else if (!paramsRead[4] && ((object) Reader.LocalName == (object)id17_IsMergeResult && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@IsMergeResult = System.Xml.XmlConvert.ToBoolean(Reader.Value);
                    o.@IsMergeResultSpecified = true;
                    paramsRead[4] = true; 
                }
                else if (!paramsRead[5] && ((object) Reader.LocalName == (object)id18_SourceId && (object) Reader.NamespaceURI == (object)id5_Item)) { 
                    o.@SourceId = System.Xml.XmlConvert.ToInt32(Reader.Value); 
                    o.@SourceIdSpecified = true;
                    paramsRead[5] = true; 
                }
                else if (!paramsRead[6] && ((object) Reader.LocalName == (object)id19_SourceUrl && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@SourceUrl = Reader.Value;
                    paramsRead[6] = true; 
                }
                else if (!IsXmlnsAttribute(Reader.Name)) { 
                    UnknownNode((object)o, @":FileName, :MetadataType, :ID, :Ignore, :IsMergeResult, :SourceId, :SourceUrl"); 
                }
            } 
            Reader.MoveToElement();
            if (Reader.IsEmptyElement) {
                Reader.Skip();
                return o; 
            }
            Reader.ReadStartElement(); 
            Reader.MoveToContent(); 
            int whileIterations5 = 0;
            int readerCount5 = ReaderCount; 
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                    UnknownNode((object)o, @"");
                } 
                else {
                    UnknownNode((object)o, @""); 
                } 
                Reader.MoveToContent();
                CheckReaderCount(ref whileIterations5, ref readerCount5); 
            }
            ReadEndElement();
            return o;
        } 

        global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType Read12_MetadataType(string s) { 
            switch (s) { 
                case @"Unknown": return global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Unknown;
                case @"Disco": return global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Disco; 
                case @"Wsdl": return global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Wsdl;
                case @"Schema": return global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Schema;
                case @"Policy": return global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Policy;
                case @"Xml": return global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType.@Xml; 
                default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.MetadataFile.MetadataType));
            } 
        } 

        global::System.Web.Compilation.WCFModel.MetadataSource Read14_MetadataSource(bool isNullable, bool checkType) { 
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
            bool isNull = false;
            if (isNullable) isNull = ReadNull();
            if (checkType) { 
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id8_MetadataSource && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) {
            } 
            else 
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            } 
            if (isNull) return null;
            global::System.Web.Compilation.WCFModel.MetadataSource o;
            o = new global::System.Web.Compilation.WCFModel.MetadataSource();
            bool[] paramsRead = new bool[3]; 
            while (Reader.MoveToNextAttribute()) {
                if (!paramsRead[0] && ((object) Reader.LocalName == (object)id20_Address && (object) Reader.NamespaceURI == (object)id5_Item)) { 
                    o.@Address = Reader.Value; 
                    paramsRead[0] = true;
                } 
                else if (!paramsRead[1] && ((object) Reader.LocalName == (object)id21_Protocol && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@Protocol = Reader.Value;
                    paramsRead[1] = true;
                } 
                else if (!paramsRead[2] && ((object) Reader.LocalName == (object)id18_SourceId && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@SourceId = System.Xml.XmlConvert.ToInt32(Reader.Value); 
                    paramsRead[2] = true; 
                }
                else if (!IsXmlnsAttribute(Reader.Name)) { 
                    UnknownNode((object)o, @":Address, :Protocol, :SourceId");
                }
            }
            Reader.MoveToElement(); 
            if (Reader.IsEmptyElement) {
                Reader.Skip(); 
                return o; 
            }
            Reader.ReadStartElement(); 
            Reader.MoveToContent();
            int whileIterations6 = 0;
            int readerCount6 = ReaderCount;
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                    UnknownNode((object)o, @""); 
                } 
                else {
                    UnknownNode((object)o, @""); 
                }
                Reader.MoveToContent();
                CheckReaderCount(ref whileIterations6, ref readerCount6);
            } 
            ReadEndElement();
            return o; 
        } 

        global::System.Web.Compilation.WCFModel.ClientOptions Read9_ClientOptions(bool isNullable, bool checkType) { 
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
            bool isNull = false;
            if (isNullable) isNull = ReadNull();
            if (checkType) { 
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id6_ClientOptions && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) {
            } 
            else 
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            } 
            if (isNull) return null;
            global::System.Web.Compilation.WCFModel.ClientOptions o;
            o = new global::System.Web.Compilation.WCFModel.ClientOptions();
            global::System.Collections.Generic.List a_2 = (global::System.Collections.Generic.List)o.@ExcludedTypeList; 
            global::System.Collections.Generic.List a_6 = (global::System.Collections.Generic.List)o.@NamespaceMappingList;
            global::System.Collections.Generic.List a_7 = (global::System.Collections.Generic.List)o.@CollectionMappingList; 
            global::System.Collections.Generic.List a_13 = (global::System.Collections.Generic.List)o.@ReferencedAssemblyList; 
            global::System.Collections.Generic.List a_14 = (global::System.Collections.Generic.List)o.@ReferencedDataContractTypeList;
            global::System.Collections.Generic.List a_15 = (global::System.Collections.Generic.List)o.@ServiceContractMappingList; 
            bool[] paramsRead = new bool[16];
            while (Reader.MoveToNextAttribute()) {
                if (!IsXmlnsAttribute(Reader.Name)) {
                    UnknownNode((object)o); 
                }
            } 
            Reader.MoveToElement(); 
            if (Reader.IsEmptyElement) {
                Reader.Skip(); 
                return o;
            }
            Reader.ReadStartElement();
            Reader.MoveToContent(); 
            int whileIterations7 = 0;
            int readerCount7 = ReaderCount; 
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                    if (!paramsRead[0] && ((object) Reader.LocalName == (object)id22_GenerateAsynchronousMethods && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        {
                            o.@GenerateAsynchronousMethods = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        }
                        paramsRead[0] = true; 
                    }
                    else if (!paramsRead[1] && ((object) Reader.LocalName == (object)id23_EnableDataBinding && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        { 
                            o.@EnableDataBinding = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        } 
                        paramsRead[1] = true;
                    }
                    else if (((object) Reader.LocalName == (object)id24_ExcludedTypes && (object) Reader.NamespaceURI == (object)id2_Item)) {
                        if (!ReadNull()) { 
                            global::System.Collections.Generic.List a_2_0 = (global::System.Collections.Generic.List)o.@ExcludedTypeList;
                            if (((object)(a_2_0) == null) || (Reader.IsEmptyElement)) { 
                                Reader.Skip(); 
                            }
                            else { 
                                Reader.ReadStartElement();
                                Reader.MoveToContent();
                                int whileIterations8 = 0;
                                int readerCount8 = ReaderCount; 
                                while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                                    if (Reader.NodeType == System.Xml.XmlNodeType.Element) { 
                                        if (((object) Reader.LocalName == (object)id25_ExcludedType && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                                            if ((object)(a_2_0) == null) Reader.Skip(); else a_2_0.Add(Read2_ReferencedType(true, true));
                                        } 
                                        else {
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ExcludedType");
                                        }
                                    } 
                                    else {
                                        UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ExcludedType"); 
                                    } 
                                    Reader.MoveToContent();
                                    CheckReaderCount(ref whileIterations8, ref readerCount8); 
                                }
                            ReadEndElement();
                            }
                        } 
                    }
                    else if (!paramsRead[3] && ((object) Reader.LocalName == (object)id26_ImportXmlTypes && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        { 
                            o.@ImportXmlTypes = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        } 
                        paramsRead[3] = true;
                    }
                    else if (!paramsRead[4] && ((object) Reader.LocalName == (object)id27_GenerateInternalTypes && (object) Reader.NamespaceURI == (object)id2_Item)) {
                        { 
                            o.@GenerateInternalTypes = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        } 
                        paramsRead[4] = true; 
                    }
                    else if (!paramsRead[5] && ((object) Reader.LocalName == (object)id28_GenerateMessageContracts && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        {
                            o.@GenerateMessageContracts = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        }
                        paramsRead[5] = true; 
                    }
                    else if (((object) Reader.LocalName == (object)id29_NamespaceMappings && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        if (!ReadNull()) { 
                            global::System.Collections.Generic.List a_6_0 = (global::System.Collections.Generic.List)o.@NamespaceMappingList;
                            if (((object)(a_6_0) == null) || (Reader.IsEmptyElement)) { 
                                Reader.Skip();
                            }
                            else {
                                Reader.ReadStartElement(); 
                                Reader.MoveToContent();
                                int whileIterations9 = 0; 
                                int readerCount9 = ReaderCount; 
                                while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                                    if (Reader.NodeType == System.Xml.XmlNodeType.Element) { 
                                        if (((object) Reader.LocalName == (object)id30_NamespaceMapping && (object) Reader.NamespaceURI == (object)id2_Item)) {
                                            if ((object)(a_6_0) == null) Reader.Skip(); else a_6_0.Add(Read3_NamespaceMapping(true, true));
                                        }
                                        else { 
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:NamespaceMapping");
                                        } 
                                    } 
                                    else {
                                        UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:NamespaceMapping"); 
                                    }
                                    Reader.MoveToContent();
                                    CheckReaderCount(ref whileIterations9, ref readerCount9);
                                } 
                            ReadEndElement();
                            } 
                        } 
                    }
                    else if (((object) Reader.LocalName == (object)id31_CollectionMappings && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        if (!ReadNull()) {
                            global::System.Collections.Generic.List a_7_0 = (global::System.Collections.Generic.List)o.@CollectionMappingList;
                            if (((object)(a_7_0) == null) || (Reader.IsEmptyElement)) {
                                Reader.Skip(); 
                            }
                            else { 
                                Reader.ReadStartElement(); 
                                Reader.MoveToContent();
                                int whileIterations10 = 0; 
                                int readerCount10 = ReaderCount;
                                while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                                    if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                                        if (((object) Reader.LocalName == (object)id32_CollectionMapping && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                                            if ((object)(a_7_0) == null) Reader.Skip(); else a_7_0.Add(Read5_ReferencedCollectionType(true, true));
                                        } 
                                        else { 
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:CollectionMapping");
                                        } 
                                    }
                                    else {
                                        UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:CollectionMapping");
                                    } 
                                    Reader.MoveToContent();
                                    CheckReaderCount(ref whileIterations10, ref readerCount10); 
                                } 
                            ReadEndElement();
                            } 
                        }
                    }
                    else if (!paramsRead[8] && ((object) Reader.LocalName == (object)id33_GenerateSerializableTypes && (object) Reader.NamespaceURI == (object)id2_Item)) {
                        { 
                            o.@GenerateSerializableTypes = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        } 
                        paramsRead[8] = true; 
                    }
                    else if (!paramsRead[9] && ((object) Reader.LocalName == (object)id34_Serializer && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        {
                            o.@Serializer = Read6_ProxySerializerType(Reader.ReadElementString());
                        }
                        paramsRead[9] = true; 
                    }
                    else if (!paramsRead[10] && ((object) Reader.LocalName == (object)id35_UseSerializerForFaults && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        { 
                            o.@UseSerializerForFaults = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        } 
                        paramsRead[10] = true;
                    }
                    else if (!paramsRead[11] && ((object) Reader.LocalName == (object)id36_Wrapped && (object) Reader.NamespaceURI == (object)id2_Item)) {
                        { 
                            o.@Wrapped = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        } 
                        paramsRead[11] = true; 
                    }
                    else if (!paramsRead[12] && ((object) Reader.LocalName == (object)id37_ReferenceAllAssemblies && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        {
                            o.@ReferenceAllAssemblies = System.Xml.XmlConvert.ToBoolean(Reader.ReadElementString());
                        }
                        paramsRead[12] = true; 
                    }
                    else if (((object) Reader.LocalName == (object)id38_ReferencedAssemblies && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        if (!ReadNull()) { 
                            global::System.Collections.Generic.List a_13_0 = (global::System.Collections.Generic.List)o.@ReferencedAssemblyList;
                            if (((object)(a_13_0) == null) || (Reader.IsEmptyElement)) { 
                                Reader.Skip();
                            }
                            else {
                                Reader.ReadStartElement(); 
                                Reader.MoveToContent();
                                int whileIterations11 = 0; 
                                int readerCount11 = ReaderCount; 
                                while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                                    if (Reader.NodeType == System.Xml.XmlNodeType.Element) { 
                                        if (((object) Reader.LocalName == (object)id39_ReferencedAssembly && (object) Reader.NamespaceURI == (object)id2_Item)) {
                                            if ((object)(a_13_0) == null) Reader.Skip(); else a_13_0.Add(Read7_ReferencedAssembly(true, true));
                                        }
                                        else { 
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ReferencedAssembly");
                                        } 
                                    } 
                                    else {
                                        UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ReferencedAssembly"); 
                                    }
                                    Reader.MoveToContent();
                                    CheckReaderCount(ref whileIterations11, ref readerCount11);
                                } 
                            ReadEndElement();
                            } 
                        } 
                    }
                    else if (((object) Reader.LocalName == (object)id40_ReferencedDataContractTypes && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                        if (!ReadNull()) {
                            global::System.Collections.Generic.List a_14_0 = (global::System.Collections.Generic.List)o.@ReferencedDataContractTypeList;
                            if (((object)(a_14_0) == null) || (Reader.IsEmptyElement)) {
                                Reader.Skip(); 
                            }
                            else { 
                                Reader.ReadStartElement(); 
                                Reader.MoveToContent();
                                int whileIterations12 = 0; 
                                int readerCount12 = ReaderCount;
                                while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                                    if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                                        if (((object) Reader.LocalName == (object)id41_ReferencedDataContractType && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                                            if ((object)(a_14_0) == null) Reader.Skip(); else a_14_0.Add(Read2_ReferencedType(true, true));
                                        } 
                                        else { 
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ReferencedDataContractType");
                                        } 
                                    }
                                    else {
                                        UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ReferencedDataContractType");
                                    } 
                                    Reader.MoveToContent();
                                    CheckReaderCount(ref whileIterations12, ref readerCount12); 
                                } 
                            ReadEndElement();
                            } 
                        }
                    }
                    else if (((object) Reader.LocalName == (object)id42_ServiceContractMappings && (object) Reader.NamespaceURI == (object)id2_Item)) {
                        if (!ReadNull()) { 
                            global::System.Collections.Generic.List a_15_0 = (global::System.Collections.Generic.List)o.@ServiceContractMappingList;
                            if (((object)(a_15_0) == null) || (Reader.IsEmptyElement)) { 
                                Reader.Skip(); 
                            }
                            else { 
                                Reader.ReadStartElement();
                                Reader.MoveToContent();
                                int whileIterations13 = 0;
                                int readerCount13 = ReaderCount; 
                                while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                                    if (Reader.NodeType == System.Xml.XmlNodeType.Element) { 
                                        if (((object) Reader.LocalName == (object)id43_ServiceContractMapping && (object) Reader.NamespaceURI == (object)id2_Item)) { 
                                            if ((object)(a_15_0) == null) Reader.Skip(); else a_15_0.Add(Read8_ContractMapping(true, true));
                                        } 
                                        else {
                                            UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ServiceContractMapping");
                                        }
                                    } 
                                    else {
                                        UnknownNode(null, @"urn:schemas-microsoft-com:xml-wcfservicemap:ServiceContractMapping"); 
                                    } 
                                    Reader.MoveToContent();
                                    CheckReaderCount(ref whileIterations13, ref readerCount13); 
                                }
                            ReadEndElement();
                            }
                        } 
                    }
                    else { 
                        UnknownNode((object)o, @"urn:schemas-microsoft-com:xml-wcfservicemap:GenerateAsynchronousMethods, urn:schemas-microsoft-com:xml-wcfservicemap:EnableDataBinding, urn:schemas-microsoft-com:xml-wcfservicemap:ExcludedTypes, urn:schemas-microsoft-com:xml-wcfservicemap:ImportXmlTypes, urn:schemas-microsoft-com:xml-wcfservicemap:GenerateInternalTypes, urn:schemas-microsoft-com:xml-wcfservicemap:GenerateMessageContracts, urn:schemas-microsoft-com:xml-wcfservicemap:NamespaceMappings, urn:schemas-microsoft-com:xml-wcfservicemap:CollectionMappings, urn:schemas-microsoft-com:xml-wcfservicemap:GenerateSerializableTypes, urn:schemas-microsoft-com:xml-wcfservicemap:Serializer, urn:schemas-microsoft-com:xml-wcfservicemap:UseSerializerForFaults, urn:schemas-microsoft-com:xml-wcfservicemap:Wrapped, urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceAllAssemblies, urn:schemas-microsoft-com:xml-wcfservicemap:ReferencedAssemblies, urn:schemas-microsoft-com:xml-wcfservicemap:ReferencedDataContractTypes, urn:schemas-microsoft-com:xml-wcfservicemap:ServiceContractMappings"); 
                    }
                } 
                else {
                    UnknownNode((object)o, @"urn:schemas-microsoft-com:xml-wcfservicemap:GenerateAsynchronousMethods, urn:schemas-microsoft-com:xml-wcfservicemap:EnableDataBinding, urn:schemas-microsoft-com:xml-wcfservicemap:ExcludedTypes, urn:schemas-microsoft-com:xml-wcfservicemap:ImportXmlTypes, urn:schemas-microsoft-com:xml-wcfservicemap:GenerateInternalTypes, urn:schemas-microsoft-com:xml-wcfservicemap:GenerateMessageContracts, urn:schemas-microsoft-com:xml-wcfservicemap:NamespaceMappings, urn:schemas-microsoft-com:xml-wcfservicemap:CollectionMappings, urn:schemas-microsoft-com:xml-wcfservicemap:GenerateSerializableTypes, urn:schemas-microsoft-com:xml-wcfservicemap:Serializer, urn:schemas-microsoft-com:xml-wcfservicemap:UseSerializerForFaults, urn:schemas-microsoft-com:xml-wcfservicemap:Wrapped, urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceAllAssemblies, urn:schemas-microsoft-com:xml-wcfservicemap:ReferencedAssemblies, urn:schemas-microsoft-com:xml-wcfservicemap:ReferencedDataContractTypes, urn:schemas-microsoft-com:xml-wcfservicemap:ServiceContractMappings");
                }
                Reader.MoveToContent(); 
                CheckReaderCount(ref whileIterations7, ref readerCount7);
            } 
            ReadEndElement(); 
            return o;
        } 

        global::System.Web.Compilation.WCFModel.ContractMapping Read8_ContractMapping(bool isNullable, bool checkType) {
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
            bool isNull = false; 
            if (isNullable) isNull = ReadNull();
            if (checkType) { 
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id44_ContractMapping && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 
            }
            else 
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            }
            if (isNull) return null;
            global::System.Web.Compilation.WCFModel.ContractMapping o; 
            o = new global::System.Web.Compilation.WCFModel.ContractMapping();
            bool[] paramsRead = new bool[3]; 
            while (Reader.MoveToNextAttribute()) { 
                if (!paramsRead[0] && ((object) Reader.LocalName == (object)id14_Name && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@Name = Reader.Value; 
                    paramsRead[0] = true;
                }
                else if (!paramsRead[1] && ((object) Reader.LocalName == (object)id45_TargetNamespace && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@TargetNamespace = Reader.Value; 
                    paramsRead[1] = true;
                } 
                else if (!paramsRead[2] && ((object) Reader.LocalName == (object)id46_TypeName && (object) Reader.NamespaceURI == (object)id5_Item)) { 
                    o.@TypeName = Reader.Value;
                    paramsRead[2] = true; 
                }
                else if (!IsXmlnsAttribute(Reader.Name)) {
                    UnknownNode((object)o, @":Name, :TargetNamespace, :TypeName");
                } 
            }
            Reader.MoveToElement(); 
            if (Reader.IsEmptyElement) { 
                Reader.Skip();
                return o; 
            }
            Reader.ReadStartElement();
            Reader.MoveToContent();
            int whileIterations14 = 0; 
            int readerCount14 = ReaderCount;
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) { 
                    UnknownNode((object)o, @"");
                } 
                else {
                    UnknownNode((object)o, @"");
                }
                Reader.MoveToContent(); 
                CheckReaderCount(ref whileIterations14, ref readerCount14);
            } 
            ReadEndElement(); 
            return o;
        } 

        global::System.Web.Compilation.WCFModel.ReferencedType Read2_ReferencedType(bool isNullable, bool checkType) {
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
            bool isNull = false; 
            if (isNullable) isNull = ReadNull();
            if (checkType) { 
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id47_ReferencedType && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 
            }
            else 
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            }
            if (isNull) return null;
            global::System.Web.Compilation.WCFModel.ReferencedType o; 
            o = new global::System.Web.Compilation.WCFModel.ReferencedType();
            bool[] paramsRead = new bool[1]; 
            while (Reader.MoveToNextAttribute()) { 
                if (!paramsRead[0] && ((object) Reader.LocalName == (object)id46_TypeName && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@TypeName = Reader.Value; 
                    paramsRead[0] = true;
                }
                else if (!IsXmlnsAttribute(Reader.Name)) {
                    UnknownNode((object)o, @":TypeName"); 
                }
            } 
            Reader.MoveToElement(); 
            if (Reader.IsEmptyElement) {
                Reader.Skip(); 
                return o;
            }
            Reader.ReadStartElement();
            Reader.MoveToContent(); 
            int whileIterations15 = 0;
            int readerCount15 = ReaderCount; 
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                    UnknownNode((object)o, @""); 
                }
                else {
                    UnknownNode((object)o, @"");
                } 
                Reader.MoveToContent();
                CheckReaderCount(ref whileIterations15, ref readerCount15); 
            } 
            ReadEndElement();
            return o; 
        }

        global::System.Web.Compilation.WCFModel.ReferencedAssembly Read7_ReferencedAssembly(bool isNullable, bool checkType) {
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; 
            bool isNull = false;
            if (isNullable) isNull = ReadNull(); 
            if (checkType) { 
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id39_ReferencedAssembly && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) {
            } 
            else
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            }
            if (isNull) return null; 
            global::System.Web.Compilation.WCFModel.ReferencedAssembly o;
            o = new global::System.Web.Compilation.WCFModel.ReferencedAssembly(); 
            bool[] paramsRead = new bool[1]; 
            while (Reader.MoveToNextAttribute()) {
                if (!paramsRead[0] && ((object) Reader.LocalName == (object)id48_AssemblyName && (object) Reader.NamespaceURI == (object)id5_Item)) { 
                    o.@AssemblyName = Reader.Value;
                    paramsRead[0] = true;
                }
                else if (!IsXmlnsAttribute(Reader.Name)) { 
                    UnknownNode((object)o, @":AssemblyName");
                } 
            } 
            Reader.MoveToElement();
            if (Reader.IsEmptyElement) { 
                Reader.Skip();
                return o;
            }
            Reader.ReadStartElement(); 
            Reader.MoveToContent();
            int whileIterations16 = 0; 
            int readerCount16 = ReaderCount; 
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) {
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) { 
                    UnknownNode((object)o, @"");
                }
                else {
                    UnknownNode((object)o, @""); 
                }
                Reader.MoveToContent(); 
                CheckReaderCount(ref whileIterations16, ref readerCount16); 
            }
            ReadEndElement(); 
            return o;
        }

        global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType Read6_ProxySerializerType(string s) { 
            switch (s) {
                case @"Auto": return global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@Auto; 
                case @"DataContractSerializer": return global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@DataContractSerializer; 
                case @"XmlSerializer": return global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType.@XmlSerializer;
                default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.ClientOptions.ProxySerializerType)); 
            }
        }

        global::System.Web.Compilation.WCFModel.ReferencedCollectionType Read5_ReferencedCollectionType(bool isNullable, bool checkType) { 
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
            bool isNull = false; 
            if (isNullable) isNull = ReadNull(); 
            if (checkType) {
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id49_ReferencedCollectionType && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) { 
            }
            else
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            } 
            if (isNull) return null;
            global::System.Web.Compilation.WCFModel.ReferencedCollectionType o; 
            o = new global::System.Web.Compilation.WCFModel.ReferencedCollectionType(); 
            bool[] paramsRead = new bool[2];
            while (Reader.MoveToNextAttribute()) { 
                if (!paramsRead[0] && ((object) Reader.LocalName == (object)id46_TypeName && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@TypeName = Reader.Value;
                    paramsRead[0] = true;
                } 
                else if (!paramsRead[1] && ((object) Reader.LocalName == (object)id50_Category && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@Category = Read4_CollectionCategory(Reader.Value); 
                    paramsRead[1] = true; 
                }
                else if (!IsXmlnsAttribute(Reader.Name)) { 
                    UnknownNode((object)o, @":TypeName, :Category");
                }
            }
            Reader.MoveToElement(); 
            if (Reader.IsEmptyElement) {
                Reader.Skip(); 
                return o; 
            }
            Reader.ReadStartElement(); 
            Reader.MoveToContent();
            int whileIterations17 = 0;
            int readerCount17 = ReaderCount;
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                    UnknownNode((object)o, @""); 
                } 
                else {
                    UnknownNode((object)o, @""); 
                }
                Reader.MoveToContent();
                CheckReaderCount(ref whileIterations17, ref readerCount17);
            } 
            ReadEndElement();
            return o; 
        } 

        global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory Read4_CollectionCategory(string s) { 
            switch (s) {
                case @"Unknown": return global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory.@Unknown;
                case @"List": return global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory.@List;
                case @"Dictionary": return global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory.@Dictionary; 
                default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Compilation.WCFModel.ReferencedCollectionType.CollectionCategory));
            } 
        } 

        global::System.Web.Compilation.WCFModel.NamespaceMapping Read3_NamespaceMapping(bool isNullable, bool checkType) { 
            System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
            bool isNull = false;
            if (isNullable) isNull = ReadNull();
            if (checkType) { 
            if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id30_NamespaceMapping && (object) ((System.Xml.XmlQualifiedName)xsiType).Namespace == (object)id2_Item)) {
            } 
            else 
                throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType);
            } 
            if (isNull) return null;
            global::System.Web.Compilation.WCFModel.NamespaceMapping o;
            o = new global::System.Web.Compilation.WCFModel.NamespaceMapping();
            bool[] paramsRead = new bool[2]; 
            while (Reader.MoveToNextAttribute()) {
                if (!paramsRead[0] && ((object) Reader.LocalName == (object)id45_TargetNamespace && (object) Reader.NamespaceURI == (object)id5_Item)) { 
                    o.@TargetNamespace = Reader.Value; 
                    paramsRead[0] = true;
                } 
                else if (!paramsRead[1] && ((object) Reader.LocalName == (object)id51_ClrNamespace && (object) Reader.NamespaceURI == (object)id5_Item)) {
                    o.@ClrNamespace = Reader.Value;
                    paramsRead[1] = true;
                } 
                else if (!IsXmlnsAttribute(Reader.Name)) {
                    UnknownNode((object)o, @":TargetNamespace, :ClrNamespace"); 
                } 
            }
            Reader.MoveToElement(); 
            if (Reader.IsEmptyElement) {
                Reader.Skip();
                return o;
            } 
            Reader.ReadStartElement();
            Reader.MoveToContent(); 
            int whileIterations18 = 0; 
            int readerCount18 = ReaderCount;
            while (Reader.NodeType != System.Xml.XmlNodeType.EndElement && Reader.NodeType != System.Xml.XmlNodeType.None) { 
                if (Reader.NodeType == System.Xml.XmlNodeType.Element) {
                    UnknownNode((object)o, @"");
                }
                else { 
                    UnknownNode((object)o, @"");
                } 
                Reader.MoveToContent(); 
                CheckReaderCount(ref whileIterations18, ref readerCount18);
            } 
            ReadEndElement();
            return o;
        }
 
        protected override void InitCallbacks() {
        } 
 
        string id4_ID;
        string id11_Extensions; 
        string id31_CollectionMappings;
        string id5_Item;
        string id39_ReferencedAssembly;
        string id50_Category; 
        string id42_ServiceContractMappings;
        string id16_Ignore; 
        string id48_AssemblyName; 
        string id10_MetadataFile;
        string id2_Item; 
        string id44_ContractMapping;
        string id38_ReferencedAssemblies;
        string id33_GenerateSerializableTypes;
        string id25_ExcludedType; 
        string id27_GenerateInternalTypes;
        string id45_TargetNamespace; 
        string id46_TypeName; 
        string id19_SourceUrl;
        string id51_ClrNamespace; 
        string id43_ServiceContractMapping;
        string id40_ReferencedDataContractTypes;
        string id21_Protocol;
        string id14_Name; 
        string id3_SvcMapFile;
        string id41_ReferencedDataContractType; 
        string id18_SourceId; 
        string id1_ReferenceGroup;
        string id36_Wrapped; 
        string id28_GenerateMessageContracts;
        string id13_FileName;
        string id6_ClientOptions;
        string id47_ReferencedType; 
        string id30_NamespaceMapping;
        string id32_CollectionMapping; 
        string id23_EnableDataBinding; 
        string id7_MetadataSources;
        string id9_Metadata; 
        string id15_MetadataType;
        string id8_MetadataSource;
        string id49_ReferencedCollectionType;
        string id12_ExtensionFile; 
        string id17_IsMergeResult;
        string id26_ImportXmlTypes; 
        string id24_ExcludedTypes; 
        string id29_NamespaceMappings;
        string id34_Serializer; 
        string id22_GenerateAsynchronousMethods;
        string id20_Address;
        string id37_ReferenceAllAssemblies;
        string id35_UseSerializerForFaults; 

        protected override void InitIDs() { 
            id4_ID = Reader.NameTable.Add(@"ID"); 
            id11_Extensions = Reader.NameTable.Add(@"Extensions");
            id31_CollectionMappings = Reader.NameTable.Add(@"CollectionMappings"); 
            id5_Item = Reader.NameTable.Add(@"");
            id39_ReferencedAssembly = Reader.NameTable.Add(@"ReferencedAssembly");
            id50_Category = Reader.NameTable.Add(@"Category");
            id42_ServiceContractMappings = Reader.NameTable.Add(@"ServiceContractMappings"); 
            id16_Ignore = Reader.NameTable.Add(@"Ignore");
            id48_AssemblyName = Reader.NameTable.Add(@"AssemblyName"); 
            id10_MetadataFile = Reader.NameTable.Add(@"MetadataFile"); 
            id2_Item = Reader.NameTable.Add(@"urn:schemas-microsoft-com:xml-wcfservicemap");
            id44_ContractMapping = Reader.NameTable.Add(@"ContractMapping"); 
            id38_ReferencedAssemblies = Reader.NameTable.Add(@"ReferencedAssemblies");
            id33_GenerateSerializableTypes = Reader.NameTable.Add(@"GenerateSerializableTypes");
            id25_ExcludedType = Reader.NameTable.Add(@"ExcludedType");
            id27_GenerateInternalTypes = Reader.NameTable.Add(@"GenerateInternalTypes"); 
            id45_TargetNamespace = Reader.NameTable.Add(@"TargetNamespace");
            id46_TypeName = Reader.NameTable.Add(@"TypeName"); 
            id19_SourceUrl = Reader.NameTable.Add(@"SourceUrl"); 
            id51_ClrNamespace = Reader.NameTable.Add(@"ClrNamespace");
            id43_ServiceContractMapping = Reader.NameTable.Add(@"ServiceContractMapping"); 
            id40_ReferencedDataContractTypes = Reader.NameTable.Add(@"ReferencedDataContractTypes");
            id21_Protocol = Reader.NameTable.Add(@"Protocol");
            id14_Name = Reader.NameTable.Add(@"Name");
            id3_SvcMapFile = Reader.NameTable.Add(@"SvcMapFile"); 
            id41_ReferencedDataContractType = Reader.NameTable.Add(@"ReferencedDataContractType");
            id18_SourceId = Reader.NameTable.Add(@"SourceId"); 
            id1_ReferenceGroup = Reader.NameTable.Add(@"ReferenceGroup"); 
            id36_Wrapped = Reader.NameTable.Add(@"Wrapped");
            id28_GenerateMessageContracts = Reader.NameTable.Add(@"GenerateMessageContracts"); 
            id13_FileName = Reader.NameTable.Add(@"FileName");
            id6_ClientOptions = Reader.NameTable.Add(@"ClientOptions");
            id47_ReferencedType = Reader.NameTable.Add(@"ReferencedType");
            id30_NamespaceMapping = Reader.NameTable.Add(@"NamespaceMapping"); 
            id32_CollectionMapping = Reader.NameTable.Add(@"CollectionMapping");
            id23_EnableDataBinding = Reader.NameTable.Add(@"EnableDataBinding"); 
            id7_MetadataSources = Reader.NameTable.Add(@"MetadataSources"); 
            id9_Metadata = Reader.NameTable.Add(@"Metadata");
            id15_MetadataType = Reader.NameTable.Add(@"MetadataType"); 
            id8_MetadataSource = Reader.NameTable.Add(@"MetadataSource");
            id49_ReferencedCollectionType = Reader.NameTable.Add(@"ReferencedCollectionType");
            id12_ExtensionFile = Reader.NameTable.Add(@"ExtensionFile");
            id17_IsMergeResult = Reader.NameTable.Add(@"IsMergeResult"); 
            id26_ImportXmlTypes = Reader.NameTable.Add(@"ImportXmlTypes");
            id24_ExcludedTypes = Reader.NameTable.Add(@"ExcludedTypes"); 
            id29_NamespaceMappings = Reader.NameTable.Add(@"NamespaceMappings"); 
            id34_Serializer = Reader.NameTable.Add(@"Serializer");
            id22_GenerateAsynchronousMethods = Reader.NameTable.Add(@"GenerateAsynchronousMethods"); 
            id20_Address = Reader.NameTable.Add(@"Address");
            id37_ReferenceAllAssemblies = Reader.NameTable.Add(@"ReferenceAllAssemblies");
            id35_UseSerializerForFaults = Reader.NameTable.Add(@"UseSerializerForFaults");
        } 
    }
 
    internal abstract class XmlSerializer1 : System.Xml.Serialization.XmlSerializer { 
        protected override System.Xml.Serialization.XmlSerializationReader CreateReader() {
            return new XmlSerializationReaderSvcMapFile(); 
        }
        protected override System.Xml.Serialization.XmlSerializationWriter CreateWriter() {
            return new XmlSerializationWriterSvcMapFile();
        } 
    }
 
    internal sealed class SvcMapFileSerializer : XmlSerializer1 { 

        public override System.Boolean CanDeserialize(System.Xml.XmlReader xmlReader) { 
            return xmlReader.IsStartElement(@"ReferenceGroup", @"urn:schemas-microsoft-com:xml-wcfservicemap");
        }

        protected override void Serialize(object objectToSerialize, System.Xml.Serialization.XmlSerializationWriter writer) { 
            ((XmlSerializationWriterSvcMapFile)writer).Write16_ReferenceGroup(objectToSerialize);
        } 
 
        protected override object Deserialize(System.Xml.Serialization.XmlSerializationReader reader) {
            return ((XmlSerializationReaderSvcMapFile)reader).Read16_ReferenceGroup(); 
        }
    }

    internal class XmlSerializerContract : global::System.Xml.Serialization.XmlSerializerImplementation { 
        public override global::System.Xml.Serialization.XmlSerializationReader Reader { get { return new XmlSerializationReaderSvcMapFile(); } }
        public override global::System.Xml.Serialization.XmlSerializationWriter Writer { get { return new XmlSerializationWriterSvcMapFile(); } } 
        System.Collections.Hashtable readMethods = null; 
        public override System.Collections.Hashtable ReadMethods {
            get { 
                if (readMethods == null) {
                    System.Collections.Hashtable _tmp = new System.Collections.Hashtable();
                    _tmp[@"System.Web.Compilation.WCFModel.SvcMapFile:urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceGroup:True:"] = @"Read16_ReferenceGroup";
                    if (readMethods == null) readMethods = _tmp; 
                }
                return readMethods; 
            } 
        }
        System.Collections.Hashtable writeMethods = null; 
        public override System.Collections.Hashtable WriteMethods {
            get {
                if (writeMethods == null) {
                    System.Collections.Hashtable _tmp = new System.Collections.Hashtable(); 
                    _tmp[@"System.Web.Compilation.WCFModel.SvcMapFile:urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceGroup:True:"] = @"Write16_ReferenceGroup";
                    if (writeMethods == null) writeMethods = _tmp; 
                } 
                return writeMethods;
            } 
        }
        System.Collections.Hashtable typedSerializers = null;
        public override System.Collections.Hashtable TypedSerializers {
            get { 
                if (typedSerializers == null) {
                    System.Collections.Hashtable _tmp = new System.Collections.Hashtable(); 
                    _tmp.Add(@"System.Web.Compilation.WCFModel.SvcMapFile:urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceGroup:True:", new SvcMapFileSerializer()); 
                    if (typedSerializers == null) typedSerializers = _tmp;
                } 
                return typedSerializers;
            }
        }
        public override System.Boolean CanSerialize(System.Type type) { 
            if (type == typeof(global::System.Web.Compilation.WCFModel.SvcMapFile)) return true;
            return false; 
        } 
        public override System.Xml.Serialization.XmlSerializer GetSerializer(System.Type type) {
            if (type == typeof(global::System.Web.Compilation.WCFModel.SvcMapFile)) return new SvcMapFileSerializer(); 
            return null;
        }
    }
} 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.


                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK