<?xml version="1.0"?>
<doc>
    <assembly>
        <name>JetBrains.SvcUtil</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.IWcfCodeGenerationExtension">
            <summary>
            Extension point that allows projects/project flavors to modify the generated CodeDom and/or affect how WSDL 
            metadata is imported.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.IWcfCodeGenerationExtension.ErrorDetected">
            <summary>
            this property is used to track if we detected any error during the codegen process, ToolConsole will set the exit code
            to the correct value based on the value of this property
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.IWcfCodeGenerationExtension.WsdlImporting(System.ServiceModel.Description.WsdlImporter)">
            <summary>
            Extension method that allows projects/flavors to add/remove state for the WsdlImporter we will use to import
            metadata.
            
            This method is called before we have created our WSDL import extension, but after the base
            implementation has removed the XmlSerializerMessageContractImporter/DataContractSerializerMessageContractImporter
            </summary>
            <param name="importer"></param>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.IWcfCodeGenerationExtension.WsdlImported(System.ServiceModel.Description.WsdlImporter,System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ServiceEndpoint},System.Collections.ObjectModel.Collection{System.ServiceModel.Channels.Binding},System.Collections.ObjectModel.Collection{System.ServiceModel.Description.ContractDescription})">
            <summary>
            Called after the WSDL has been imported.
            </summary>
            <param name="importer">
            The importer used to import the metadata
            </param>
            <param name="endpoints">
            Collection of endpoints which we imported. Adds the ability for extensions to filter
            endpoints.
            </param>
            <param name="bindings">
            Collection of standalone bindings which we imported. Adds the ability for extensions to filter
            standalone bindings.
            </param>
            <param name="contracts">
            Collection of standalone contracts which we imported. Adds the ability for extensions to filter
            standalone contracts.
            </param>
            <remarks>
            The Errors collection of the importer can be used to report errors/warnings about 
            endpoints being filtered.
            </remarks>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.IWcfCodeGenerationExtension.ClientGenerating(System.ServiceModel.Description.ServiceContractGenerator)">
            <summary>
            Extension method called before we make the first call to the ServiceContractGenerator.
            Can be used to verify/modify the parameters of the service contract generator and/or 
            examine the ReferencedTypes, TargetCompileUnit or Configuration properties of the 
            ServiceContractGenerator.
            </summary>
            <param name="generator">
            The generator that we will use to generate service contracts
            </param>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.IWcfCodeGenerationExtension.ClientGenerated(System.ServiceModel.Description.ServiceContractGenerator)">
            <summary>
            Extension method called after we have completed the/config generation. At this point, the ClientBase-derived proxy
            should be present in the generator's TargetCompileUnit and can be modified if required.
            </summary>
            <param name="generator">
            The generator that was used in order to generate the code/config
            </param>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.CommandProcessorOptions.NoTypeReuse">
            <summary>
            Wrapper around TypeReuseMode. 
            A flag makes more sense on the command line: 'true/false' map to 'None/All' and 
            if any reference specified in the command line maps to 'Specified'.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.HttpAuthenticationHelper.GetException``1(System.Exception)">
            <summary>
            Used to fish out authentication related exceptions from the specified exception.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.HttpAuthenticationHelper.GetUnauthorizedResponse(System.Net.WebException)">
            <summary>
            Get unauthorized response from exception (if any).
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.HttpAuthenticationHelper.GetForbiddenResponse(System.Net.WebException)">
            <summary>
            Get forbidden response from exception (if any).
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.HttpAuthenticationHelper.GetAuthenticationInformation(System.Net.HttpWebResponse,System.String[]@,System.String@)">
            <summary>
            Get authentication information from the web reponse.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.HttpAuthenticationHelper.GetAuthenticationInformation(System.String,System.String[]@,System.String@)">
            <summary>
            extract information from challenge string
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.HttpAuthenticationHelper.GetQuoteString(System.String,System.Int32@)">
            <summary>
            Extract a quote string value
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.HttpAuthenticationHelper.GetRealmFromChallenge(System.String)">
            <summary>
            helper function to extract realm from challenge string
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader">
            <summary>
            Loads metadata from a service URI (service URL or XML files).
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader.MetadataSourceUrl">
            <summary>
            The web server/service URL when the metadata is downloaded from a remote URI.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader.metadataSourceFiles">
            <summary>
            The collection of file paths when the metadata is loaded from wsdl/schema files in disk.
            </summary>
        </member>
        <member name="F:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader._metadataSections">
            <summary>
            The Metadata sections parsed from the metadata documents
            </summary>
        </member>
        <member name="F:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader._documentLoadExceptions">
            <summary>
            A collection of exceptions (if any) thrown during the loading of remote or local documents.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader.State">
            <summary>
            The object LoadState value.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader.#ctor(System.String,Microsoft.Tools.ServiceModel.Svcutil.Metadata.IHttpCredentialsProvider,Microsoft.Tools.ServiceModel.Svcutil.Metadata.IClientCertificateProvider,Microsoft.Tools.ServiceModel.Svcutil.Metadata.IServerCertificateValidationProvider)">
            <summary>
            </summary>
            <param name="uri">The service Uri to load service metadata from.</param>
            <param name="httpCredentialsProvider"></param>
            <param name="clientCertificatesProvider"></param>
            <param name="serverCertificateValidationProvider"></param>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Boolean,Microsoft.Tools.ServiceModel.Svcutil.Metadata.IHttpCredentialsProvider,Microsoft.Tools.ServiceModel.Svcutil.Metadata.IClientCertificateProvider,Microsoft.Tools.ServiceModel.Svcutil.Metadata.IServerCertificateValidationProvider)">
            <summary>
            </summary>
            <param name="metadataFiles">A collection containing the location of wsdl/schema documents to load service metadata from.</param>
            <param name="resolveExternalDocuments">if true, WSDL imports and XmlSchema Includes will be attempted to be resolved.</param>
            <param name="httpCredentialsProvider"></param>
            <param name="clientCertificatesProvider"></param>
            <param name="serverCertificateValidationProvider"></param>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader.#ctor(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            By default, external references are not resolved so no need for authentication providers as documents are local.
            </summary>
            <param name="metadataFiles"></param>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader.TryGetExistingSchemaFile(System.Uri,System.String,System.String,System.String,System.String,System.Uri@)">
            <summary>
            Attempts to resolve a metadata document in disk (wsdl/schema file).
            </summary>
            <param name="schemaUri">The resolved URI for the specified schema file.</param>
            <param name="schemaLocation">The original location of the schema file, this could be a relative path.</param>
            <param name="basePath">The wsdl docs path in disk.</param>
            <param name="specNamespace">The namespace for the file document (schema/wsdl)</param>
            <param name="extension">The extension of the document file in disk (.xsd/.wsdl)</param>
            <param name="schemaFile">The resolved URI for the document file.</param>
            <returns>True, if the file exists; false otherwise.</returns>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader.GetHashCode">
            <summary>
            An instance of this class must be associated with a specific hash code in order to ensure the object's state is valid.
            in the case the load operation is cancelled the object could still be updated from a background thread that have not yet been cancelled for instance.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.Metadata.ServiceDescriptorFactory">
            <summary>
            This class is intended for caching service descriptors that have already successfully resolved the service metadata.
            This is useful when authentication is required, like in UI-based scenarios. Once metadocs are downloaded they are cached in a service descriptor.
            Observe that it keeps a cache of all created descriptor instances regardless of state; it is intended for short-lived sessions.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.ServiceDescriptorFactory.Get(Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataDocumentLoader)">
            <summary>
            Creates a ServiceDescriptor instance or retrieve an existing one that has imported its metadata already.
            </summary>
            <param name="uri"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.Metadata.ServiceDescriptorFactory.Purge">
            <summary>
            Purges the cache.  Careful use of this method is required:
            This method removes any service descriptor that has not already downloaded its metadata successfully,
            so those currently downloading metadata (if any) will be removed from the cache.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.EnableMetadataHelpMessage">
            <summary>If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address.  For help enabling metadata publishing, please refer to the MSDN documentation at http://go ...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrCannotCreateAMetadataExchangeClientFormat">
            <summary>Cannot obtain Metadata from {0}.  The URI scheme '{1}' is not supported by default.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrDirectoryInsteadOfFileFormat">
            <summary>The input path '{0}' appears to be a directory. Inputs must be either URLs or file paths.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrDirectoryNotFoundFormat">
            <summary>The directory '{0}' could not be found. Verify that the directory exists and that you have the appropriate permissions to read it.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrFileAlreadyExistsFormat">
            <summary>The file '{0}' already exists.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrNoFilesFoundFormat">
            <summary>The input path '{0}' doesn't appear to refer to any existing files</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrInvalidUriFormat">
            <summary>The specified URI '{0}' does not appear to be valid.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrNotXmlMetadataFileFormat">
            <summary>The specified path '{0}' does not appear to refer to an XML metadata file.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrServiceMetadataNotImported">
            <summary>The service metadata has not been imported yet.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrUnableToConnectToUriFormat">
            <summary>Cannot obtain Metadata from the URI: {0} 
             Check the URI and try again.{1}</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrUnableToCreateUniqueFileNameFormat">
            <summary>Too many files are being created with the prefix '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrUnableToResolveSchemaReferenceFormat">
            <summary>Unable to resolve schema reference '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.ErrUrlNotAllowedOnMultipleInputsFormat">
            <summary>"URL not allowed: '{0}'.  Only metadata document files are allowed when multiple inputs specified!"</summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.MSBuildProj.BuildAsync(System.Boolean,Microsoft.Tools.ServiceModel.Svcutil.ILogger,System.Threading.CancellationToken)">
            <summary>
            Builds the project and optionally restores it before building. If restore is false the project is not saved automatically.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.OperationalContext">
            <summary>
            Note: the order of the values matters as it is used as a context level.
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.ApplicationOptions">
            <summary>
            This is the options container OM base class and it defines the basic json schema (see options serializer class).
            Provides base serialization and option handling functionality.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.ApplicationOptions.RegisterOptions(Microsoft.Tools.ServiceModel.Svcutil.OptionBase[])">
            <summary>
            Options registration method.  
            This is the way a derived options class declare what options it cares about.
            This mechanism works well with the property bag and the serialization and cloning of options so that the container works only with the registered options 
            </summary>
            <param name="options"></param>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.ApplicationOptions.CopyTo``1(``0)">
            <summary>
            Copy option values between different options container types.
            Observe that only the options that have been set in the source container are considered (see GetOptions), and only the registered options in the destination container are copied (see GetOption).
            </summary>
            <typeparam name="TOptionsBase"></typeparam>
            <param name="other"></param>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.ApplicationOptions.GetOption``1(System.String,System.Boolean)">
            <summary>
            Returns the option requested by the option's ID, which can be the option's name or any of the option's aliases.
            The option type is casted to the specified generic type.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.ApplicationOptions.GetOptions(System.Boolean)">
            <summary>
            Return the options that have been set.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.ApplicationOptions.GetValue``1(System.String,System.Boolean)">
            <summary>
            Get the value of the specified option casted to the specified generic type.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.ApplicationOptions.ResetOptions">
            <summary>
            This is used when deserializing into an options object.  
            Option values set in the constructor must be reset so they can be initialized from the deserialized object,
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.ListValue`1">
            <summary>
            Represents an option that can be specified multiple times in the command line.
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.ListValueOption`1">
            <summary>
            Represents an option that can be specified multiple times in the command line.
            Setting a value in the command line for an option that can be set multiple times is like adding an element to the collection.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.ListValueOption`1.SetValue(System.Object)">
            <summary>
            Core method for setting the option and/or adding values to the collection.
            Setting the value has the same semantics as when the option is specified in the command line, when specified multiple times 
            it is equivalent to having a collection of values not a collection of options and the operation is Add instead of SetValue.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.OptionBase.#ctor(System.String,System.Object,System.String[])">
            <summary>
            .ctr
            </summary>
            <param name="name">the option main name.</param>
            <param name="originalValue">Mainly used for initializaing options which value is a collection.</param>
            <param name="aliases">Used for identifying the option with different names, this allows for supporting different property names in the JSON schema.</param>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.OptionsSerializer`1">
            <summary>
            This class drives serializing/deserializing the application options into/from a JSON (file or text).
            This is to support updating the web service reference added to a project. A JSON file with the options used to generate the web service reference
            is added along with the generated source file, and is used later to update the reference by passing it as the param to the tool.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.OptionsSerializer`1.SerializeToString(`0,System.Boolean)">
            <summary>
            This is a convenient method to serialize the options into a command-line-formatted string.
            </summary>
            <param name="options"></param>
            <param name="prettyFormat"></param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.IOptionsSerializationHandler">
            <summary>
            This interface allows the options serializer to notify the options container about serialization events.
            This is useful for options container that need to synchronize property values after serialization for instance.
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.OptionValueParser">
            <summary>
            This class knows how to parse objects into the types supported by the Options OM, 
            and how to represent these types as strings that can be serialized into JSON.
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.SingleValueOption`1">
            <summary>
            Represents an option that can be specified only once in the command line.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.UpdateOptions.MakePathsRelativeTo(System.IO.DirectoryInfo)">
            <summary>
            The web service reference update options are serialized into a permanent file which can be committed into a source repository,
            Make paths relatives to the specified directory representing where the options file will be located.
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.WCFCSUpdateOptions">
            <summary>
            Represents the options as formatted by the WCF Connected Service.
            This class maps the WCF CS options into update options.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.ProjectDependency.Name">
            <summary>
            The dependency name.  This can be a package or assembly name.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.ProjectDependency.Version">
            <summary>
            Package Version.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.ProjectDependency.FullPath">
            <summary>
            Assembly full path.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.ProjectDependency.AssemblyName">
            <summary>
            Assembly name.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.ProjectDependency.DependencyType">
            <summary>
            Dependency type: package, project or binary.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.ProjectDependency.IsFramework">
            <summary>
            If true, this represents a framework dependency.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.ProjectDependency.ReferenceIdentity">
            <summary>
            The package identity, used for describing the dependency passed to Svcutil.
            </summary>
        </member>
        <member name="M:Microsoft.Tools.ServiceModel.Svcutil.TargetFrameworkHelper.GetBestFitTargetFramework(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            From the specified framework collection, find the the framework that would work best for Svcutil (if any).
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.AsyncHelper">
            <summary>
            This class allows for running and cancelling a sync operation that is not cancellable.
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.LogTag">
            <summary>
            This class enables communication between the Svcutil and the process that invokes it
            so that process messages can be distiguished between error, warning or just info messages.
            </summary>
        </member>
        <member name="T:Microsoft.Tools.ServiceModel.Svcutil.Verbosity">
            <summary>
            Represens a verbosity level.
            </summary>
        </member>
        <member name="F:Microsoft.Tools.ServiceModel.Svcutil.Verbosity.Silent">
            <summary>
            Only errors displayed.
            </summary>
        </member>
        <member name="F:Microsoft.Tools.ServiceModel.Svcutil.Verbosity.Minimal">
            <summary>
            Include all the above plus warning and important messages.
            </summary>
        </member>
        <member name="F:Microsoft.Tools.ServiceModel.Svcutil.Verbosity.Normal">
            <summary>
            Include all the above plus informational messages.
            </summary>
        </member>
        <member name="F:Microsoft.Tools.ServiceModel.Svcutil.Verbosity.Verbose">
            <summary>
            Include all the above plus extra messages.
            </summary>
        </member>
        <member name="F:Microsoft.Tools.ServiceModel.Svcutil.Verbosity.Debug">
            <summary>
            Include all the above plus debugging messages.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.ToolConsole.IsMarkupEnabled">
            <summary>
            Enable this option would append the addition markup in the front of each output console message. It's for 
            the purpose to retrive more information while these messages had been redirected to rich UI. This option 
            would also enable passing telemetry data through console pipeline so it's hidden from command line help to
            prevent unexpected usage.
            </summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorDepenencySpecFormat">
            <summary>Project dependency specification not formatted correctly: '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorFullPathNotAProjectFilePathFormat">
            <summary>The specified path does not refer to a project file: '{0}.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorInvalidProjectFormat">
            <summary>The project format is incorrect.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorNotSupportedTargetFrameworkFormat">
            <summary>The target framework '{0}' is not a supported .NET Core, .NET Standard, or a .NET Framework version. The minimum supported framework versions are as follows: netcoreapp{1}, netstandard{2} and net{3}.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorProjectFileAlreadyExistsFormat">
            <summary>The specified project file '{0}' already exists.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorProjectReferenceMissingFilePathFormat">
            <summary>The project reference specification '{0}' does not have a file path.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ResolvingProjectReferences">
            <summary>Resolving project references ...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.WarningCannotResolveProjectReferences">
            <summary>The project configuration doesn't seem to be in a valid state. Please ensure the project can be built so project references can be resolved.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.WarningMultiFxOrNoSupportedDnxVersion">
            <summary>The project specifies multiple target frameworks or does not target a supported .NET Core or .NET Standard version.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.WarningUnrecognizedOptionFormat">
            <summary>The specified option '{0}' is not recognized.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorOnInvalidEnumSupportedValuesFormat">
            <summary>The valid values are: {0}.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorOptionAlreadyRegisteredFormat">
            <summary>The specified option '{0}' was already registered.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorInvalidOptionValueFormat">
            <summary>The value '{0}' specified for the option '{1}' is not valid.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorTypeNotSupportedbyOptionFormat">
            <summary>The type '{0}' is not supported by the '{1}' option.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorOptionDuplicateValueFormat">
            <summary>The option '{0}' already contains the value '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorOptionAlreadyDeserializedFormat">
            <summary>The option '{0}' has already been deserialized.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorDeserializingOptionsFromJsonFormat">
            <summary>One or more errors where found while deserializing options:{0}</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorInvalidKeyOrValueNotFoundFormat">
            <summary>The specifed key '{0}' is not valid for the option '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorItemNotFoundInCollectionFormat">
            <summary>The option '{0}' doesn't have an item with the key '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.ErrorInvalidDependencyValue">
            <summary>The specified parameter value '{0}' is not valid. Parameter name: '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.LogoFormat">
            <summary>Microsoft (R) WCF Service Model Proxy Generation Tool for .Net Core platform
            [{0}, Version {1}]
            {2}</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpUsage1">
            <summary>USE:</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpUsage2">
            <summary>- Generate web service proxy code from running services or static metadata documents.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples">
            <summary>-= EXAMPLES =-</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples2">
            <summary>dotnet-svcutil http://example.com/service.svc?wsdl</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples3">
            <summary>- Generate client code from a running service or online metadata documents.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples6">
            <summary>dotnet-svcutil *.wsdl *.xsd --language:C#</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples7">
            <summary>- Generate client code in Visual Basic from local metadata documents.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples8">
            <summary>dotnet-svcutil http://example.com/service.svc?wsdl -edb -n "*,MyApplication.ServiceReference1" -ct MyLibrary.MyCollection`1 -r "{{MyLibrary,1.0.0}}"</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples9">
            <summary>- Generate client code from a running service using settings that emulate the default "WCF Connected Service" behavior in Visual Studio</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpCommonOptionsCategory">
            <summary>-= COMMON OPTIONS =-</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpUsageCategory">
            <summary>-= USAGE =-</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpCodeGenerationSyntaxInput1">
            <summary>The path to a metadata document (wsdl or xsd). Standard command-line wildcards can be used in the file path.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpCodeGenerationSyntaxInput2">
            <summary>The URL to a service endpoint that provides metadata or to a metadata document hosted online.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpCodeGenerationSyntaxInput3">
            <summary>The path to an XML file that contains a WS-Addressing EndpointReference for a service endpoint that supports WS-Metadata Exchange.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpOptions">
            <summary>Options:</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpInputUrl">
            <summary>&lt;url&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpInputEpr">
            <summary>&lt;epr&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpInputMetadataDocumentPath">
            <summary>&lt;metadata document path&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersOut">
            <summary>&lt;file&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersNamespace">
            <summary>&lt;string,string&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersDirectory">
            <summary>&lt;directory&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersLanguage">
            <summary>&lt;language&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersReference">
            <summary>&lt;package&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersExcludeType">
            <summary>&lt;type&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersCollectionType">
            <summary>&lt;type&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpNologoFormat">
            <summary>Suppress the copyright and banner message. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpVerbosityFormat">
            <summary>Determines the amount of information displayed by the tool. Valid values are '{0}'. (Short Form: -{1})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpDirectoryFormat">
            <summary>Directory to create files in. Default: A directory called ServiceReference inside the current directory. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpOutFormat">
            <summary>The filename for the generated code. Default: derived from the WSDL definition name, WSDL service name or targetNamespace of one of the schemas. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpInternalFormat">
            <summary>Generate classes that are marked as internal. Default: generate public classes. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpReferenceCodeGenerationFormat">
            <summary>Package or project references to reuse types from. When generating clients, use this option to specify references in the user's project that might contain types representing the metadata being imported. The reference can be specified as a nuget package nam ...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpNostdlibFormat">
            <summary>Do not reference standard libraries. By default System.Runtime (mscorlib) and System.ServiceModel (WCF) libraries are referenced. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpNoTypeReuseFormat">
            <summary>Disable reusing types from project refereces. References provided with the --{1} option will only be considered for resolving collection types specified with the --{2} option. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExcludeTypeCodeGenerationFormat">
            <summary>A fully-qualified or assembly-qualified type name to exclude from referenced contract types. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpCollectionTypeFormat">
            <summary>A fully-qualified or assembly-qualified name of the type to use as a collection data type when code is generated from schemas. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpAutoSerializerFormat">
            <summary>Automatically select the serializer. This tries to use the Data Contract serializer and uses the XmlSerializer if that fails. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpXmlSerializer">
            <summary>Generate data types that use the XmlSerializer for serialization and deserialization</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpDataContractSerializer">
            <summary>Generate data types that use the Data Contract Serializer for serialization and deserialization</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpMessageContractFormat">
            <summary>Generate Message Contract types. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpEnableDataBindingFormat">
            <summary>Implement the System.ComponentModel.INotifyPropertyChanged interface on all Data Contract types to enable data binding. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpLanguageFormat">
            <summary>The programming language to use for generating code. Provide either a language name registered in the machine.config file or provide the fully-qualified name of a class that inherits from System.CodeDom.Compiler.CodeDomProvider. Examples of language names  ...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpNamespaceFormat">
            <summary>A mapping from a WSDL or XML Schema targetNamespace to a CLR namespace. Using the '*' for the targetNamespace maps all targetNamespaces without an explicit mapping to that CLR namespace. Default: derived from the target namespace of the schema document for ...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpHelpFormat">
            <summary>Display command syntax and options for the tool. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpWrappedFormat">
            <summary>Generated code will not unwrap "parameters" member of document-wrapped-literal messages. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpSyncFormat">
            <summary>Generate synchronous methods for operations in addition to async. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.MoreHelpFormat">
            <summary>If you would like more help, type "dotnet-svcutil -{0}"</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrorPrefix">
            <summary>Error:</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WarningPrefix">
            <summary>Warning:</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnknownSwitchFormat">
            <summary>Unrecognized option '{0}' specified.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrArgumentWithoutValue">
            <summary>The --{0} option requires a value to be passed, but none was found.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrSingleUseSwitchFormat">
            <summary>The --{0} option cannot be specified multiple times.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnexpectedError">
            <summary>An error occurred in the tool.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCouldNotCreateCodeProviderFormat">
            <summary>A code provider could not be created for the value: '{0}' passed to the --{1} option. Verify that the code provider is properly installed and configured.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrNotLanguageOrCodeDomTypeFormat">
            <summary>The value '{0}' passed to the --{1} option does not represent a defined language and it could not be loaded as a fully qualified CLR type.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrNotCodeDomTypeFormat">
            <summary>The type '{0}' passed to the --{1} option is not a subclass of '{2}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCouldNotCreateInstanceFormat">
            <summary>Cannot create instance of the type '{0}' passed to the --{1} option.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrDuplicateReferenceValuesFormat">
            <summary>The assembly '{1}' was loaded twice through the --{0} option. You may reference each assembly only once.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrDuplicateValuePassedToTypeArgFormat">
            <summary>The value '{1}' was passed to the --{0} option multiple times. Each type may be specified only once.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCannotDisambiguateSpecifiedTypesFormat">
            <summary>More than one type with the same name exists in the set of referenced assemblies. Use assembly-qualified names to disambiguate between the --{0} types '{1}' and '{2}'</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCannotLoadSpecifiedTypeFormat">
            <summary>No type could be loaded for the value '{1}' passed to the --{0} option. Ensure that the assembly this type belongs to is specified via the --{2} option.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCouldNotLoadTypesFromAssemblyAtFormat">
            <summary>Cannot load any types in assembly '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnCouldNotLoadTypesFromReferenceAssemblyAtFormat">
            <summary>Cannot load some types in assembly '{0}', types will not be available to the tool.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrNoValidInputSpecified">
            <summary>No valid input specified. Specify either a service url or a wsdl file.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrInputSchemaParseErrorFormat">
            <summary>XML Schema Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrInputWsdlParseErrorFormat">
            <summary>WSDL Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrInputPolicyParseErrorFormat">
            <summary>WS-Policy Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrInputEPRFileParseErrorFormat">
            <summary>Cannot read Endpoint Reference from: '{0}'. Verify that the XML is both well-formed and valid.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnWSMExFailedFormat">
            <summary>WS-Metadata Exchange Error
                URI: {0}</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnableToRetrieveMetadataFromUriFormat">
            <summary>Cannot obtain Metadata from {0} 
            
            {1}</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.EnableMetadataHelpMessage">
            <summary>If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address.  For help enabling metadata publishing, please refer to the MSDN documentation at http://go ...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnableToImportMetadata">
            <summary>A critical error occurred while attempting to import metadata.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnableToLoadInputs">
            <summary>There was an error reading the loaded metadata.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnableToLoadExtensionsFormat">
            <summary>There was an error loading import extensions. Make sure to provide the assemblies containing these extensions as reference assemblies using the --{0} option.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnableToLoadMetadataDocumentFormat">
            <summary>There was an error reading the metadata from one of the loaded documents.
            Document Identifier: '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCodegenError">
            <summary>There was an error trying to generate code in the specified language.
            This could be because the language does not support all the code elements being generated. Consider using another language.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnableToUniquifyFilenameFormat">
            <summary>Cannot create output filename. Too many files are being created with the prefix '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrPathTooLongDirOnlyFormat">
            <summary>The resultant path '{0}' is too long. Review the --{1} option value.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrPathTooLongFormat">
            <summary>The resultant path '{0}' is too long. Review the --{1} and --{2} option values.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCannotCreateDirectoryFormat">
            <summary>Cannot create directory: '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCannotCreateFileFormat">
            <summary>Cannot create output file: '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrCannotWriteFile">
            <summary>Cannot write to output file.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.RetreivingMetadataMsgFormat">
            <summary>Attempting to download metadata from '{0}' using WS-Metadata Exchange and HttpGet.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.GeneratingFiles">
            <summary>Generating files...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.NoCodeWasGenerated">
            <summary>No code was generated.
            If you were trying to generate a client, this could be because the metadata documents did not contain any valid contracts or services, or because all contracts/services were discovered to exist in --reference assemblies. Verify that  ...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.RequestReplyCallbackContractNotSupported">
            <summary>Request/Reply callback contracts are not supported for .Net Core apps.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ClientCredentialsComment">
            <summary>The client credentials</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ConfigureEndpointCommentSummary">
            <summary>Implement this partial method to configure the service endpoint.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrBindingElementNotSupportedFormat">
            <summary>Binding element of type '{0}' is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrBindingTypeNotSupportedFormat">
            <summary>Binding type '{0}' is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrEncodingNotSupportedFormat">
            <summary>Encoding '{0}' is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrIncompatibleContractSoapEncodingFormat">
            <summary>The contract '{0}' contains one or more operations with SOAP Encoding (use='encoded'). This is not supported by the current target framework. Only the non-encoded operations will be generated, if any.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrMessageVersionNotSupportedFormat">
            <summary>MessageVersion '{0}' is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrNoCompatibleEndpoints">
            <summary>No endpoints compatible with .Net Core apps were found.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ServiceEndpointComment">
            <summary>The endpoint to configure</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnIncompatibleEndpointFormat">
            <summary>Endpoint '{0}' at address '{1}' contains one or more bindings not compatible with .Net Core apps, skipping...</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.CodeExpressionCouldNotFindEndpoint">
            <summary>Could not find endpoint with name '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnExtraParamsOnInputFileParamIgnoredFormat">
            <summary>An input parameters file was specified in the command line, the following parameter(s) will be ignored: {0}.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.Microsoft_Copyright_CommandLine_Logo">
            <summary>Copyright (c) Microsoft Corporation.  All rights reserved.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.NotClientBaseType">
            <summary>Type does not inherit from ClientBase&lt;T&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingBinaryMessageEncodingVersionNotSupportedFormat">
            <summary>Unsupported binary message encoding version: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingClientCertRequirementNotSupported">
            <summary>Client certificate security requirement is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingElementTypeNotSupportedFormat">
            <summary>Unsupported binding element type: '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingMessageEncodingElementNotSupportedFormat">
            <summary>Unsupported message encoding element type: '{0}'. It must be one of the following types: '{1}', '{2}.'</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingMessageEncodingNotSupportedFormat">
            <summary>Unsupported message encoding value: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingReliableSessionNotSupported">
            <summary>Reliable session is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTextMessageEncodingVersionNotSupportedFormat">
            <summary>Unsupported text message encoding version: '{0}'. It must be '{1}' or '{2}' or '{3}' or '{4}' or '{5}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransactionFlowNotSupported">
            <summary>Transaction flow is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportMessageSecurityVersionNotSupportedFormat">
            <summary>Transport message security version value is not supported: '{0}'. It must be one of the following values: {1}.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityDefaultAlgorithmSuiteNotSupportedFormat">
            <summary>Transport default security algorithm suite is not supported: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityElementTypeNotSupportedFormat">
            <summary>Transport security element type not supported: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityHeaderLayoutValueNotSupportedFormat">
            <summary>Transport security header layout value is not supported: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityMustIncludeTimestamp">
            <summary>Transport security must include timestamp.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityTokenMustBeOneOfEitherEndorsingOrSignedEncrypted">
            <summary>Transport security token must have one and only one type of parameters and it must be either 'Endorsing' or 'SignedEncrypted'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityTokenParamsRequiringDerivedKeysNotSupported">
            <summary>Security token parameters requiring derived keys is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityTokenEndorsingParamsTypeFormat">
            <summary>Unsupported transport security token endorsing parameters type: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityTokenParamsInclusionModeValueNotSupportedFormat">
            <summary>Transport security token parameters inclusion mode value is not supported: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityTokenParamsReferenceStyleNotSupportedFormat">
            <summary>Transport security token parameters reference style is not supported: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityTokenParamsTypeNotSupportedFormat">
            <summary>Security token parameters type is not supported: '{0}'. It must be '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportSecurityTokenSignedOrSignedEndorsingNotSupported">
            <summary>Transport security token with signed or signed and endorsing paramaters is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportTypeNotSupportedFormat">
            <summary>Unsupported transport type: '{0}'. It must be one of the following types: '{1}', '{2}', '{3}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTypeNotSupportedFormat">
            <summary>Unsupported binding type: '{0}'. It must be one of the following types: '{1}', '{2}', '{3}', '{4}' or '{5}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrUnableToLoadReferenceFormat">
            <summary>Reference cannot be loaded: '{0}', {1}</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingTransportDetectReplaysNotSupported">
            <summary>Transport Security with DetectReplays enabled is not supported.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpTargetFrameworkFormat">
            <summary>The target framework used for building reference projects. (Short Form: -{0}).</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ReadingMetadataMessageFormat">
            <summary>Attempting to load metadata from '{0}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.UsernamePrompt">
            <summary>Enter username (ESC to cancel):</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.PasswordPrompt">
            <summary>Enter password (ESC to cancel):</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnUserBasicCredentialsInClearText">
            <summary>The server needs to authenticate your request.
            Your credentials will be sent to the server in clear text.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.EnterYesOrNoMessage">
            <summary>Invalid answer.  Please enter 'yes' or 'no':</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.EnterOrEscapeMessage">
            <summary>Press the ENTER to accept or ESC to cancel:</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrServerCertFailedValidationFormat">
            <summary>There were errors when validating the server certificate: {0}
            {1}</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.CertificateIndexPrompt">
            <summary>Please enter the index of the certificate to use or ESC to cancel:</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.CertificateSelectionMessageFormat">
            <summary>The site {0} is asking for a client certificate, a list of possible valid certificates will be presented.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersVerbosity">
            <summary>&lt;verbosity level&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersTargetFramework">
            <summary>&lt;framework&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrMoreThanOneProjectFoundFormat">
            <summary>The directory '{0}' contains more than one project file.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnUnexpectedArgumentFormat">
            <summary>The specified --{0} option is not expected in the current operational context of the tool!</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WsdlOrSchemaFilesMsg">
            <summary>WSDL files</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnCouldNotGenerateContractOperationsFormat">
            <summary>Could not generate contract operations using the '{0}' type, attempting with the '{1}' type.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.TelemetryEnabled">
            <summary>This tool collects information about how it is used in order to improve the tool. This functionality can be disabled by setting the environment variable "DOTNET_SVCUTIL_TELEMETRY_OPTOUT" to 1.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnSpecifiedFilePathNotUndeProjectDirFormat">
            <summary>The value specified with the --{0} option resolves to the file path '{1}' which is not under the directory of the project '{2}'.  The file may not get compiled!</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrInvalidPathFormat">
            <summary>Invalid path '{0}'. Check the --{1} option value.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrMoreThanOneUpdateParamsFilesFoundFormat">
            <summary>More than one web service reference was found under the project '{0}'.  Please use the --{1} option to specify the service reference to update. The possible values are: {2}.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrNoUpdateParamsFileFoundFormat">
            <summary>The project '{0}' does not have a web service reference that can be updated.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrServiceReferenceNotFoundUnderProjectFormat">
            <summary>The specified web service reference '{0}' was not found under the project '{1}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrProjectToUpdateNotFoundFormat">
            <summary>The --{0} option requires a project to be specified, please use the --{1} option to specify the project to use.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrInvalidOperationNoProjectFileFoundUnderFolderFormat">
            <summary>The current operation is invalid outside the context of a project and no project file was found under the '{0}' directory.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.UseProjectFileOptionOnMultipleFilesMsgFormat">
            <summary>Please use the --{0} option to specify the project to use, possible values: {1}.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrOutputFileNotUnderOutputDirFormat">
            <summary>The value of the --{0} option resolves to the path '{1}' which is not under the directory '{2}' resolved from the value specified with the --{3} option. The file must be a relative file name or a full path under this directory.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrOutputFileAlreadyExistsFormat">
            <summary>The source file '{0}' resolved from the value specified with the option --{1} already exists!</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.WrnUnexpectedInputsFormat">
            <summary>The specified input(s) {0} are not expected in the current operational context of the tool!</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ErrInvalidNamespaceFormat">
            <summary>The specified namespace mappings {0} contain invalid identifiers.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpUpdateWebServiceReferenceFormat">
            <summary>Updates an existing web service reference. If the project contains more than one web service reference, the name of the web service reference to be updated is required. (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersWebServiceReferenceName">
            <summary>&lt;web service reference&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersRuntimeIdentifier">
            <summary>&lt;runtime identifier&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpProjectFileFormat">
            <summary>The project file to add the client to (if any). (Short Form: -{0}).</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpRuntimeIdentifierFormat">
            <summary>The runtime identifier used for building reference projects (if any). (Short Form: -{0})</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.ParametersProjectFile">
            <summary>&lt;project file&gt;</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples10">
            <summary>dotnet-svcutil -u ServiceReference</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpExamples11">
            <summary>- Update existing web service reference named ServiceReference. The command need to be executed under directory which contains the project file.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.BindingMtomMessageEncodingVersionNotSupportedFormat">
            <summary>Unsupported MTOM message encoding version: '{0}'. It must be '{1}' or '{2}' or '{3}' or '{4}'.</summary>
        </member>
        <member name="P:Microsoft.Tools.ServiceModel.Svcutil.SR.HelpAcceptCertificateFormat">
            <summary>Accept remote certificate as trusted when downloading service metadata. (Short Form: -{0})</summary>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.CodeCompiler">
            <devdoc>
            <para>Provides a
            base
            class for code compilers.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDom(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFile(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSource(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSourceBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFileBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDomBatch(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit[])">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeCompiler.FileExtension">
            <devdoc>
            <para>
            Gets
            or sets the file extension to use for source files.
            </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeCompiler.CompilerName">
            <devdoc>
            <para>Gets or
            sets the name of the compiler executable.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.FromDom(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
            <para>
            Compiles the specified compile unit and options, and returns the results
            from the compilation.
            </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.FromFile(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <devdoc>
            <para>
            Compiles the specified file using the specified options, and returns the
            results from the compilation.
            </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.FromSource(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <devdoc>
            <para>
            Compiles the specified source code using the specified options, and
            returns the results from the compilation.
            </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.FromDomBatch(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit[])">
            <devdoc>
            <para>
            Compiles the specified compile units and
            options, and returns the results from the compilation.
            </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.ResolveReferencedAssemblies(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para>
                  Because CodeCompileUnit and CompilerParameters both have a referenced assemblies 
                  property, they must be reconciled. However, because you can compile multiple
                  compile units with one set of options, it will simply merge them.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.FromFileBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <devdoc>
            <para>
            Compiles the specified files using the specified options, and returns the
            results from the compilation.
            </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.ProcessCompilerOutputLine(Microsoft.CodeDom.Compiler.CompilerResults,System.String)">
            <devdoc>
            <para>Processes the specified line from the specified <see cref='T:Microsoft.CodeDom.Compiler.CompilerResults'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.CmdArgsFromParameters(Microsoft.CodeDom.Compiler.CompilerParameters)">
            <devdoc>
            <para>
            Gets the command arguments from the specified <see cref='T:Microsoft.CodeDom.Compiler.CompilerParameters'/>.
            </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.GetResponseFileCmdArgs(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <devdoc>
            <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.FromSourceBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <devdoc>
            <para>
            Compiles the specified source code strings using the specified options, and
            returns the results from the compilation.
            </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeCompiler.JoinStringArray(System.String[],System.String)">
            <devdoc>
            <para>Joins the specified string arrays.</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeDomProvider.FileExtension">
            <devdoc>
               <para>Retrieves the default extension to use when saving files using this code dom provider.</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeDomProvider.LanguageOptions">
            <devdoc>
               <para>Returns flags representing language variations.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.GetConverter(System.Type)">
            <devdoc>
                This method allows a code dom provider implementation to provide a different type converter
                for a given data type.  At design time, a designer may pass data types through this
                method to see if the code dom provider wants to provide an additional converter.  
                As typical way this would be used is if the language this code dom provider implements
                does not support all of the values of MemberAttributes enumeration, or if the language
                uses different names (Protected instead of Family, for example).  The default 
                implementation just calls TypeDescriptor.GetConverter for the given type.
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromDom(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit[])">
            <devdoc>
               <para>
                  Creates an assembly based on options, with the information from the compile units
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <devdoc>
               <para>
                  Creates an assembly based on options, with the contents of the files
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <devdoc>
               <para>
                  Creates an assembly based on options, with the information from sources
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.IsValidIdentifier(System.String)">
            <devdoc>
               <para>
                  Gets a value indicating whether
                  the specified value is a valid identifier for this language.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromExpression(Microsoft.CodeDom.CodeExpression,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Generates code from the specified expression and
                  outputs it to the specified textwriter.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromStatement(Microsoft.CodeDom.CodeStatement,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Outputs the language specific representaion of the CodeDom tree
                  refered to by statement, into writer.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromNamespace(Microsoft.CodeDom.CodeNamespace,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Outputs the language specific representaion of the CodeDom tree
                  refered to by codeNamespace, into writer.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromCompileUnit(Microsoft.CodeDom.CodeCompileUnit,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Outputs the language specific representaion of the CodeDom tree
                  refered to by compileUnit, into writer.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromType(Microsoft.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Outputs the language specific representaion of the CodeDom tree
                  refered to by codeType, into writer.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeDomProvider.Parse(System.IO.TextReader)">
            <devdoc>
               <para>
                  Compiles the given text stream into a CodeCompile unit.  
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.CodeGenerator">
            <devdoc>
               <para>Provides a base class for code generators.</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.CurrentClass">
            <devdoc>
               <para>
                  Gets the current class.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.CurrentTypeName">
            <devdoc>
               <para>
                  Gets or sets the current class name.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.CurrentMember">
            <devdoc>
               <para>
                  Gets or sets the current member of the class.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.CurrentMemberName">
            <devdoc>
               <para>
                  Gets or sets the current member name.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.IsCurrentInterface">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being
                  generated is an interface.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.IsCurrentClass">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being generated
                  is a class.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.IsCurrentStruct">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being generated
                  is a struct.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.IsCurrentEnum">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being generated
                  is an enumeration.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.IsCurrentDelegate">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being generated
                  is a delegate.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.Indent">
            <devdoc>
               <para>
                  Gets or sets the amount of spaces to indent.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.NullToken">
            <devdoc>
               <para>
                  Gets the token that represents <see langword='null'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.Output">
            <devdoc>
               <para>
                  Gets or sets the System.IO.TextWriter
                  to use for output.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGenerator.Options">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateNamespaces(Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para> Generates code for the namepsaces in the specifield CodeDom compile unit.
                </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateTypes(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para> Generates code for the specified CodeDom namespace representation and the classes it
                  contains.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#Supports(Microsoft.CodeDom.Compiler.GeneratorSupport)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromType(Microsoft.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromExpression(Microsoft.CodeDom.CodeExpression,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromCompileUnit(Microsoft.CodeDom.CodeCompileUnit,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromNamespace(Microsoft.CodeDom.CodeNamespace,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromStatement(Microsoft.CodeDom.CodeStatement,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#IsValidIdentifier(System.String)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#ValidateIdentifier(System.String)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#CreateEscapedIdentifier(System.String)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#CreateValidIdentifier(System.String)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GetTypeOutput(Microsoft.CodeDom.CodeTypeReference)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateExpression(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>Generates code for the specified CodeDom code expression representation.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateSnippetCompileUnit(Microsoft.CodeDom.CodeSnippetCompileUnit)">
            <devdoc>
               <para> Generates code for the specified snippet code block
                  </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateCompileUnit(Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para> Generates code for the specified CodeDom
                  compile unit representation.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateNamespace(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para> Generates code for the specified CodeDom
                  namespace representation.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImports(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based namespace import
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateStatement(Microsoft.CodeDom.CodeStatement)">
            <devdoc>
               <para>
                  Generates code for
                  the specified CodeDom based statement representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateStatements(Microsoft.CodeDom.CodeStatementCollection)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based statement representations.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputAttributeDeclarations(Microsoft.CodeDom.CodeAttributeDeclarationCollection)">
            <devdoc>
               <para>
                  Generates code for the specified Microsoft.CodeDom.CodeAttributeBlock.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputAttributeArgument(Microsoft.CodeDom.CodeAttributeArgument)">
            <devdoc>
               <para>
                  Outputs an argument in a attribute block.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputDirection(Microsoft.CodeDom.FieldDirection)">
            <devdoc>
               <para>
                  Generates code for the specified Microsoft.CodeDom.FieldDirection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputFieldScopeModifier(Microsoft.CodeDom.MemberAttributes)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputMemberAccessModifier(Microsoft.CodeDom.MemberAttributes)">
            <devdoc>
               <para>
                  Generates code for the specified member access modifier.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputMemberScopeModifier(Microsoft.CodeDom.MemberAttributes)">
            <devdoc>
               <para>
                  Generates code for the specified member scope modifier.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputType(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para>
                  Generates code for the specified type.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)">
            <devdoc>
               <para>
                  Generates code for the specified type attributes.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputTypeNamePair(Microsoft.CodeDom.CodeTypeReference,System.String)">
            <devdoc>
               <para>
                  Generates code for the specified object type and name pair.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputIdentifier(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputExpressionList(Microsoft.CodeDom.CodeExpressionCollection)">
            <devdoc>
               <para>
                  Generates code for the specified expression list.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputExpressionList(Microsoft.CodeDom.CodeExpressionCollection,System.Boolean)">
            <devdoc>
               <para>
                  Generates code for the specified expression list.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputOperator(Microsoft.CodeDom.CodeBinaryOperatorType)">
            <devdoc>
               <para>
                  Generates code for the specified operator.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.OutputParameters(Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection)">
            <devdoc>
               <para>
                  Generates code for the specified parameters.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateArrayCreateExpression(Microsoft.CodeDom.CodeArrayCreateExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based array creation expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateBaseReferenceExpression(Microsoft.CodeDom.CodeBaseReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based base reference expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateBinaryOperatorExpression(Microsoft.CodeDom.CodeBinaryOperatorExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based binary operator
                  expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.ContinueOnNewLine(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateCastExpression(Microsoft.CodeDom.CodeCastExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based cast expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateDelegateCreateExpression(Microsoft.CodeDom.CodeDelegateCreateExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based delegate creation expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateFieldReferenceExpression(Microsoft.CodeDom.CodeFieldReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based field reference
                  expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateArgumentReferenceExpression(Microsoft.CodeDom.CodeArgumentReferenceExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateVariableReferenceExpression(Microsoft.CodeDom.CodeVariableReferenceExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateIndexerExpression(Microsoft.CodeDom.CodeIndexerExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based indexer expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateArrayIndexerExpression(Microsoft.CodeDom.CodeArrayIndexerExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateSnippetExpression(Microsoft.CodeDom.CodeSnippetExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based snippet
                  expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateMethodInvokeExpression(Microsoft.CodeDom.CodeMethodInvokeExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based method invoke expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateMethodReferenceExpression(Microsoft.CodeDom.CodeMethodReferenceExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateEventReferenceExpression(Microsoft.CodeDom.CodeEventReferenceExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateDelegateInvokeExpression(Microsoft.CodeDom.CodeDelegateInvokeExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based delegate invoke expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateObjectCreateExpression(Microsoft.CodeDom.CodeObjectCreateExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom
                  based object creation expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateParameterDeclarationExpression(Microsoft.CodeDom.CodeParameterDeclarationExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom
                  based parameter declaration expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateDirectionExpression(Microsoft.CodeDom.CodeDirectionExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GeneratePrimitiveExpression(Microsoft.CodeDom.CodePrimitiveExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based primitive expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateSingleFloatValue(System.Single)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateDoubleValue(System.Double)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateDecimalValue(System.Decimal)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GeneratePropertyReferenceExpression(Microsoft.CodeDom.CodePropertyReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based property reference
                  expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GeneratePropertySetValueReferenceExpression(Microsoft.CodeDom.CodePropertySetValueReferenceExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateThisReferenceExpression(Microsoft.CodeDom.CodeThisReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based this reference expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateTypeReferenceExpression(Microsoft.CodeDom.CodeTypeReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based type reference expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateTypeOfExpression(Microsoft.CodeDom.CodeTypeOfExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based type of expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateExpressionStatement(Microsoft.CodeDom.CodeExpressionStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based method
                  invoke statement representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateIterationStatement(Microsoft.CodeDom.CodeIterationStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based for loop statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateThrowExceptionStatement(Microsoft.CodeDom.CodeThrowExceptionStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based throw exception statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateCommentStatement(Microsoft.CodeDom.CodeCommentStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based comment statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateCommentStatements(Microsoft.CodeDom.CodeCommentStatementCollection)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateComment(Microsoft.CodeDom.CodeComment)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateMethodReturnStatement(Microsoft.CodeDom.CodeMethodReturnStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based method return statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateConditionStatement(Microsoft.CodeDom.CodeConditionStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based if statement representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateTryCatchFinallyStatement(Microsoft.CodeDom.CodeTryCatchFinallyStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based try catch finally
                  statement representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateAssignStatement(Microsoft.CodeDom.CodeAssignStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based assignment statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateAttachEventStatement(Microsoft.CodeDom.CodeAttachEventStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based attach event statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateRemoveEventStatement(Microsoft.CodeDom.CodeRemoveEventStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based detach event statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateGotoStatement(Microsoft.CodeDom.CodeGotoStatement)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateLabeledStatement(Microsoft.CodeDom.CodeLabeledStatement)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateSnippetStatement(Microsoft.CodeDom.CodeSnippetStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based snippet statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateVariableDeclarationStatement(Microsoft.CodeDom.CodeVariableDeclarationStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based variable declaration statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaStart(Microsoft.CodeDom.CodeLinePragma)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based line pragma start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaEnd(Microsoft.CodeDom.CodeLinePragma)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based line pragma end
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateEvent(Microsoft.CodeDom.CodeMemberEvent,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based event
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateField(Microsoft.CodeDom.CodeMemberField)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based member field
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateSnippetMember(Microsoft.CodeDom.CodeSnippetTypeMember)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based snippet class member
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateEntryPointMethod(Microsoft.CodeDom.CodeEntryPointMethod,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateMethod(Microsoft.CodeDom.CodeMemberMethod,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based method
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateProperty(Microsoft.CodeDom.CodeMemberProperty,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based property
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateConstructor(Microsoft.CodeDom.CodeConstructor,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based constructor
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateTypeConstructor(Microsoft.CodeDom.CodeTypeConstructor)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based class constructor
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateTypeStart(Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based start class representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateTypeEnd(Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based end class representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitStart(Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based compile unit start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitEnd(Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based compile unit end
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateNamespaceStart(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based namespace start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateNamespaceEnd(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based namespace end
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImport(Microsoft.CodeDom.CodeNamespaceImport)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based namespace import
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsStart(Microsoft.CodeDom.CodeAttributeDeclarationCollection)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based attribute block start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsEnd(Microsoft.CodeDom.CodeAttributeDeclarationCollection)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based attribute block end
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.Supports(Microsoft.CodeDom.Compiler.GeneratorSupport)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.IsValidIdentifier(System.String)">
            <devdoc>
               <para>
                  Gets or sets whether the specified value is a value identifier.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.ValidateIdentifier(System.String)">
            <devdoc>
               <para>
                  Gets whether the specified identifier is valid.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.CreateValidIdentifier(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.GetTypeOutput(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.QuoteSnippetString(System.String)">
            <devdoc>
               <para>
                  Provides conversion to formatting with escape codes.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(System.String)">
            <devdoc>
               <para>
                  Gets a value indicating whether the specified value is a valid language
                  independent identifier.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGenerator.ValidateIdentifiers(Microsoft.CodeDom.CodeObject)">
            <devdoc>
               <para>
                  Validates a tree to check if all the types and idenfier names follow the rules of an identifier
                  in a langauge independent manner.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.CodeGeneratorOptions">
            <devdoc>
               <para>
                  Represents options used in code generation
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeGeneratorOptions.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGeneratorOptions.Item(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGeneratorOptions.IndentString">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGeneratorOptions.BracingStyle">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGeneratorOptions.ElseOnClosing">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CodeGeneratorOptions.BlankLinesBetweenMembers">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.CodeParser">
            <devdoc>
               <para>
                  Provides a code parsing abstract base class.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CodeParser.Parse(System.IO.TextReader)">
            <devdoc>
               <para>
                  Compiles the given text stream into a CodeCompile unit.  
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.CompilerError">
            <devdoc>
               <para>
                  Represents a compiler error.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerError.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/> using the specified
                  filename, line, column, error number and error text.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerError.Line">
            <devdoc>
               <para>
                  Gets or sets the line number where the source of the error occurs.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerError.Column">
            <devdoc>
               <para>
                  Gets or sets the column number where the source of the error occurs.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerError.ErrorNumber">
            <devdoc>
               <para>
                  Gets or sets the error number.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerError.ErrorText">
            <devdoc>
               <para>
                  Gets or sets the text of the error message.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerError.IsWarning">
            <devdoc>
               <para>
                  Gets or sets
                  a value indicating whether the error is a warning.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerError.FileName">
            <devdoc>
               <para>
                  Gets or sets the filename of the source that caused the error.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerError.ToString">
            <devdoc>
               <para>
                  Overrides Object's ToString.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.CompilerErrorCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.#ctor(Microsoft.CodeDom.Compiler.CompilerErrorCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> based on another <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.#ctor(Microsoft.CodeDom.Compiler.CompilerError[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerErrorCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.Add(Microsoft.CodeDom.Compiler.CompilerError)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.AddRange(Microsoft.CodeDom.Compiler.CompilerError[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.AddRange(Microsoft.CodeDom.Compiler.CompilerErrorCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.Contains(Microsoft.CodeDom.Compiler.CompilerError)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.CopyTo(Microsoft.CodeDom.Compiler.CompilerError[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerErrorCollection.HasErrors">
            <devdoc>
               <para>
                  Gets or sets
                  a value indicating whether the collection contains errors.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerErrorCollection.HasWarnings">
            <devdoc>
               <para>
                  Gets or sets
                  a value indicating whether the collection contains warnings.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.IndexOf(Microsoft.CodeDom.Compiler.CompilerError)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/> in 
                  the <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.Insert(System.Int32,Microsoft.CodeDom.Compiler.CompilerError)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/> into the <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerErrorCollection.Remove(Microsoft.CodeDom.Compiler.CompilerError)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.Compiler.CompilerError'/> from the 
               <see cref='T:Microsoft.CodeDom.Compiler.CompilerErrorCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.CompilerParameters">
            <devdoc>
               <para>
                  Represents the parameters used in to invoke the compiler.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerParameters.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerParameters'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerParameters.#ctor(System.String[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerParameters'/> using the specified
                  assembly names.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerParameters'/> using the specified
                  assembly names and output name.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String,System.Boolean)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerParameters'/> using the specified
                  assembly names, output name and a whether to include debug information flag.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.CoreAssemblyFileName">
            <summary>
            The "core" or "standard" assembly that contains basic types such as <code>Object</code>, <code>Int32</code> and the like
            that is to be used for the compilation.<br />
            If the value of this property is an empty string (or <code>null</code>), the default core assembly will be used by the
            compiler (depending on the compiler version this may be <code>mscorlib.dll</code> or <code>System.Runtime.dll</code> in
            a Framework or reference assembly directory).<br />
            If the value of this property is not empty, CodeDOM will emit compiler options to not reference <em>any</em> assemblies
            implicitly during compilation. It will also explicitly reference the assembly file specified in this property.<br />
            For compilers that only implicitly reference the "core" or "standard" assembly by default, this option can be used on its own.
            For compilers that implicitly reference more assemblies on top of the "core" / "standard" assembly, using this option may require
            specifying additional entries in the <code>Microsoft.CodeDom.Compiler.<bold>ReferencedAssemblies</bold></code> collection.<br />
            Note: An <code>ICodeCompiler</code> / <code>CoodeDomProvider</code> implementation may choose to ignore this property.
            </summary>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.GenerateExecutable">
            <devdoc>
               <para>
                  Gets or sets whether to generate an executable.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.GenerateInMemory">
            <devdoc>
               <para>
                  Gets or sets whether to generate in memory.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.ReferencedAssemblies">
            <devdoc>
               <para>
                  Gets or sets the assemblies referenced by the source to compile.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.MainClass">
            <devdoc>
               <para>
                  Gets or sets the main class.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.OutputAssembly">
            <devdoc>
               <para>
                  Gets or sets the output assembly.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.TempFiles">
            <devdoc>
               <para>
                  Gets or sets the temp files.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.IncludeDebugInformation">
            <devdoc>
               <para>
                  Gets or sets whether to include debug information in the compiled
                  executable.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.TreatWarningsAsErrors">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.WarningLevel">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.CompilerOptions">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.Win32Resource">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.EmbeddedResources">
            <devdoc>
               <para>
                  Gets or sets the resources to be compiled into the target
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerParameters.LinkedResources">
            <devdoc>
               <para>
                  Gets or sets the linked resources
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.CompilerResults">
            <devdoc>
               <para>
                  Represents the results
                  of compilation from the compiler.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.CompilerResults.#ctor(Microsoft.CodeDom.Compiler.TempFileCollection)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.CompilerResults'/>
                  that uses the specified
                  temporary files.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerResults.TempFiles">
            <devdoc>
               <para>
                  Gets or sets the temporary files to use.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerResults.CompiledAssembly">
            <devdoc>
               <para>
                  The compiled assembly.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerResults.Errors">
            <devdoc>
               <para>
                  Gets or sets the collection of compiler errors.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerResults.Output">
            <devdoc>
               <para>
                  Gets or sets the compiler output messages.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerResults.PathToAssembly">
            <devdoc>
               <para>
                  Gets or sets the path to the assembly.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.CompilerResults.NativeCompilerReturnValue">
            <devdoc>
               <para>
                  Gets or sets the compiler's return value.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.GeneratorSupport">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.ArraysOfArrays">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.EntryPointMethod">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.GotoStatements">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.MultidimensionalArrays">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.StaticConstructors">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.TryCatchStatements">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.ReturnTypeAttributes">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.DeclareValueTypes">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.DeclareEnums">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.DeclareDelegates">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.DeclareInterfaces">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.DeclareEvents">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.AssemblyAttributes">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.ParameterAttributes">
            <devdoc>
               <para>Supports custom metadata attributes declared on parameters for methods and constructors. Allows
                     use of CodeParameterDeclarationExpress.CustomAttributes.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.ReferenceParameters">
            <devdoc>
               <para>Supports declaring and calling parameters with a FieldDirection of Out or Ref, meaning that
                     the value is a type of reference parameter.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.ChainedConstructorArguments">
            <devdoc>
               <para>Supports contructors that call other constructors within the same class. Allows use of the 
                     CodeConstructor.ChainedConstructorArgs collection.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.NestedTypes">
            <devdoc>
               <para>Supports declaring types that are nested within other types. This allows the insertion of a 
                     CodeTypeReference into the Members collection of another CodeTypeReference.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.MultipleInterfaceMembers">
            <devdoc>
               <para>Supports declaring methods, properties or events that simultaneously implement more than one interface of
                     a type that have a matching name. This allows insertion of more than one entry into the ImplementationTypes 
                     collection or CodeMemberProperty, CodeMemberMethod and CodeMemberEvent.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.PublicStaticMembers">
            <devdoc>
               <para>Supports the declaration of public static fields, properties, methods and events. This allows use of 
                     MemberAttributes.Static in combination with access values other than MemberAttributes.Private.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.ComplexExpressions">
            <devdoc>
               <para>Supports the generation arbitarily nested expressions. Not all generators may be able to deal with 
                     multiple function calls or binary operations in the same expression. Without this, CodeMethodInvokeExpression and
                     CodeBinaryOperatorExpression should only be used (a) as the Right value of a CodeAssignStatement or (b) in a
                     CodeExpressionStatement.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.Win32Resources">
            <devdoc>
               <para>Supports linking with Win32 resources.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.Resources">
            <devdoc>
               <para>Supports linking with CLR resources (both linked and embedded).</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.GeneratorSupport.PartialTypes">
            <devdoc>
               <para>Supports partial classes.</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.ICodeCompiler">
            <devdoc>
               <para>
                  Provides a
                  code compilation
                  interface.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para>
                  Creates an assembly based on options, with the information from the compile units
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <devdoc>
               <para>
                  Creates an assembly based on options, with the contents of
                  fileName.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <devdoc>
               <para>
                  Creates an assembly based on options, with the information from
                  source.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit[])">
            <devdoc>
               <para>
                  Compiles an assembly based on the specified options and
                  information.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <devdoc>
               <para>
                  Compiles
                  an
                  assembly based on the specified options and contents of the specified
                  filenames.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <devdoc>
               <para>
                  Compiles an assembly based on the specified options and information from the specified
                  sources.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.ICodeGenerator">
            <devdoc>
               <para>
                  Provides an
                  interface for code generation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System.String)">
            <devdoc>
               <para>
                  Gets a value indicating whether
                  the specified value is a valid identifier for this language.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(System.String)">
            <devdoc>
               <para>
                  Throws an exception if value is not a valid identifier.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(Microsoft.CodeDom.CodeExpression,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Generates code from the specified expression and
                  outputs it to the specified textwriter.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(Microsoft.CodeDom.CodeStatement,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Outputs the language specific representaion of the CodeDom tree
                  refered to by e, into w.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(Microsoft.CodeDom.CodeNamespace,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Outputs the language specific representaion of the CodeDom tree
                  refered to by e, into w.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(Microsoft.CodeDom.CodeCompileUnit,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Outputs the language specific representaion of the CodeDom tree
                  refered to by e, into w.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(Microsoft.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <devdoc>
               <para>
                  Outputs the language specific representaion of the CodeDom tree
                  refered to by e, into w.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.ICodeParser">
            <devdoc>
               <para>
                  Provides a code parsing interface.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.ICodeParser.Parse(System.IO.TextReader)">
            <devdoc>
               <para>
                  Compiles the given text stream into a CodeCompile unit.  
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.IndentedTextWriter">
            <devdoc>
               <para>Provides a text writer that can indent new lines by a tabString token.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.IndentedTextWriter.DefaultTabString">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.#ctor(System.IO.TextWriter)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.IndentedTextWriter'/> using the specified
                  text writer and default tab string.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.#ctor(System.IO.TextWriter,System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.Compiler.IndentedTextWriter'/> using the specified
                  text writer and tab string.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.IndentedTextWriter.Encoding">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.IndentedTextWriter.NewLine">
            <devdoc>
               <para>
                  Gets or sets the new line character to use.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.IndentedTextWriter.Indent">
            <devdoc>
               <para>
                  Gets or sets the number of spaces to indent.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.IndentedTextWriter.InnerWriter">
            <devdoc>
               <para>
                  Gets or sets the TextWriter to use.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Flush">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.OutputTabs">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.String)">
            <devdoc>
               <para>
                  Writes a string
                  to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Boolean)">
            <devdoc>
               <para>
                  Writes the text representation of a Boolean value to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Char)">
            <devdoc>
               <para>
                  Writes a character to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Char[])">
            <devdoc>
               <para>
                  Writes a
                  character array to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Char[],System.Int32,System.Int32)">
            <devdoc>
               <para>
                  Writes a subarray
                  of characters to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Double)">
            <devdoc>
               <para>
                  Writes the text representation of a Double to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Single)">
            <devdoc>
               <para>
                  Writes the text representation of
                  a Single to the text
                  stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Int32)">
            <devdoc>
               <para>
                  Writes the text representation of an integer to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Int64)">
            <devdoc>
               <para>
                  Writes the text representation of an 8-byte integer to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.Object)">
            <devdoc>
               <para>
                  Writes the text representation of an object
                  to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)">
            <devdoc>
               <para>
                  Writes out a formatted string, using the same semantics as specified.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)">
            <devdoc>
               <para>
                  Writes out a formatted string,
                  using the same semantics as specified.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])">
            <devdoc>
               <para>
                  Writes out a formatted string,
                  using the same semantics as specified.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLineNoTabs(System.String)">
            <devdoc>
               <para>
                  Writes the specified
                  string to a line without tabs.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String)">
            <devdoc>
               <para>
                  Writes the specified string followed by
                  a line terminator to the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine">
            <devdoc>
               <para>
                  Writes a line terminator.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Boolean)">
            <devdoc>
               <para>
                  Writes the text representation of a Boolean followed by a line terminator to
                  the text stream.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char[],System.Int32,System.Int32)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Double)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Single)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Int32)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Int64)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Object)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.UInt32)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.LanguageOptions">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.LanguageOptions.None">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.Compiler.LanguageOptions.CaseInsensitive">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.RedistVersionInfo.GetCompilerPathFromRegistry(System.String)">
            this method returns the location of the Orcas compilers, but will return whatever 
            version is requested via the COMPlus_ environment variables first
        </member>
        <member name="T:Microsoft.CodeDom.Compiler.TempFileCollection">
            <devdoc>
               <para>Represents a collection of temporary file names that are all based on a
                  single base filename located in a temporary directory.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.#ctor(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.#ctor(System.String,System.Boolean)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.System#IDisposable#Dispose">
            <internalonly/>
            <devdoc>
            <para> To allow it's stuff to be cleaned up</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.Finalize">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.AddExtension(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.AddExtension(System.String,System.Boolean)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.AddFile(System.String,System.Boolean)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.GetEnumerator">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.System#Collections#IEnumerable#GetEnumerator">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.CopyTo(System.String[],System.Int32)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.TempFileCollection.Count">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#Count">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#SyncRoot">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#IsSynchronized">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.TempFileCollection.TempDir">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.TempFileCollection.BasePath">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.Compiler.TempFileCollection.KeepFiles">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.Compiler.TempFileCollection.Delete">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeArgumentReferenceExpression">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArgumentReferenceExpression.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArgumentReferenceExpression.#ctor(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeArgumentReferenceExpression.ParameterName">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeArrayCreateExpression">
            <devdoc>
               <para> Represents
                  an expression that creates an array.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeArrayCreateExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(Microsoft.CodeDom.CodeTypeReference,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeArrayCreateExpression'/> with the specified
                  array type and initializers.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(System.String,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(Microsoft.CodeDom.CodeTypeReference,System.Int32)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeArrayCreateExpression'/>. with the specified array
                  type and size.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.Int32)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.Int32)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(Microsoft.CodeDom.CodeTypeReference,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeArrayCreateExpression'/>. with the specified array
                  type and size.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(System.String,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeArrayCreateExpression.CreateType">
            <devdoc>
               <para>
                  Gets or sets
                  the type of the array to create.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeArrayCreateExpression.Initializers">
            <devdoc>
               <para>
                  Gets or sets
                  the initializers to initialize the array with.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeArrayCreateExpression.Size">
            <devdoc>
               <para>
                  Gets or sets
                  the size of the array.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeArrayCreateExpression.SizeExpression">
            <devdoc>
               <para>Gets or sets the size of the array.</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeArrayIndexerExpression">
            <devdoc>
               <para>
                  Represents an array indexer expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayIndexerExpression.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeArrayIndexerExpression.#ctor(Microsoft.CodeDom.CodeExpression,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeArrayIndexerExpression.TargetObject">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeArrayIndexerExpression.Indices">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeAssignStatement">
            <devdoc>
               <para>
                  Represents a simple assignment statement.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAssignStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAssignStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAssignStatement.#ctor(Microsoft.CodeDom.CodeExpression,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAssignStatement'/> that represents the
                  specified assignment values.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAssignStatement.Left">
            <devdoc>
               <para>
                  Gets or sets
                  the variable to be assigned to.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAssignStatement.Right">
            <devdoc>
               <para>
                  Gets or sets
                  the value to assign.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeAttachEventStatement">
            <devdoc>
               <para>
                  Represents a event attach statement.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttachEventStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttachEventStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttachEventStatement.#ctor(Microsoft.CodeDom.CodeEventReferenceExpression,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of the <see cref='T:Microsoft.CodeDom.CodeAttachEventStatement'/> class using the specified arguments.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttachEventStatement.#ctor(Microsoft.CodeDom.CodeExpression,System.String,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAttachEventStatement.Event">
            <devdoc>
               <para>
                  The event to attach a listener to.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAttachEventStatement.Listener">
            <devdoc>
               <para>
                  The new listener.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeAttributeArgument">
            <devdoc>
               <para>
                  Represents an argument for use in a custom attribute declaration.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgument.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgument.#ctor(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/> using the specified value.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgument.#ctor(System.String,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/> using the specified name and
                  value.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAttributeArgument.Name">
            <devdoc>
               <para>
                  The name of the attribute.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAttributeArgument.Value">
            <devdoc>
               <para>
                  The argument for the attribute.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeAttributeArgumentCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.#ctor(Microsoft.CodeDom.CodeAttributeArgumentCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.#ctor(Microsoft.CodeDom.CodeAttributeArgument[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAttributeArgumentCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.Add(Microsoft.CodeDom.CodeAttributeArgument)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.AddRange(Microsoft.CodeDom.CodeAttributeArgument[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.AddRange(Microsoft.CodeDom.CodeAttributeArgumentCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.Contains(Microsoft.CodeDom.CodeAttributeArgument)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.CopyTo(Microsoft.CodeDom.CodeAttributeArgument[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.IndexOf(Microsoft.CodeDom.CodeAttributeArgument)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.Insert(System.Int32,Microsoft.CodeDom.CodeAttributeArgument)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/> into the <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeArgumentCollection.Remove(Microsoft.CodeDom.CodeAttributeArgument)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeAttributeArgument'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeAttributeArgumentCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeAttributeDeclaration">
            <devdoc>
               <para>
                  Represents a single custom attribute.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclaration.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclaration.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/> using the specified name.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclaration.#ctor(System.String,Microsoft.CodeDom.CodeAttributeArgument[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/> using the specified
                  arguments.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAttributeDeclaration.Name">
            <devdoc>
               <para>
                  The name of the attribute being declared.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAttributeDeclaration.Arguments">
            <devdoc>
               <para>
                  The arguments for the attribute.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeAttributeDeclarationCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.#ctor(Microsoft.CodeDom.CodeAttributeDeclarationCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.#ctor(Microsoft.CodeDom.CodeAttributeDeclaration[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeAttributeDeclarationCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.Add(Microsoft.CodeDom.CodeAttributeDeclaration)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.AddRange(Microsoft.CodeDom.CodeAttributeDeclaration[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.AddRange(Microsoft.CodeDom.CodeAttributeDeclarationCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.Contains(Microsoft.CodeDom.CodeAttributeDeclaration)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.CopyTo(Microsoft.CodeDom.CodeAttributeDeclaration[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.IndexOf(Microsoft.CodeDom.CodeAttributeDeclaration)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.Insert(System.Int32,Microsoft.CodeDom.CodeAttributeDeclaration)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/> into the <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeAttributeDeclarationCollection.Remove(Microsoft.CodeDom.CodeAttributeDeclaration)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeAttributeDeclaration'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeBaseReferenceExpression">
            <devdoc>
               <para>
                  Represents a reference to the base 
                  class.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeBinaryOperatorExpression">
            <devdoc>
               <para>
                  Represents a binary operator expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeBinaryOperatorExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeBinaryOperatorExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeBinaryOperatorExpression.#ctor(Microsoft.CodeDom.CodeExpression,Microsoft.CodeDom.CodeBinaryOperatorType,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeBinaryOperatorExpression'/>
                  using the specified
                  parameters.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeBinaryOperatorExpression.Right">
            <devdoc>
               <para>
                  Gets or sets
                  the code expression on the right of the operator.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeBinaryOperatorExpression.Left">
            <devdoc>
               <para>
                  Gets or sets
                  the code expression on the left of the operator.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeBinaryOperatorExpression.Operator">
            <devdoc>
               <para>
                  Gets or sets
                  the operator in the binary operator expression.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeBinaryOperatorType">
            <devdoc>
               <para>
                  Specifies type identifiers for supported binary operators.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.Add">
            <devdoc>
               <para>
                  Addition operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.Subtract">
            <devdoc>
               <para>
                  Subtraction operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.Multiply">
            <devdoc>
               <para>
                  Multiplication operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.Divide">
            <devdoc>
               <para>
                  Division operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.Modulus">
            <devdoc>
               <para>
                  Modulus operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.Assign">
            <devdoc>
               <para>
                  Assignment operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.IdentityInequality">
            <devdoc>
               <para>
                  Identity not equal operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.IdentityEquality">
            <devdoc>
               <para>
                  Identity equal operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.ValueEquality">
            <devdoc>
               <para>
                  Value equal operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.BitwiseOr">
            <devdoc>
               <para>
                  Bitwise or operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.BitwiseAnd">
            <devdoc>
               <para>
                  Bitwise and operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.BooleanOr">
            <devdoc>
               <para>
                  Boolean or operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.BooleanAnd">
            <devdoc>
               <para>
                  Boolean and operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.LessThan">
            <devdoc>
               <para>
                  Less than operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.LessThanOrEqual">
            <devdoc>
               <para>
                  Less than or equal operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.GreaterThan">
            <devdoc>
               <para>
                  Greater than operator.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.CodeBinaryOperatorType.GreaterThanOrEqual">
            <devdoc>
               <para>
                  Greater that or operator.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeCastExpression">
            <devdoc>
               <para>
                  Represents a
                  type cast expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCastExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCastExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCastExpression.#ctor(Microsoft.CodeDom.CodeTypeReference,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCastExpression'/> using the specified
                  parameters.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCastExpression.#ctor(System.String,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCastExpression.#ctor(System.Type,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCastExpression.TargetType">
            <devdoc>
               <para>
                  The target type of the cast.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCastExpression.Expression">
            <devdoc>
               <para>
                  The expression to cast.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeCatchClause">
            <devdoc>
               <para>Represents a catch exception block.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClause.#ctor">
            <devdoc>
               <para>
                  Initializes an instance of <see cref='T:Microsoft.CodeDom.CodeCatchClause'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClause.#ctor(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClause.#ctor(System.String,Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClause.#ctor(System.String,Microsoft.CodeDom.CodeTypeReference,Microsoft.CodeDom.CodeStatement[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCatchClause.LocalName">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCatchClause.CatchExceptionType">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCatchClause.Statements">
            <devdoc>
               <para>
                  Gets or sets the statements within the clause.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeCatchClauseCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeCatchClause'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.#ctor(Microsoft.CodeDom.CodeCatchClauseCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.#ctor(Microsoft.CodeDom.CodeCatchClause[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeCatchClause'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCatchClauseCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeCatchClause'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.Add(Microsoft.CodeDom.CodeCatchClause)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeCatchClause'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.AddRange(Microsoft.CodeDom.CodeCatchClause[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.AddRange(Microsoft.CodeDom.CodeCatchClauseCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.Contains(Microsoft.CodeDom.CodeCatchClause)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeCatchClause'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.CopyTo(Microsoft.CodeDom.CodeCatchClause[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.IndexOf(Microsoft.CodeDom.CodeCatchClause)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeCatchClause'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.Insert(System.Int32,Microsoft.CodeDom.CodeCatchClause)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeCatchClause'/> into the <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCatchClauseCollection.Remove(Microsoft.CodeDom.CodeCatchClause)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeCatchClause'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeCatchClauseCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeComment">
            <devdoc>
               <para> Represents a comment.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeComment.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeComment'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeComment.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeComment'/> with the specified text as
                  contents.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeComment.#ctor(System.String,System.Boolean)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeComment.DocComment">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeComment.Text">
            <devdoc>
               <para>
                  Gets or setes
                  the text of the comment.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeCommentStatement">
            <devdoc>
               <para> Represents a comment.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatement.#ctor(Microsoft.CodeDom.CodeComment)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatement.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/> with the specified text as
                  contents.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatement.#ctor(System.String,System.Boolean)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCommentStatement.Comment">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeCommentStatementCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.#ctor(Microsoft.CodeDom.CodeCommentStatementCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.#ctor(Microsoft.CodeDom.CodeCommentStatement[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCommentStatementCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.Add(Microsoft.CodeDom.CodeCommentStatement)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.AddRange(Microsoft.CodeDom.CodeCommentStatement[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.AddRange(Microsoft.CodeDom.CodeCommentStatementCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.Contains(Microsoft.CodeDom.CodeCommentStatement)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.CopyTo(Microsoft.CodeDom.CodeCommentStatement[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.IndexOf(Microsoft.CodeDom.CodeCommentStatement)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.Insert(System.Int32,Microsoft.CodeDom.CodeCommentStatement)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/> into the <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCommentStatementCollection.Remove(Microsoft.CodeDom.CodeCommentStatement)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeCommentStatement'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeCommentStatementCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeCompileUnit">
            <devdoc>
               <para>
                  Represents a
                  compilation unit declaration.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeCompileUnit.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeCompileUnit'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCompileUnit.Namespaces">
            <devdoc>
               <para>
                  Gets or sets the collection of namespaces.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCompileUnit.ReferencedAssemblies">
            <devdoc>
               <para>
                  Gets the collection of assemblies. Most code generators will not need this, but the Managed
                  extensions for C++ code generator and 
                  other very low level code generators will need to do a more complete compilation. If both this
                  and the compiler assemblies are specified, the compiler assemblies should win.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeCompileUnit.AssemblyCustomAttributes">
            <devdoc>
               <para>
                  Gets the collection of assembly level attributes.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeConditionStatement">
            <devdoc>
               <para>
                  Represents a basic if statement.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeConditionStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeConditionStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeConditionStatement.#ctor(Microsoft.CodeDom.CodeExpression,Microsoft.CodeDom.CodeStatement[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeConditionStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeConditionStatement.#ctor(Microsoft.CodeDom.CodeExpression,Microsoft.CodeDom.CodeStatement[],Microsoft.CodeDom.CodeStatement[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeConditionStatement'/> that can represent an if..
                  else statement.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeConditionStatement.Condition">
            <devdoc>
               <para>
                  Gets or sets
                  the condition to test for <see langword='true'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeConditionStatement.TrueStatements">
            <devdoc>
               <para>
                  Gets or sets
                  the statements to execute if test condition is <see langword='true'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeConditionStatement.FalseStatements">
            <devdoc>
               <para>
                  Gets or sets
                  the statements to
                  execute if test condition is <see langword='false'/> and there is an else
                  clause.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeConstructor">
            <devdoc>
               <para>
                  Represents a class constructor.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeConstructor.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeConstructor'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeConstructor.BaseConstructorArgs">
            <devdoc>
               <para>
                  Gets or sets the base constructor arguments.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeConstructor.ChainedConstructorArgs">
            <devdoc>
               <para>
                  Gets or sets the chained constructor arguments.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeDelegateCreateExpression">
            <devdoc>
               <para>
                  Represents a delegate creation expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeDelegateCreateExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeDelegateCreateExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeDelegateCreateExpression.#ctor(Microsoft.CodeDom.CodeTypeReference,Microsoft.CodeDom.CodeExpression,System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeDelegateCreateExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeDelegateCreateExpression.DelegateType">
            <devdoc>
               <para>
                  Gets or sets the delegate type.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeDelegateCreateExpression.TargetObject">
            <devdoc>
               <para>
                  Gets or sets the target object.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeDelegateCreateExpression.MethodName">
            <devdoc>
               <para>
                  Gets or sets the method name.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeDelegateInvokeExpression">
            <devdoc>
               <para>
                  Represents an
                  expression that invokes a delegate.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeDelegateInvokeExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeDelegateInvokeExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeDelegateInvokeExpression.#ctor(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeDelegateInvokeExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeDelegateInvokeExpression.#ctor(Microsoft.CodeDom.CodeExpression,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeDelegateInvokeExpression'/>
                  .
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeDelegateInvokeExpression.TargetObject">
            <devdoc>
               <para>
                  The
                  delegate's target object.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeDelegateInvokeExpression.Parameters">
            <devdoc>
               <para>
                  The
                  delegate parameters.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeDirectionExpression">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeDirectionExpression.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeDirectionExpression.#ctor(Microsoft.CodeDom.FieldDirection,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeDirectionExpression.Expression">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeDirectionExpression.Direction">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeEntryPointMethod">
            <devdoc>
               <para>
                  Represents a class method that is the entry point
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeEntryPointMethod.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeEventReferenceExpression">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeEventReferenceExpression.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeEventReferenceExpression.#ctor(Microsoft.CodeDom.CodeExpression,System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeEventReferenceExpression.TargetObject">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeEventReferenceExpression.EventName">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeExpression">
            <devdoc>
               <para>
                  Represents a code expression.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeExpressionCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeExpression'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.#ctor(Microsoft.CodeDom.CodeExpressionCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.#ctor(Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeExpression'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeExpressionCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeExpression'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.Add(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeExpression'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.AddRange(Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.AddRange(Microsoft.CodeDom.CodeExpressionCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.Contains(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeExpression'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.CopyTo(Microsoft.CodeDom.CodeExpression[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.IndexOf(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeExpression'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.Insert(System.Int32,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeExpression'/> into the <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionCollection.Remove(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeExpression'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeExpressionCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeExpressionStatement">
            <devdoc>
               <para>
                  Represents
                  a statement that is an expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionStatement.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeExpressionStatement.#ctor(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeExpressionStatement.Expression">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeFieldReferenceExpression">
            <devdoc>
               <para>
                  Represents a reference to a field.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeFieldReferenceExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeFieldReferenceExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeFieldReferenceExpression.#ctor(Microsoft.CodeDom.CodeExpression,System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeFieldReferenceExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeFieldReferenceExpression.TargetObject">
            <devdoc>
               <para>
                  Gets or sets
                  the target object.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeFieldReferenceExpression.FieldName">
            <devdoc>
               <para>
                  Gets or sets
                  the field name.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeGotoStatement">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeGotoStatement.Label">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeIndexerExpression">
            <devdoc>
               <para>
                  Represents an array indexer expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeIndexerExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeIndexerExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeIndexerExpression.#ctor(Microsoft.CodeDom.CodeExpression,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeIndexerExpression'/> using the specified target
                  object and index.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeIndexerExpression.TargetObject">
            <devdoc>
               <para>
                  Gets or sets
                  the target object.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeIndexerExpression.Indices">
            <devdoc>
               <para>
                  Gets or sets
                  the index.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeIterationStatement">
            <devdoc>
               <para>
                  Represents a simple for loop.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeIterationStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeIterationStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeIterationStatement.#ctor(Microsoft.CodeDom.CodeStatement,Microsoft.CodeDom.CodeExpression,Microsoft.CodeDom.CodeStatement,Microsoft.CodeDom.CodeStatement[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeIterationStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeIterationStatement.InitStatement">
            <devdoc>
               <para>
                  Gets or sets
                  the loop initialization statement.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeIterationStatement.TestExpression">
            <devdoc>
               <para>
                  Gets or sets
                  the expression to test for.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeIterationStatement.IncrementStatement">
            <devdoc>
               <para>
                  Gets or sets
                  the per loop cycle increment statement.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeIterationStatement.Statements">
            <devdoc>
               <para>
                  Gets or sets
                  the statements to be executed within the loop.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeLabeledStatement">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeLabeledStatement.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeLabeledStatement.#ctor(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeLabeledStatement.#ctor(System.String,Microsoft.CodeDom.CodeStatement)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeLabeledStatement.Label">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeLabeledStatement.Statement">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeLinePragma">
            <devdoc>
               <para>
                  Represents line number information for an external file.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeLinePragma.#ctor(System.String,System.Int32)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeLinePragma'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeLinePragma.FileName">
            <devdoc>
               <para>
                  Gets or sets
                  the filename of
                  the associated file.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeLinePragma.LineNumber">
            <devdoc>
               <para>
                  Gets or sets the line number of the file for
                  the current pragma.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeMemberEvent">
            <devdoc>
               <para>
                  Represents an event member.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMemberEvent.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberEvent.Type">
            <devdoc>
               <para>
                  Gets or sets the member field type.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberEvent.PrivateImplementationType">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberEvent.ImplementationTypes">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeMemberField">
            <devdoc>
               <para>
                  Represents a class field member.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMemberField.#ctor">
            <devdoc>
               <para>
                  Initializes a new <see cref='T:Microsoft.CodeDom.CodeMemberField'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMemberField.#ctor(Microsoft.CodeDom.CodeTypeReference,System.String)">
            <devdoc>
               <para>
                  Initializes a new <see cref='T:Microsoft.CodeDom.CodeMemberField'/> with the specified member field type and
                  name.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMemberField.#ctor(System.String,System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMemberField.#ctor(System.Type,System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberField.Type">
            <devdoc>
               <para>
                  Gets or sets the member field type.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberField.InitExpression">
            <devdoc>
               <para>
                  Gets or sets the initialization expression for the member field.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeMemberMethod">
            <devdoc>
               <para>
                  Represents a class method.
               </para>
            </devdoc>
        </member>
        <member name="E:Microsoft.CodeDom.CodeMemberMethod.PopulateParameters">
            <devdoc>
               <para>
                  An event that will be fired the first time the Parameters Collection is accessed.  
               </para>
            </devdoc>
        </member>
        <member name="E:Microsoft.CodeDom.CodeMemberMethod.PopulateStatements">
            <devdoc>
               <para>
                  An event that will be fired the first time the Statements Collection is accessed.  
               </para>
            </devdoc>
        </member>
        <member name="E:Microsoft.CodeDom.CodeMemberMethod.PopulateImplementationTypes">
            <devdoc>
               <para>
                  An event that will be fired the first time the ImplementationTypes Collection is accessed.  
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberMethod.ReturnType">
            <devdoc>
               <para>
                  Gets or sets the return type of the method.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberMethod.Statements">
            <devdoc>
               <para>
                  Gets or sets the statements within the method.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberMethod.Parameters">
            <devdoc>
               <para>
                  Gets or sets the parameter declarations for the method.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberMethod.PrivateImplementationType">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberMethod.ImplementationTypes">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberMethod.ReturnTypeCustomAttributes">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeMemberProperty">
            <devdoc>
               <para>
                  Represents a class property.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberProperty.PrivateImplementationType">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberProperty.ImplementationTypes">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberProperty.Type">
            <devdoc>
               <para>Gets or sets the data type of the property.</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberProperty.HasGet">
            <devdoc>
               <para>
                  Gets a value
                  indicating whether the property has a get method accessor.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberProperty.HasSet">
            <devdoc>
               <para>
                  Gets a value
                  indicating whether the property has a set method accessor.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberProperty.GetStatements">
            <devdoc>
               <para>
                  Gets or sets the collection of get statements for the
                  property.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberProperty.SetStatements">
            <devdoc>
               <para>
                  Gets or sets the collection of get statements for the property.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMemberProperty.Parameters">
            <devdoc>
               <para>
                  Gets or sets the collection of declaration expressions
                  for
                  the property.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeMethodInvokeExpression">
            <devdoc>
               <para>
                  Represents an
                  expression to invoke a method, to be called on a given target.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMethodInvokeExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeMethodInvokeExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMethodInvokeExpression.#ctor(Microsoft.CodeDom.CodeMethodReferenceExpression,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeMethodInvokeExpression'/> using the specified target object, method name
                  and parameters.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMethodInvokeExpression.#ctor(Microsoft.CodeDom.CodeExpression,System.String,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMethodInvokeExpression.Method">
            <devdoc>
               <para>
                  Gets or sets the name of the method to invoke.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMethodInvokeExpression.Parameters">
            <devdoc>
               <para>
                  Gets or sets
                  the parameters to invoke the method with.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeMethodReferenceExpression">
            <devdoc>
               <para>
                  Represents an
                  expression to invoke a method, to be called on a given target.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMethodReferenceExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeMethodReferenceExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMethodReferenceExpression.#ctor(Microsoft.CodeDom.CodeExpression,System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeMethodReferenceExpression'/> using the specified
                  target object and method name.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMethodReferenceExpression.TargetObject">
            <devdoc>
               <para>
                  Gets or sets the target object.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMethodReferenceExpression.MethodName">
            <devdoc>
               <para>
                  Gets or sets the name of the method to invoke.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeMethodReturnStatement">
            <devdoc>
               <para>
                  Represents a return statement.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMethodReturnStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeMethodReturnStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeMethodReturnStatement.#ctor(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeMethodReturnStatement'/> using the specified expression.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeMethodReturnStatement.Expression">
            <devdoc>
               <para>
                  Gets or sets the expression that indicates the return statement.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeNamespace">
            <devdoc>
               <para>
                  Represents a
                  namespace declaration.
               </para>
            </devdoc>
        </member>
        <member name="E:Microsoft.CodeDom.CodeNamespace.PopulateComments">
            <devdoc>
               <para>
                  An event that will be fired the first time the Comments Collection is accessed.  
               </para>
            </devdoc>
        </member>
        <member name="E:Microsoft.CodeDom.CodeNamespace.PopulateImports">
            <devdoc>
               <para>
                  An event that will be fired the first time the Imports Collection is accessed.  
               </para>
            </devdoc>
        </member>
        <member name="E:Microsoft.CodeDom.CodeNamespace.PopulateTypes">
            <devdoc>
               <para>
                  An event that will be fired the first time the Types Collection is accessed.  
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespace.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeNamespace'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespace.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeNamespace'/> using the specified name.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespace.Types">
            <devdoc>
               <para>
                  Gets or sets the collection of classes.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespace.Imports">
            <devdoc>
               <para>
                  Gets or sets the collection of namespace imports used by the represented
                  namespace.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespace.Name">
            <devdoc>
               <para>
                  Gets or sets the name of the namespace.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespace.Comments">
            <devdoc>
               <para>
                  Gets or sets the member comment collection members.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeNamespaceCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeNamespace'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.#ctor(Microsoft.CodeDom.CodeNamespaceCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.#ctor(Microsoft.CodeDom.CodeNamespace[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeNamespace'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeNamespace'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.Add(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeNamespace'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.AddRange(Microsoft.CodeDom.CodeNamespace[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.AddRange(Microsoft.CodeDom.CodeNamespaceCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.Contains(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeNamespace'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.CopyTo(Microsoft.CodeDom.CodeNamespace[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.IndexOf(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeNamespace'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.Insert(System.Int32,Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeNamespace'/> into the <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceCollection.Remove(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeNamespace'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeNamespaceCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeNamespaceImport">
            <devdoc>
               <para>
                  Represents a namespace import into the current namespace.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImport.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeNamespaceImport'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImport.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeNamespaceImport'/> using the specified namespace
                  to import.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImport.LinePragma">
            <devdoc>
               <para>
                  The line the statement occurs on.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImport.Namespace">
            <devdoc>
               <para>
                  Gets or sets
                  the namespace to import.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeNamespaceImportCollection">
            <devdoc>
               <para>
                  Manages a collection of <see cref='T:Microsoft.CodeDom.CodeNamespaceImport'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImportCollection.Item(System.Int32)">
            <devdoc>
               <para>
                  Indexer method that provides collection access.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImportCollection.Count">
            <devdoc>
               <para>
                  Gets or sets the number of namespaces in the collection.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsReadOnly">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsFixedSize">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.Add(Microsoft.CodeDom.CodeNamespaceImport)">
            <devdoc>
               <para>
                  Adds a namespace import to the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.AddRange(Microsoft.CodeDom.CodeNamespaceImport[])">
            <devdoc>
               <para>
                  Adds a set of <see cref='T:Microsoft.CodeDom.CodeNamespaceImport'/> objects to the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.Clear">
            <devdoc>
               <para>
                  Clears the collection of members.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.SyncKeys">
            <devdoc>
               <para>
               Makes the collection of keys synchronised with the data.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.GetEnumerator">
            <devdoc>
               <para>
                  Gets an enumerator that enumerates the collection members.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Item(System.Int32)">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#Count">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#IsSynchronized">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#SyncRoot">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IEnumerable#GetEnumerator">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Add(System.Object)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Clear">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Contains(System.Object)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IndexOf(System.Object)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Remove(System.Object)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#RemoveAt(System.Int32)">
            <internalonly/>
        </member>
        <member name="T:Microsoft.CodeDom.CodeObject">
            <devdoc>
               <para>
                  The base class for CodeDom objects
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeObject.#ctor">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeObject.UserData">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeObjectCreateExpression">
            <devdoc>
               <para>
                  Represents an object create expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeObjectCreateExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new <see cref='T:Microsoft.CodeDom.CodeObjectCreateExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeObjectCreateExpression.#ctor(Microsoft.CodeDom.CodeTypeReference,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>
                  Initializes a new <see cref='T:Microsoft.CodeDom.CodeObjectCreateExpression'/> using the specified type and
                  parameters.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeObjectCreateExpression.#ctor(System.String,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeObjectCreateExpression.#ctor(System.Type,Microsoft.CodeDom.CodeExpression[])">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeObjectCreateExpression.CreateType">
            <devdoc>
               <para>
                  The type of the object to create.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeObjectCreateExpression.Parameters">
            <devdoc>
               <para>
                  Gets or sets the parameters to use in creating the
                  object.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeParameterDeclarationExpression">
            <devdoc>
               <para>
                  Represents a parameter declaration for method, constructor, or property arguments.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpression.#ctor(Microsoft.CodeDom.CodeTypeReference,System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/> using the specified type and name.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpression.#ctor(System.String,System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpression.#ctor(System.Type,System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeParameterDeclarationExpression.CustomAttributes">
            <devdoc>
               <para>
                  Gets or sets the custom attributes for the parameter declaration.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeParameterDeclarationExpression.Direction">
            <devdoc>
               <para>
                  Gets or sets
                  the direction of the field.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeParameterDeclarationExpression.Type">
            <devdoc>
               <para>
                  Gets or sets
                  the type of the parameter.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeParameterDeclarationExpression.Name">
            <devdoc>
               <para>
                  Gets or sets
                  the name of the parameter.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(Microsoft.CodeDom.CodeParameterDeclarationExpression[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.Add(Microsoft.CodeDom.CodeParameterDeclarationExpression)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(Microsoft.CodeDom.CodeParameterDeclarationExpression[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.Contains(Microsoft.CodeDom.CodeParameterDeclarationExpression)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.CopyTo(Microsoft.CodeDom.CodeParameterDeclarationExpression[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.IndexOf(Microsoft.CodeDom.CodeParameterDeclarationExpression)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.Insert(System.Int32,Microsoft.CodeDom.CodeParameterDeclarationExpression)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/> into the <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection.Remove(Microsoft.CodeDom.CodeParameterDeclarationExpression)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpression'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodePrimitiveExpression">
            <devdoc>
               <para>
                  Represents a primitive value.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodePrimitiveExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodePrimitiveExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodePrimitiveExpression.#ctor(System.Object)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodePrimitiveExpression'/> using the specified
                  object.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodePrimitiveExpression.Value">
            <devdoc>
               <para>
                  Gets or sets the object to represent.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodePropertyReferenceExpression">
            <devdoc>
               <para>
                  Represents a reference to a property.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodePropertyReferenceExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodePropertyReferenceExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodePropertyReferenceExpression.#ctor(Microsoft.CodeDom.CodeExpression,System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodePropertyReferenceExpression'/> using the specified target object and property
                  name.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodePropertyReferenceExpression.TargetObject">
            <devdoc>
               <para>
                  The target object containing the property this <see cref='T:Microsoft.CodeDom.CodePropertyReferenceExpression'/> references.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodePropertyReferenceExpression.PropertyName">
            <devdoc>
               <para>
                  The name of the property to reference.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodePropertySetValueReferenceExpression">
            <devdoc>
               <para>
                  Represents the value paramter of a property set
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeRemoveEventStatement">
            <devdoc>
               <para>
                  Represents a event detach statement.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeRemoveEventStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeRemoveEventStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeRemoveEventStatement.#ctor(Microsoft.CodeDom.CodeEventReferenceExpression,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of the <see cref='T:Microsoft.CodeDom.CodeRemoveEventStatement'/> class using the specified arguments.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeRemoveEventStatement.#ctor(Microsoft.CodeDom.CodeExpression,System.String,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeRemoveEventStatement.Event">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeRemoveEventStatement.Listener">
            <devdoc>
               <para>
                  The listener.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeSnippetCompileUnit">
            <devdoc>
               <para>
                  Represents a snippet block of code.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeSnippetCompileUnit.Value">
            <devdoc>
               <para>
                  Gets or sets
                  the snippet
                  text of the code block to represent.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeSnippetCompileUnit.LinePragma">
            <devdoc>
               <para>
                  The line the code block starts on.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeSnippetExpression">
            <devdoc>
               <para>
                  Represents a snippet expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeSnippetExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeSnippetExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeSnippetExpression.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeSnippetExpression'/> using the specified snippet
                  expression.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeSnippetExpression.Value">
            <devdoc>
               <para>
                  Gets or sets the snippet expression.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeSnippetStatement">
            <devdoc>
               <para>
                  Represents a snippet statement.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeSnippetStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeSnippetStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeSnippetStatement.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeSnippetStatement'/> using the specified snippet
                  of code.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeSnippetStatement.Value">
            <devdoc>
               <para>
                  Gets or sets the snippet statement.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeSnippetTypeMember">
            <devdoc>
               <para>
                  Represents a
                  snippet member of a class.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeSnippetTypeMember.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeSnippetTypeMember'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeSnippetTypeMember.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeSnippetTypeMember'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeSnippetTypeMember.Text">
            <devdoc>
               <para>
                  Gets or sets the code for the class member.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeStatement">
            <devdoc>
               <para>
                  Represents a statement.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeStatement.LinePragma">
            <devdoc>
               <para>
                  The line the statement occurs on.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeStatementCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeStatement'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.#ctor(Microsoft.CodeDom.CodeStatementCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.#ctor(Microsoft.CodeDom.CodeStatement[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeStatement'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeStatementCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeStatement'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.Add(Microsoft.CodeDom.CodeStatement)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeStatement'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.Add(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.AddRange(Microsoft.CodeDom.CodeStatement[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.AddRange(Microsoft.CodeDom.CodeStatementCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.Contains(Microsoft.CodeDom.CodeStatement)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeStatement'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.CopyTo(Microsoft.CodeDom.CodeStatement[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.IndexOf(Microsoft.CodeDom.CodeStatement)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeStatement'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.Insert(System.Int32,Microsoft.CodeDom.CodeStatement)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeStatement'/> into the <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeStatementCollection.Remove(Microsoft.CodeDom.CodeStatement)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeStatement'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeStatementCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeThisReferenceExpression">
            <devdoc>
               <para>
                  Represents a current instance reference.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeThrowExceptionStatement">
            <devdoc>
               <para>
                  Represents
                  a statement that throws an exception.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeThrowExceptionStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeThrowExceptionStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeThrowExceptionStatement.#ctor(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeThrowExceptionStatement'/> using the specified statement.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeThrowExceptionStatement.ToThrow">
            <devdoc>
               <para>
                  Gets or sets
                  the expression to throw.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTryCatchFinallyStatement">
            <devdoc>
                Represents a try block, with any number of catch clauses and an
                optionally finally block.
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTryCatchFinallyStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTryCatchFinallyStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTryCatchFinallyStatement.#ctor(Microsoft.CodeDom.CodeStatement[],Microsoft.CodeDom.CodeCatchClause[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTryCatchFinallyStatement'/> using the specified statements to try and catch
                  clauses.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTryCatchFinallyStatement.#ctor(Microsoft.CodeDom.CodeStatement[],Microsoft.CodeDom.CodeCatchClause[],Microsoft.CodeDom.CodeStatement[])">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTryCatchFinallyStatement'/> using the specified statements to
                  try, catch clauses, and finally statements.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTryCatchFinallyStatement.TryStatements">
            <devdoc>
               <para>
                  Gets or sets
                  the try statements to try.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTryCatchFinallyStatement.CatchClauses">
            <devdoc>
               <para>
                  Gets or sets the catch clauses to use.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTryCatchFinallyStatement.FinallyStatements">
            <devdoc>
               <para>
                  Gets or sets
                  the finally statements to use.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeConstructor">
            <devdoc>
               <para>
                  Represents a static constructor for a class.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeConstructor.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeConstructor'/>.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeDeclaration">
            <devdoc>
               <para>
                  Represents a
                  class or nested class.
               </para>
            </devdoc>
        </member>
        <member name="E:Microsoft.CodeDom.CodeTypeDeclaration.PopulateBaseTypes">
            <devdoc>
               <para>
                  An event that will be fired the first time the BaseTypes Collection is accessed.  
               </para>
            </devdoc>
        </member>
        <member name="E:Microsoft.CodeDom.CodeTypeDeclaration.PopulateMembers">
            <devdoc>
               <para>
                  An event that will be fired the first time the Members Collection is accessed.  
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclaration.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclaration.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/> with the specified name.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDeclaration.TypeAttributes">
            <devdoc>
               <para>
                  Gets or sets the attributes of the class.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDeclaration.BaseTypes">
            <devdoc>
               <para>
                  Gets or sets
                  the base types of the class.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDeclaration.IsClass">
            <devdoc>
               <para>
                  Gets or sets a value
                  indicating whether the class is a class.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDeclaration.IsStruct">
            <devdoc>
               <para>
                  Gets or sets a value
                  indicating whether the class is a struct.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDeclaration.IsEnum">
            <devdoc>
               <para>
                  Gets or sets a value
                  indicating whether the class is an enumeration.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDeclaration.IsInterface">
            <devdoc>
               <para>
                  Gets or sets a value
                  indicating whether the class is an interface.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDeclaration.Members">
            <devdoc>
               <para>
                  Gets or sets the class member collection members.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeDeclarationCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.#ctor(Microsoft.CodeDom.CodeTypeDeclarationCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.#ctor(Microsoft.CodeDom.CodeTypeDeclaration[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDeclarationCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.Add(Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.AddRange(Microsoft.CodeDom.CodeTypeDeclaration[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.AddRange(Microsoft.CodeDom.CodeTypeDeclarationCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.Contains(Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.CopyTo(Microsoft.CodeDom.CodeTypeDeclaration[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.IndexOf(Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.Insert(System.Int32,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/> into the <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDeclarationCollection.Remove(Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeTypeDeclaration'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeTypeDeclarationCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeDelegate">
            <devdoc>
               <para>
                  Represents a class or nested class.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDelegate.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeDelegate'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeDelegate.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeDelegate'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDelegate.ReturnType">
            <devdoc>
               <para>
                  Gets or sets the return type of the delegate.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeDelegate.Parameters">
            <devdoc>
               <para>
                  The parameters of the delegate.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeMember">
            <devdoc>
               <para>
                  Represents a class member.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeMember.Name">
            <devdoc>
               <para>
                  Gets or sets
                  the name of the member.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeMember.Attributes">
            <devdoc>
               <para>
                  Gets or sets a <see cref='T:Microsoft.CodeDom.MemberAttributes'/> indicating
                  the attributes of the member.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeMember.CustomAttributes">
            <devdoc>
               <para>
                  Gets or sets a <see cref='T:Microsoft.CodeDom.CodeAttributeDeclarationCollection'/> indicating
                  the custom attributes of the
                  member.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeMember.LinePragma">
            <devdoc>
               <para>
                  The line the statement occurs on.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeMember.Comments">
            <devdoc>
               <para>
                  Gets or sets the member comment collection members.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeMemberCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeTypeMember'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.#ctor(Microsoft.CodeDom.CodeTypeMemberCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.#ctor(Microsoft.CodeDom.CodeTypeMember[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeTypeMember'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeMemberCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeTypeMember'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.Add(Microsoft.CodeDom.CodeTypeMember)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeTypeMember'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.AddRange(Microsoft.CodeDom.CodeTypeMember[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.AddRange(Microsoft.CodeDom.CodeTypeMemberCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.Contains(Microsoft.CodeDom.CodeTypeMember)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeTypeMember'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.CopyTo(Microsoft.CodeDom.CodeTypeMember[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.IndexOf(Microsoft.CodeDom.CodeTypeMember)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeTypeMember'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.Insert(System.Int32,Microsoft.CodeDom.CodeTypeMember)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeTypeMember'/> into the <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeMemberCollection.Remove(Microsoft.CodeDom.CodeTypeMember)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeTypeMember'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeTypeMemberCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeOfExpression">
            <devdoc>
               <para>
                  Represents a TypeOf expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeOfExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeOfExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeOfExpression.#ctor(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeOfExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeOfExpression.#ctor(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeOfExpression.#ctor(System.Type)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeOfExpression.Type">
            <devdoc>
               <para>
                  Gets or sets the data type.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeReference">
            <devdoc>
               <para>
                  Represents a Type
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReference.#ctor(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReference.#ctor(System.String,System.Int32)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReference.#ctor(Microsoft.CodeDom.CodeTypeReference,System.Int32)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeReference.ArrayElementType">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeReference.ArrayRank">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeReference.BaseType">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeReferenceCollection">
            <devdoc>
                <para>
                  A collection that stores <see cref='T:Microsoft.CodeDom.CodeTypeReference'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.#ctor">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.#ctor(Microsoft.CodeDom.CodeTypeReferenceCollection)">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> based on another <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.#ctor(Microsoft.CodeDom.CodeTypeReference[])">
            <devdoc>
                <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> containing any array of <see cref='T:Microsoft.CodeDom.CodeTypeReference'/> objects.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeReferenceCollection.Item(System.Int32)">
            <devdoc>
            <para>Represents the entry at the specified index of the <see cref='T:Microsoft.CodeDom.CodeTypeReference'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.Add(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para>Adds a <see cref='T:Microsoft.CodeDom.CodeTypeReference'/> with the specified value to the 
               <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.Add(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.Add(System.Type)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.AddRange(Microsoft.CodeDom.CodeTypeReference[])">
            <devdoc>
            <para>Copies the elements of an array to the end of the <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.AddRange(Microsoft.CodeDom.CodeTypeReferenceCollection)">
            <devdoc>
                <para>
                  Adds the contents of another <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> to the end of the collection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.Contains(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
            <para>Gets a value indicating whether the 
               <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> contains the specified <see cref='T:Microsoft.CodeDom.CodeTypeReference'/>.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.CopyTo(Microsoft.CodeDom.CodeTypeReference[],System.Int32)">
            <devdoc>
            <para>Copies the <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> values to a one-dimensional <see cref='T:System.Array'/> instance at the 
               specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.IndexOf(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para>Returns the index of a <see cref='T:Microsoft.CodeDom.CodeTypeReference'/> in 
                  the <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.Insert(System.Int32,Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
            <para>Inserts a <see cref='T:Microsoft.CodeDom.CodeTypeReference'/> into the <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> at the specified index.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceCollection.Remove(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para> Removes a specific <see cref='T:Microsoft.CodeDom.CodeTypeReference'/> from the 
               <see cref='T:Microsoft.CodeDom.CodeTypeReferenceCollection'/> .</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeTypeReferenceExpression">
            <devdoc>
               <para>
                  Represents a reference to a type.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeReferenceExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceExpression.#ctor(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeTypeReferenceExpression'/> using the specified type.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceExpression.#ctor(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeTypeReferenceExpression.#ctor(System.Type)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeTypeReferenceExpression.Type">
            <devdoc>
               <para>
                  Gets or sets the type to reference.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeVariableDeclarationStatement">
            <devdoc>
               <para>
                  Represents a local variable declaration.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableDeclarationStatement.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeVariableDeclarationStatement'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableDeclarationStatement.#ctor(Microsoft.CodeDom.CodeTypeReference,System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeVariableDeclarationStatement'/> using the specified type and name.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableDeclarationStatement.#ctor(Microsoft.CodeDom.CodeTypeReference,System.String,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeVariableDeclarationStatement'/> using the specified type, name and
                  initialization expression.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String,Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeVariableDeclarationStatement.InitExpression">
            <devdoc>
               <para>
                  Gets or sets the initialization expression for the variable.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeVariableDeclarationStatement.Name">
            <devdoc>
               <para>
                  Gets or sets the name of the variable.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeVariableDeclarationStatement.Type">
            <devdoc>
               <para>
                  Gets or sets the type of the variable.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.CodeVariableReferenceExpression">
            <devdoc>
               <para>
                  Represents a reference to a field.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableReferenceExpression.#ctor">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeVariableReferenceExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CodeDom.CodeVariableReferenceExpression.#ctor(System.String)">
            <devdoc>
               <para>
                  Initializes a new instance of <see cref='T:Microsoft.CodeDom.CodeArgumentReferenceExpression'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CodeDom.CodeVariableReferenceExpression.VariableName">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.FieldDirection">
            <devdoc>
               <para>
                  Specifies values used to indicate field and parameter directions.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.FieldDirection.In">
            <devdoc>
               <para>
                  Incoming field.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.FieldDirection.Out">
            <devdoc>
               <para>
                  Outgoing field.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.FieldDirection.Ref">
            <devdoc>
               <para>
                  Field by reference.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CodeDom.MemberAttributes">
            <devdoc>
               <para>
                  Specifies member attributes used for class members.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Abstract">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Final">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Static">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Override">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Const">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.New">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Overloaded">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Assembly">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.FamilyAndAssembly">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Family">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.FamilyOrAssembly">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Private">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.Public">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.AccessMask">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.ScopeMask">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.CodeDom.MemberAttributes.VTableMask">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.CSharp.CSharpCodeProvider">
            <devdoc>
            <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeProvider.FileExtension">
            <devdoc>
            <para>Retrieves the default extension to use when saving files using this code dom provider.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeProvider.GetConverter(System.Type)">
            <devdoc>
            This method allows a code dom provider implementation to provide a different type converter
            for a given data type.  At design time, a designer may pass data types through this
            method to see if the code dom provider wants to provide an additional converter.  
            A typical way this would be used is if the language this code dom provider implements
            does not support all of the values of the MemberAttributes enumeration, or if the language
            uses different names (Protected instead of Family, for example).  The default 
            implementation just calls TypeDescriptor.GetConverter for the given type.
            </devdoc>
        </member>
        <member name="T:Microsoft.CSharp.CSharpCodeGenerator">
            <devdoc>
               <para>
                  C# (C Sharp) Code Generator.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.FileExtension">
            <devdoc>
               <para>
                  Gets
                  or sets the file extension to use for source files.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.CompilerName">
            <devdoc>
               <para>
                  Gets or
                  sets the name of the compiler executable.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.CurrentTypeName">
            <devdoc>
               <para>
                  Gets or sets the current class name.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.IsCurrentInterface">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being
                  generated is an interface.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.IsCurrentClass">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being generated
                  is a class.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.IsCurrentStruct">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being generated
                  is a struct.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.IsCurrentEnum">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being generated
                  is an enumeration.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.IsCurrentDelegate">
            <devdoc>
               <para>
                  Gets or sets a value indicating whether the current object being generated
                  is a delegate.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.NullToken">
            <devdoc>
               <para>
                  Gets the token used to represent <see langword='null'/>.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpCodeGenerator.Options">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.QuoteSnippetStringCStyle(System.String)">
            <devdoc>
               <para>
                  Provides conversion to C-style formatting with escape codes.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.QuoteSnippetString(System.String)">
            <devdoc>
               <para>
                  Provides conversion to formatting with escape codes.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.ProcessCompilerOutputLine(Microsoft.CodeDom.Compiler.CompilerResults,System.String)">
            <devdoc>
               <para>
                  Processes the <see cref='T:Microsoft.CodeDom.Compiler.CompilerResults'/> returned from compilation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.CmdArgsFromParameters(Microsoft.CodeDom.Compiler.CompilerParameters)">
            <devdoc>
               <para>
                  Gets the command arguments from the specified <see cref='T:Microsoft.CodeDom.Compiler.CompilerParameters'/>.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.ContinueOnNewLine(System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GetResponseFileCmdArgs(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputType(Microsoft.CodeDom.CodeTypeReference)">
            <devdoc>
               <para>
                  Sets the output type.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateArrayCreateExpression(Microsoft.CodeDom.CodeArrayCreateExpression)">
            <devdoc>
               <para>
                  Generates code for
                  the specified CodeDom based array creation expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateBaseReferenceExpression(Microsoft.CodeDom.CodeBaseReferenceExpression)">
            <devdoc>
               <para>
                  Generates
                  code for the specified CodeDom based base reference expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateBinaryOperatorExpression(Microsoft.CodeDom.CodeBinaryOperatorExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based binary operator
                  expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateCastExpression(Microsoft.CodeDom.CodeCastExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based cast expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateDelegateCreateExpression(Microsoft.CodeDom.CodeDelegateCreateExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based delegate creation
                  expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateFieldReferenceExpression(Microsoft.CodeDom.CodeFieldReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based field reference expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateIndexerExpression(Microsoft.CodeDom.CodeIndexerExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based indexer expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateSnippetCompileUnit(Microsoft.CodeDom.CodeSnippetCompileUnit)">
            <devdoc>
               <para> Generates code for the specified snippet code block
                  </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateSnippetExpression(Microsoft.CodeDom.CodeSnippetExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based snippet expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateMethodInvokeExpression(Microsoft.CodeDom.CodeMethodInvokeExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based method invoke expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateStatement(Microsoft.CodeDom.CodeStatement)">
            <devdoc>
               <para>
                  Generates code for
                  the specified CodeDom based statement representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateStatements(Microsoft.CodeDom.CodeStatementCollection)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based statement representations.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateNamespaceImports(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based namespace import
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateDelegateInvokeExpression(Microsoft.CodeDom.CodeDelegateInvokeExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based delegate invoke
                  expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateObjectCreateExpression(Microsoft.CodeDom.CodeObjectCreateExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based object creation expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GeneratePrimitiveExpression(Microsoft.CodeDom.CodePrimitiveExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based primitive expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GeneratePrimitiveExpressionBase(Microsoft.CodeDom.CodePrimitiveExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based primitive expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateThisReferenceExpression(Microsoft.CodeDom.CodeThisReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based this reference expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateExpressionStatement(Microsoft.CodeDom.CodeExpressionStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based method invoke statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateIterationStatement(Microsoft.CodeDom.CodeIterationStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based for loop statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateThrowExceptionStatement(Microsoft.CodeDom.CodeThrowExceptionStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based throw exception statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateCommentStatement(Microsoft.CodeDom.CodeCommentStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based comment statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateCommentStatements(Microsoft.CodeDom.CodeCommentStatementCollection)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateMethodReturnStatement(Microsoft.CodeDom.CodeMethodReturnStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based method return statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateConditionStatement(Microsoft.CodeDom.CodeConditionStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based if statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateTryCatchFinallyStatement(Microsoft.CodeDom.CodeTryCatchFinallyStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based try catch finally
                  statement representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateAssignStatement(Microsoft.CodeDom.CodeAssignStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based assignment statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateAttachEventStatement(Microsoft.CodeDom.CodeAttachEventStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based attach event statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateRemoveEventStatement(Microsoft.CodeDom.CodeRemoveEventStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based detach event statement
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateVariableDeclarationStatement(Microsoft.CodeDom.CodeVariableDeclarationStatement)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based variable declaration
                  statement representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateLinePragmaStart(Microsoft.CodeDom.CodeLinePragma)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based line pragma start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateLinePragmaEnd(Microsoft.CodeDom.CodeLinePragma)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based line pragma end
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateExpression(Microsoft.CodeDom.CodeExpression)">
            <devdoc>
               <para>Generates code for the specified CodeDom code expression representation.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateField(Microsoft.CodeDom.CodeMemberField)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom
                  based field representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateSnippetMember(Microsoft.CodeDom.CodeSnippetTypeMember)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based snippet class member
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateMethod(Microsoft.CodeDom.CodeMemberMethod,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based member method
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateProperty(Microsoft.CodeDom.CodeMemberProperty,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based property representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputMemberAccessModifier(Microsoft.CodeDom.MemberAttributes)">
            <devdoc>
               <para>
                  Generates code for the specified member access modifier.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputOperator(Microsoft.CodeDom.CodeBinaryOperatorType)">
            <devdoc>
               <para>
                  Generates code for the specified operator.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GeneratePropertyReferenceExpression(Microsoft.CodeDom.CodePropertyReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based property reference
                  expression representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateConstructor(Microsoft.CodeDom.CodeConstructor,Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based constructor
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateTypeConstructor(Microsoft.CodeDom.CodeTypeConstructor)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based class constructor
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateTypeReferenceExpression(Microsoft.CodeDom.CodeTypeReferenceExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based type reference expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateTypeOfExpression(Microsoft.CodeDom.CodeTypeOfExpression)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based type of expression
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateTypes(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para> Generates code for the specified CodeDom namespace representation and the classes it
                  contains.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateTypeStart(Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based class start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateNamespaces(Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para> Generates code for the namepsaces in the specifield CodeDom compile unit.
                </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputAttributeArgument(Microsoft.CodeDom.CodeAttributeArgument)">
            <devdoc>
               <para>
                  Outputs an argument in a attribute block.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputDirection(Microsoft.CodeDom.FieldDirection)">
            <devdoc>
               <para>
                  Generates code for the specified Microsoft.CodeDom.FieldDirection.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputExpressionList(Microsoft.CodeDom.CodeExpressionCollection)">
            <devdoc>
               <para>
                  Generates code for the specified expression list.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputExpressionList(Microsoft.CodeDom.CodeExpressionCollection,System.Boolean)">
            <devdoc>
               <para>
                  Generates code for the specified expression list.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputParameters(Microsoft.CodeDom.CodeParameterDeclarationExpressionCollection)">
            <devdoc>
               <para>
                  Generates code for the specified parameters.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.OutputTypeNamePair(Microsoft.CodeDom.CodeTypeReference,System.String)">
            <devdoc>
               <para>
                  Generates code for the specified object type and name pair.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateTypeEnd(Microsoft.CodeDom.CodeTypeDeclaration)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based class end representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateNamespaceStart(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based namespace start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateCompileUnit(Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para> Generates code for the specified CodeDom
                  compile unit representation.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateCompileUnitStart(Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based compile unit start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateCompileUnitEnd(Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based compile unit end
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateDirectionExpression(Microsoft.CodeDom.CodeDirectionExpression)">
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateNamespaceEnd(Microsoft.CodeDom.CodeNamespace)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based namespace end
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateNamespaceImport(Microsoft.CodeDom.CodeNamespaceImport)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based namespace import
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateAttributeDeclarationsStart(Microsoft.CodeDom.CodeAttributeDeclarationCollection)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based attribute block start
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.GenerateAttributeDeclarationsEnd(Microsoft.CodeDom.CodeAttributeDeclarationCollection)">
            <devdoc>
               <para>
                  Generates code for the specified CodeDom based attribute block end
                  representation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.IsValidIdentifier(System.String)">
            <devdoc>
               <para>
                  Gets whether the specified value is a valid identifier.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDom(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFile(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSource(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSourceBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFileBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDomBatch(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit[])">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.FromDom(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para>
                  Compiles the specified compile unit and options, and returns the results
                  from the compilation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.FromFile(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <devdoc>
               <para>
                  Compiles the specified file using the specified options, and returns the
                  results from the compilation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.FromSource(Microsoft.CodeDom.Compiler.CompilerParameters,System.String)">
            <devdoc>
               <para>
                  Compiles the specified source code using the specified options, and
                  returns the results from the compilation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.FromDomBatch(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit[])">
            <devdoc>
               <para>
                  Compiles the specified compile units and
                  options, and returns the results from the compilation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.ResolveReferencedAssemblies(Microsoft.CodeDom.Compiler.CompilerParameters,Microsoft.CodeDom.CodeCompileUnit)">
            <devdoc>
               <para>
                  Because CodeCompileUnit and CompilerParameters both have a referenced assemblies 
                  property, they must be reconciled. However, because you can compile multiple
                  compile units with one set of options, it will simply merge them.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(Microsoft.CodeDom.Compiler.CompilerParameters,System.String[])">
            <devdoc>
               <para>
                  Compiles the specified source code strings using the specified options, and
                  returns the results from the compilation.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.JoinStringArray(System.String[],System.String)">
            <devdoc>
               <para>Joins the specified string arrays.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromType(Microsoft.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromExpression(Microsoft.CodeDom.CodeExpression,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromCompileUnit(Microsoft.CodeDom.CodeCompileUnit,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromNamespace(Microsoft.CodeDom.CodeNamespace,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="M:Microsoft.CSharp.CSharpCodeGenerator.Microsoft#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromStatement(Microsoft.CodeDom.CodeStatement,System.IO.TextWriter,Microsoft.CodeDom.Compiler.CodeGeneratorOptions)">
            <internalonly/>
        </member>
        <member name="P:Microsoft.CSharp.CSharpTypeAttributeConverter.Names">
            <devdoc>
                 Retrieves an array of names for attributes.
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpTypeAttributeConverter.Values">
            <devdoc>
                 Retrieves an array of values for attributes.
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpMemberAttributeConverter.Names">
            <devdoc>
                 Retrieves an array of names for attributes.
            </devdoc>
        </member>
        <member name="P:Microsoft.CSharp.CSharpMemberAttributeConverter.Values">
            <devdoc>
                 Retrieves an array of values for attributes.
            </devdoc>
        </member>
        <member name="T:Microsoft.CSharp.CSharpModifierAttributeConverter">
            <devdoc>
                 This type converter provides common values for MemberAttributes
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpModifierAttributeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <devdoc>
                 We override this because we can convert from string types.
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpModifierAttributeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
            <devdoc>
                 Converts the given object to the converter's native type.
            </devdoc>
        </member>
        <member name="M:Microsoft.CSharp.CSharpModifierAttributeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
            <devdoc>
                 Converts the given object to another type.  The most common types to convert
                 are to and from a string object.  The default implementation will make a call
                 to ToString on the object if the object is valid and if the destination
                 type is string.  If this cannot convert to the desitnation type, this will
                 throw a NotSupportedException.
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Bits">
            <summary>
            Contains static utility methods used to manipulate bits in a word.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Bits.Count(System.UInt32)">
            <summary>
            Returns the number of 1 bits in an unsigned integer.  Counts bits by divide-and-conquer method,
            first computing 16 2-bit counts, then 8 4-bit counts, then 4 8-bit counts, then 2 16-bit counts,
            and finally 1 32-bit count.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Bits.ExactlyOne(System.UInt32)">
            <summary>
            Returns true if the unsigned integer has exactly one bit set.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Bits.MoreThanOne(System.UInt32)">
            <summary>
            Returns true if the unsigned integer has more than one bit set.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Bits.ClearLeast(System.UInt32)">
            <summary>
            Clear the least significant bit that is set and return the result.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Bits.LeastPosition(System.UInt32)">
            <summary>
            Compute the 1-based position of the least sigificant bit that is set, and return it (return 0 if no bits are set).
            (e.g. 0x1001100 will return 3, since the 3rd bit is set).
            </summary>
        </member>
        <member name="T:Microsoft.Xml.BitStack">
            <summary>
            Manages a stack of bits.  Exposes push, pop, and peek operations.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.BitStack.#ctor">
            <summary>
            Initialize stack.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.BitStack.PushBit(System.Boolean)">
            <summary>
            Push a 0 or 1 bit onto the stack.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.BitStack.PopBit">
            <summary>
            Pop the top bit from the stack and return it.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.BitStack.PeekBit">
            <summary>
            Return the top bit on the stack without pushing or popping.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.BitStack.IsEmpty">
            <summary>
            Return true if there are currently no bits on the stack.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.BitStack.PushCurr">
            <summary>
            this.curr has enough space for 31 bits (minus 1 for sentinel bit).  Once this space is
            exhausted, a uint stack is created to handle the overflow.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.BitStack.PopCurr">
            <summary>
            If all bits have been popped from this.curr, then pop the previous uint value from the stack in
            order to provide another 31 bits.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.HtmlEncodedRawTextWriter.WriteDocType(System.String,System.String,System.String,System.String)">
            Html rules allow public ID without system ID and always output "html"
        </member>
        <member name="M:Microsoft.Xml.HtmlEncodedRawTextWriterIndent.WriteDocType(System.String,System.String,System.String,System.String)">
            <summary>
            Serialize the document type declaration.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.HtmlUtf8RawTextWriter.WriteDocType(System.String,System.String,System.String,System.String)">
            Html rules allow public ID without system ID and always output "html"
        </member>
        <member name="M:Microsoft.Xml.HtmlUtf8RawTextWriterIndent.WriteDocType(System.String,System.String,System.String,System.String)">
            <summary>
            Serialize the document type declaration.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.IDtdInfo">
            <summary>
            This is an interface for a compiled DTD information. 
            It exposes information and functionality that XmlReader need in order to be able
            to expand entities, add default attributes and correctly normalize attribute values 
            according to their data types.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdInfo.Name">
            <summary>
            DOCTYPE name
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdInfo.InternalDtdSubset">
            <summary>
            Internal DTD subset as specified in the XML document
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdInfo.HasDefaultAttributes">
            <summary>
            Returns true if the DTD contains any declaration of a default attribute
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdInfo.HasNonCDataAttributes">
            <summary>
            Returns true if the DTD contains any declaration of an attribute 
            whose type is other than CDATA
            </summary>
        </member>
        <member name="M:Microsoft.Xml.IDtdInfo.LookupAttributeList(System.String,System.String)">
            <summary>
            Looks up a DTD attribute list definition by its name. 
            </summary>
            <param name="prefix">The prefix of the attribute list to look for</param>
            <param name="localName">The local name of the attribute list to look for</param>
            <returns>Interface representing an attribute list or null if none was found.</returns>
        </member>
        <member name="M:Microsoft.Xml.IDtdInfo.GetAttributeLists">
            <summary>
            Returns an enumerator of all attribute lists defined in the DTD.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.IDtdInfo.LookupEntity(System.String)">
            <summary>
            Looks up a general DTD entity by its name.
            </summary>
            <param name="name">The name of the entity to look for</param>
            <returns>Interface representing an entity or null if none was found.</returns>
        </member>
        <member name="T:Microsoft.Xml.IDtdAttributeListInfo">
            <summary>
            Exposes information about attributes declared in an attribute list in a DTD 
            that XmlReader need in order to be able to add default attributes 
            and correctly normalize attribute values according to their data types.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeListInfo.Prefix">
            <summary>
            Prefix of an element this attribute list belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeListInfo.LocalName">
            <summary>
            Local name of an element this attribute list belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeListInfo.HasNonCDataAttributes">
            <summary>
            Returns true if the attribute list has some declared attributes with
            type other than CDATA.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.IDtdAttributeListInfo.LookupAttribute(System.String,System.String)">
            <summary>
            Looks up a DTD attribute definition by its name.
            </summary>
            <param name="prefix">The prefix of the attribute to look for</param>
            <param name="localName">The local name of the attribute to look for</param>
            <returns>Interface representing an attribute or null is none was found</returns>
        </member>
        <member name="M:Microsoft.Xml.IDtdAttributeListInfo.LookupDefaultAttributes">
            <summary>
            Returns enumeration of all default attributes
            defined in this attribute list.
            </summary>
            <returns>Enumerator of default attribute.</returns>
        </member>
        <member name="M:Microsoft.Xml.IDtdAttributeListInfo.LookupIdAttribute">
            <summary>
            Looks up a ID attribute defined in the attribute list. Returns
            null if the attribute list does define an ID attribute.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.IDtdAttributeInfo">
            <summary>
            Exposes information about an attribute declared in a DTD 
            that XmlReader need in order to be able to correctly normalize 
            the attribute value according to its data types.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeInfo.Prefix">
            <summary>
            The prefix of the attribute
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeInfo.LocalName">
            <summary>
            The local name of the attribute
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeInfo.LineNumber">
            <summary>
            The line number of the DTD attribute definition
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeInfo.LinePosition">
            <summary>
            The line position of the DTD attribute definition
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeInfo.IsNonCDataType">
            <summary>
            Returns true if the attribute is of a different type than CDATA
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeInfo.IsDeclaredInExternal">
            <summary>
            Returns true if the attribute was declared in an external DTD subset
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdAttributeInfo.IsXmlAttribute">
            <summary>
            Returns true if the attribute is xml:space or xml:lang
            </summary>
        </member>
        <member name="T:Microsoft.Xml.IDtdDefaultAttributeInfo">
            <summary>
            Exposes information about a default attribute 
            declared in a DTD that XmlReader need in order to be able to add 
            this attribute to the XML document (it is not present already) 
            or correctly normalize the attribute value according to its data types.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdDefaultAttributeInfo.DefaultValueExpanded">
            <summary>
            The expanded default value of the attribute
            the consumer assumes that all entity references
            were already resolved in the value and that the value
            is correctly normalized.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdDefaultAttributeInfo.DefaultValueTyped">
            <summary>
            The typed default value of the attribute.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdDefaultAttributeInfo.ValueLineNumber">
            <summary>
            The line number of the default value (in the DTD)
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdDefaultAttributeInfo.ValueLinePosition">
            <summary>
            The line position of the default value (in the DTD)
            </summary>
        </member>
        <member name="T:Microsoft.Xml.IDtdEntityInfo">
            <summary>
            Exposes information about a general entity 
            declared in a DTD that XmlReader need in order to be able
            to expand the entity.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.Name">
            <summary>
            The name of the entity
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.IsExternal">
            <summary>
            true if the entity is external (its value is in an external input)
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.IsDeclaredInExternal">
            <summary>
            true if the entity was declared in external DTD subset
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.IsUnparsedEntity">
            <summary>
            true if this is an unparsed entity
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.IsParameterEntity">
            <summary>
            true if this is a parameter entity
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.BaseUriString">
            <summary>
            The base URI of the entity value
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.DeclaredUriString">
            <summary>
            The URI of the XML document where the entity was declared
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.SystemId">
            <summary>
            SYSTEM identifier (URI) of the entity value - only used for external entities
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.PublicId">
            <summary>
            PUBLIC identifier of the entity value - only used for external entities
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.Text">
            <summary>
            Replacement text of an entity. Valid only for internal entities.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.LineNumber">
            <summary>
            The line number of the entity value
            </summary>
        </member>
        <member name="P:Microsoft.Xml.IDtdEntityInfo.LinePosition">
            <summary>
            The line position of the entity value
            </summary>
        </member>
        <member name="T:Microsoft.Xml.OnRemoveWriter">
            <summary>
            Event which is used when a raw writer in a processing pipeline wishes to remove itself from the pipeline and
            replace itself with another writer.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.IRemovableWriter">
            <summary>
            This interface is implemented by writers which wish to remove themselves from the processing pipeline once they
            have accomplished some work.  An example would be the auto-detect writer, which removes itself from the pipeline
            once it has determined whether to use the Xml or the Html output mode.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.QueryOutputWriter">
             <summary>
             This writer wraps an XmlRawWriter and inserts additional lexical information into the resulting
             Xml 1.0 document:
               1. CData sections
               2. DocType declaration
            
             It also performs well-formed document checks if standalone="yes" and/or a doc-type-decl is output.
             </summary>
        </member>
        <member name="P:Microsoft.Xml.QueryOutputWriter.NamespaceResolver">
            <summary>
            Get and set the namespace resolver that's used by this RawWriter to resolve prefixes.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriter.WriteXmlDeclaration(Microsoft.Xml.XmlStandalone)">
            <summary>
            Write the xml declaration.  This must be the first call.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.QueryOutputWriter.Settings">
            <summary>
            Return settings provided to factory.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriter.WriteDocType(System.String,System.String,System.String,System.String)">
            <summary>
            Suppress this explicit call to WriteDocType if information was provided by XmlWriterSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriter.WriteStartElement(System.String,System.String,System.String)">
            <summary>
            Check well-formedness, possibly output doc-type-decl, and determine whether this element is a
            CData section element.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriter.StartCDataSection">
            <summary>
            Write CData text if element is a CData element.  Return true if text should be written
            within a CData section.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriter.EndCDataSection">
            <summary>
            No longer write CData text.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.QueryOutputWriterV1">
             <summary>
             This writer wraps an XmlWriter that was not build using the XmlRawWriter architecture (such as XmlTextWriter or a custom XmlWriter) 
             for use in the XslCompilerTransform. Depending on the Xsl stylesheet output settings (which gets transfered to this writer via the 
             internal properties of XmlWriterSettings) this writer will inserts additional lexical information into the resulting Xml 1.0 document:
             
               1. CData sections
               2. DocType declaration
               3. Standalone attribute
            
             It also calls WriteStateDocument if standalone="yes" and/or a DocType declaration is written out in order to enforce document conformance
             checking.
             </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriterV1.WriteDocType(System.String,System.String,System.String,System.String)">
            <summary>
            Suppress this explicit call to WriteDocType if information was provided by XmlWriterSettings.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriterV1.WriteStartElement(System.String,System.String,System.String)">
            <summary>
            Output doc-type-decl on the first element, and determine whether this element is a
            CData section element.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriterV1.StartCDataSection">
            <summary>
            Write CData text if element is a CData element.  Return true if text should be written
            within a CData section.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.QueryOutputWriterV1.EndCDataSection">
            <summary>
            No longer write CData text.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.TernaryTreeReadOnly">
             TernaryTreeRO
             -------------
            
             Ternary tree implementation used to make fast dictionary lookups in pre-generated
             ternary trees.
            
             Note: Only strings composed of ASCII characters can exist in the tree.
            <!-- Failed to insert some or all of included XML --><include file="doc\ReadOnlyTernaryTree.uex" path="docs/doc[@for=&quot;TernaryTreeReadOnly&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.TernaryTreeReadOnly.#ctor(System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\ReadOnlyTernaryTree.uex" path="docs/doc[@for=&quot;TernaryTreeReadOnly.TernaryTreeReadOnly&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.TernaryTreeReadOnly.FindCaseInsensitiveString(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ReadOnlyTernaryTree.uex" path="docs/doc[@for=&quot;TernaryTreeReadOnly.FindCaseInsensitiveString&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.XmlAutoDetectWriter">
            <summary>
            This writer implements XmlOutputMethod.AutoDetect.  If the first element is "html", then output will be
            directed to an Html writer.  Otherwise, output will be directed to an Xml writer.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XmlAutoDetectWriter.OnRemoveWriterEvent">
            <summary>
            This writer will raise this event once it has determined whether to replace itself with the Html or Xml writer.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlAutoDetectWriter.IsHtmlTag(System.String)">
            <summary>
            Return true if "tagName" == "html" (case-insensitive).
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlAutoDetectWriter.EnsureWrappedWriter(Microsoft.Xml.XmlOutputMethod)">
            <summary>
            If a wrapped writer has not yet been created, create one.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlAutoDetectWriter.TextBlockCreatesWriter(System.String)">
            <summary>
            If the specified text consist only of whitespace, then cache the whitespace, as it is not enough to
            force the creation of a wrapped writer.  Otherwise, create a wrapped writer if one has not yet been
            created and return true.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlAutoDetectWriter.CreateWrappedWriter(Microsoft.Xml.XmlOutputMethod)">
            <summary>
            Create either the Html or Xml writer and send any cached events to it.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XmlEventCache">
            <summary>
            Caches sequence of XmlEvents so that they can be replayed later.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XmlEventCache.BaseUri">
            <summary>
            Return Base Uri of the document.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XmlEventCache.HasRootNode">
            <summary>
            Return true if the cached document has a root node, false if it's a fragment.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlEventCache.EventsToWriter(Microsoft.Xml.XmlWriter)">
            <summary>
            Replay all cached events to an XmlWriter.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlEventCache.EventsToString">
            <summary>
            Concatenate all element text and atomic value events and return the resulting string.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlEventCache.WriteValue(System.Object)">
            <summary>
            All other WriteValue methods are implemented by XmlWriter to delegate to WriteValue(object) or WriteValue(string), so
            only these two methods need to be implemented.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlEventCache.ToBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Create a standalone buffer that doesn't need an index or count passed along with it.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XmlEventCache.XmlEvent">
            <summary>
            Caches information for XML events like BeginElement, String, and EndAttribute so that they can be replayed later.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XmlRawWriter">
             <summary>
             Implementations of XmlRawWriter are intended to be wrapped by the XmlWellFormedWriter.  The
             well-formed writer performs many checks in behalf of the raw writer, and keeps state that the
             raw writer otherwise would have to keep.  Therefore, the well-formed writer will call the
             XmlRawWriter using the following rules, in order to make raw writers easier to implement:
            
              1. The well-formed writer keeps a stack of element names, and always calls
                 WriteEndElement(string, string, string) instead of WriteEndElement().
              2. The well-formed writer tracks namespaces, and will pass himself in via the
                 WellformedWriter property. It is used in the XmlRawWriter's implementation of IXmlNamespaceResolver.
                 Thus, LookupPrefix does not have to be implemented.
              3. The well-formed writer tracks write states, so the raw writer doesn't need to.
              4. The well-formed writer will always call StartElementContent.
              5. The well-formed writer will always call WriteNamespaceDeclaration for namespace nodes,
                 rather than calling WriteStartAttribute(). If the writer is supporting namespace declarations in chunks
                 (SupportsNamespaceDeclarationInChunks is true), the XmlWellFormedWriter will call WriteStartNamespaceDeclaration,
                  then any method that can be used to write out a value of an attribute (WriteString, WriteChars, WriteRaw, WriteCharEntity...) 
                  and then WriteEndNamespaceDeclaration - instead of just a single WriteNamespaceDeclaration call. This feature will be 
                  supported by raw writers serializing to text that wish to preserve the attribute value escaping etc.
              6. The well-formed writer guarantees a well-formed document, including correct call sequences,
                 correct namespaces, and correct document rule enforcement.
              7. All element and attribute names will be fully resolved and validated.  Null will never be
                 passed for any of the name parts.
              8. The well-formed writer keeps track of xml:space and xml:lang.
              9. The well-formed writer verifies NmToken, Name, and QName values and calls WriteString().
             </summary>
        </member>
        <member name="M:Microsoft.Xml.XmlTextReaderImpl.RegisterConsumedCharacters(System.Int64,System.Boolean)">
            <summary>
            This method should be called every time the reader is about to consume some number of
              characters from the input. It will count it agains the security counters and
              may throw if some of the security limits are exceeded.
            </summary>
            <param name="characters">Number of characters to be consumed.</param>
            <param name="inEntityReference">true if the characters are result of entity expansion.</param>
        </member>
        <member name="T:Microsoft.Xml.TriState">
            <summary>
            Three-state logic enumeration.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.IHasXmlNode">
            <!-- Failed to insert some or all of included XML --><include file="doc\IHasXmlNode.uex" path="docs/doc[@for=&quot;IHasXmlNode&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.IHasXmlNode.GetNode">
            <!-- Failed to insert some or all of included XML --><include file="doc\IHasXmlNode.uex" path="docs/doc[@for=&quot;IHasXmlNode.GetNode&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.IXmlLineInfo">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlLineInfo.uex" path="docs/doc[@for=&quot;IXmlLineInfo&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.IXmlLineInfo.HasLineInfo">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlLineInfo.uex" path="docs/doc[@for=&quot;IXmlLineInfo.HasLineInfo&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.IXmlLineInfo.LineNumber">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlLineInfo.uex" path="docs/doc[@for=&quot;IXmlLineInfo.LineNumber&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.IXmlLineInfo.LinePosition">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlLineInfo.uex" path="docs/doc[@for=&quot;IXmlLineInfo.LinePosition&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.NameTable">
            <!-- Failed to insert some or all of included XML --><include file="doc\NameTable.uex" path="docs/doc[@for=&quot;NameTable&quot;]/*" />
            <devdoc>
               <para>
                  XmlNameTable implemented as a simple hash table.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.NameTable.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\NameTable.uex" path="docs/doc[@for=&quot;NameTable.NameTable&quot;]/*" />
            <devdoc>
                 Public constructor.
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.NameTable.Add(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\NameTable.uex" path="docs/doc[@for=&quot;NameTable.Add&quot;]/*" />
            <devdoc>
                 Add the given string to the NameTable or return
                 the existing string if it is already in the NameTable.
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.NameTable.Add(System.Char[],System.Int32,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\NameTable.uex" path="docs/doc[@for=&quot;NameTable.Add1&quot;]/*" />
            <devdoc>
                 Add the given string to the NameTable or return
                 the existing string if it is already in the NameTable.
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.NameTable.Get(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\NameTable.uex" path="docs/doc[@for=&quot;NameTable.Get&quot;]/*" />
            <devdoc>
                 Find the matching string in the NameTable.
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.NameTable.Get(System.Char[],System.Int32,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\NameTable.uex" path="docs/doc[@for=&quot;NameTable.Get1&quot;]/*" />
            <devdoc>
                 Find the matching string atom given a range of
                 characters.
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Ref">
            <summary>
            Ref class is used to verify string atomization in debug mode.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XmlSystemPathResolver">
            <summary>
            Resolves external XML resources named by a Uniform Resource Identifier (URI).
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.ChameleonKey.#ctor(System.String,Microsoft.Xml.Schema.XmlSchema)">
            <summary>
            Creates a new chameleon key - an identification for a chameleon schema instance
            </summary>
            <param name="ns">The target namespace of the instance of the chameleon schema</param>
            <param name="originalSchema">The original (chameleon) schema (the one without the target namespace).
              This is used to get the location (base uri) and to identify the schema.</param>
        </member>
        <member name="T:Microsoft.Xml.Schema.UpaException">
            <summary>
            UPA violations will throw this exception
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.SymbolsDictionary">
            <summary>
            SymbolsDictionary is a map between names that ContextValidator recognizes and symbols - int symbol[XmlQualifiedName name].
            There are two types of name - full names and wildcards (namespace is specified, local name is anythig).
            Wildcard excludes all full names that would match by the namespace part.
            SymbolsDictionry alwas recognizes all the symbols - the last one is a true wildcard - 
                 both name and namespace can be anything that none of the other symbols matched.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.SymbolsDictionary.IsUpaEnforced">
            <summary>
            True is particle can be deterministically attributed from the symbol and conversion to DFA is possible.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.SymbolsDictionary.AddName(Microsoft.Xml.XmlQualifiedName,System.Object)">
            <summary>
            Add name  and return it's number
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.SymbolsDictionary.Item(Microsoft.Xml.XmlQualifiedName)">
            <summary>
            Find the symbol for the given name. If neither names nor wilcards match it last (*.*) symbol will be returned
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.SymbolsDictionary.Exists(Microsoft.Xml.XmlQualifiedName)">
            <summary>
            Check if a name exists in the symbol dictionary
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.SymbolsDictionary.GetParticle(System.Int32)">
            <summary>
            Return content processing mode for the symbol
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.SymbolsDictionary.NameOf(System.Int32)">
            <summary>
            Output symbol's name
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.SyntaxTreeNode">
            <summary>
            Base class for the systax tree nodes
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.SyntaxTreeNode.ExpandTree(Microsoft.Xml.Schema.InteriorNode,Microsoft.Xml.Schema.SymbolsDictionary,Microsoft.Xml.Schema.Positions)">
            <summary>
            Expand NamesapceListNode and RangeNode nodes. All other nodes
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.SyntaxTreeNode.Clone(Microsoft.Xml.Schema.Positions)">
            <summary>
            Clone the syntaxTree. We need to pass symbolsByPosition because leaf nodes have to add themselves to it.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.SyntaxTreeNode.ConstructPos(Microsoft.Xml.Schema.BitSet,Microsoft.Xml.Schema.BitSet,Microsoft.Xml.Schema.BitSet[])">
            <summary>
            From a regular expression to a DFA
            Compilers by Aho, Sethi, Ullman.
            ISBN 0-201-10088-6, p135 
            Construct firstpos, lastpos and calculate followpos 
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.SyntaxTreeNode.IsNullable">
            <summary>
            Returns nullable property that is being used by ConstructPos
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.SyntaxTreeNode.IsRangeNode">
            <summary>
            Returns true if node is a range node
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.LeafNode">
            <summary>
            Terminal of the syntax tree
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.NamespaceListNode">
            <summary>
            Temporary node to represent NamespaceList. Will be expended as a choice of symbols
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.InteriorNode">
            <summary>
            Base class for all internal node. Note that only sequence and choice have right child
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.LeafRangeNode">
            <summary>
            Using range node as one of the terminals
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.ContentValidator">
            <summary>
            Basic ContentValidator
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.ParticleContentValidator.BuildTransitionTable(Microsoft.Xml.Schema.BitSet,Microsoft.Xml.Schema.BitSet[],System.Int32)">
            <summary>
            Algorithm 3.5 Construction of a DFA from a regular expression
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.DfaContentValidator">
            <summary>
            Deterministic Finite Automata
            Compilers by Aho, Sethi, Ullman.
            ISBN 0-201-10088-6, pp. 115, 116, 140 
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.DfaContentValidator.#ctor(System.Int32[][],Microsoft.Xml.Schema.SymbolsDictionary,Microsoft.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)">
            <summary>
            Algorithm 3.5 Construction of a DFA from a regular expression
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.DfaContentValidator.ValidateElement(Microsoft.Xml.XmlQualifiedName,Microsoft.Xml.Schema.ValidationState,System.Int32@)">
            <summary>
            Algorithm 3.1 Simulating a DFA
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.NfaContentValidator">
            <summary>
            Nondeterministic Finite Automata
            Compilers by Aho, Sethi, Ullman.
            ISBN 0-201-10088-6, pp. 126,140 
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.NfaContentValidator.ValidateElement(Microsoft.Xml.XmlQualifiedName,Microsoft.Xml.Schema.ValidationState,System.Int32@)">
            <summary>
            Algorithm 3.4 Simulation of an NFA
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaDatatypeVariety">
            <!-- Failed to insert some or all of included XML --><include file="doc\DatatypeImplementation.uex" path="docs/doc[@for=&quot;XmlSchemaDatatypeVariety&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDatatypeVariety.Atomic">
            <!-- Failed to insert some or all of included XML --><include file="doc\DatatypeImplementation.uex" path="docs/doc[@for=&quot;XmlSchemaDatatypeVariety.Atomic&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDatatypeVariety.List">
            <!-- Failed to insert some or all of included XML --><include file="doc\DatatypeImplementation.uex" path="docs/doc[@for=&quot;XmlSchemaDatatypeVariety.List&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDatatypeVariety.Union">
            <!-- Failed to insert some or all of included XML --><include file="doc\DatatypeImplementation.uex" path="docs/doc[@for=&quot;XmlSchemaDatatypeVariety.Union&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.DatatypeImplementation.StartBuiltinType(Microsoft.Xml.XmlQualifiedName,Microsoft.Xml.Schema.XmlSchemaDatatype)">
            <summary>
            Begin the creation of an XmlSchemaSimpleType object that will be used to represent a static built-in type.
            Once StartBuiltinType has been called for all built-in types, FinishBuiltinType should be called in order
            to create links between the types.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.DatatypeImplementation.FinishBuiltinType(Microsoft.Xml.Schema.XmlSchemaSimpleType,Microsoft.Xml.Schema.XmlSchemaSimpleType)">
            <summary>
            Finish constructing built-in types by setting up derivation and list links.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.FacetsChecker">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaInference">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;Infer&quot;]/*" />
            <summary>
            Infer class serves for infering XML Schema from given XML instance document.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaInference.InferenceOption">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;InferenceOption&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaInference.InferenceOption.Restricted">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;InferenceOption.Restricted&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaInference.InferenceOption.Relaxed">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;InferenceOption.Relaxed&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaInference.Occurrence">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;Infer.Occurrence&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaInference.TypeInference">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;Infer.TypeInference&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaInference.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;Infer.Infer&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaInference.InferSchema(Microsoft.Xml.XmlReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;Infer.InferSchema&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaInference.InferSchema(Microsoft.Xml.XmlReader,Microsoft.Xml.Schema.XmlSchemaSet)">
            <!-- Failed to insert some or all of included XML --><include file="doc\Infer.uex" path="docs/doc[@for=&quot;Infer.InferSchema1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaInference.InferElement(Microsoft.Xml.Schema.XmlSchemaElement,System.Boolean,Microsoft.Xml.Schema.XmlSchema)">
            <summary>
            Sets type of the xse based on the currently read element.
            If the type is already set, verifies that it matches the instance and if not, updates the type to validate the instance.
            </summary>
            <param name="xse">XmlSchemaElement corresponding to the element just read by the xtr XmlTextReader</param>
            <param name="bCreatingNewType">true if the type is newly created, false if the type already existed and matches the current element name</param>
            <param name="nsContext">namespaceURI of the parent element. Used to distinguish if ref= should be used when parent is in different ns than child.</param>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaInference.FindMatchingElement(System.Boolean,Microsoft.Xml.XmlReader,Microsoft.Xml.Schema.XmlSchemaComplexType,System.Int32@,System.Boolean@,Microsoft.Xml.Schema.XmlSchema,System.Boolean)">
            <summary>
            Verifies that the current element has its corresponding element in the sequence and order is the same.
            If the order is not the same, it changes the particle from Sequence to Sequence with Choice.
            If there is more elements of the same kind in the sequence, sets maxOccurs to unbounded
            </summary>
            <param name="bCreatingNewType">True if this is a new type. This is important for setting minOccurs=0 for elements that did not exist in a particle.</param>
            <param name="xtr">text reader positioned to the current element</param>
            <param name="ct">complex type with Sequence or Choice Particle</param>
            <param name="lastUsedSeqItem">ordinal number in the sequence to indicate current sequence position</param>
            <param name="itemsMadeOptional">hashtable of elements with minOccurs changed to 0 in order to satisfy sequence requirements. These elements will be rolled back if Sequence becomes Sequence of Choice.</param>
            <param name="bParticleChanged">This indicates to the caller if Sequence was changed to Choice</param>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaInferenceException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException3&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.IXmlSchemaInfo">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.IXmlSchemaInfo.Validity">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo.Validity&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.IXmlSchemaInfo.IsDefault">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo.IsDefault&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.IXmlSchemaInfo.IsNil">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo.IsNil&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.IXmlSchemaInfo.MemberType">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo.MemberType&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.IXmlSchemaInfo.SchemaType">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo.SchemaType&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.IXmlSchemaInfo.SchemaElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo.SchemaElement&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.IXmlSchemaInfo.SchemaAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo.SchemaAttribute&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.ValidationEventArgs">
            <!-- Failed to insert some or all of included XML --><include file="doc\ValidationEventArgs.uex" path="docs/doc[@for=&quot;ValidationEventArgs&quot;]/*" />
            <devdoc>
               Returns detailed information relating to
               the ValidationEventhandler.
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.ValidationEventArgs.Severity">
            <!-- Failed to insert some or all of included XML --><include file="doc\ValidationEventArgs.uex" path="docs/doc[@for=&quot;ValidationEventArgs.Severity&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.ValidationEventArgs.Exception">
            <!-- Failed to insert some or all of included XML --><include file="doc\ValidationEventArgs.uex" path="docs/doc[@for=&quot;ValidationEventArgs.Exception&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.ValidationEventArgs.Message">
            <!-- Failed to insert some or all of included XML --><include file="doc\ValidationEventArgs.uex" path="docs/doc[@for=&quot;ValidationEventArgs.Message&quot;]/*" />
            <devdoc>
               <para>Gets the text description corresponding to the
                  validation error.</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.ValidationEventHandler">
            <!-- Failed to insert some or all of included XML --><include file="doc\ValidationEventHandler.uex" path="docs/doc[@for=&quot;ValidationEventHandler&quot;]/*" />
            <devdoc>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlAtomicValue">
            <summary>
            This class contains a (CLR Object, XmlType) pair that represents an instance of an Xml atomic value.
            It is optimized to avoid boxing.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlAtomicValue.Clone">
            <summary>
            Since XmlAtomicValue is immutable, clone simply returns this.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlAtomicValue.System#ICloneable#Clone">
            <summary>
            Since XmlAtomicValue is immutable, clone simply returns this.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchema">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchema.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchema.InstanceNamespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.InstanceNamespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.XmlSchema&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Read(System.IO.TextReader,Microsoft.Xml.Schema.ValidationEventHandler)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Read&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Read(System.IO.Stream,Microsoft.Xml.Schema.ValidationEventHandler)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Read1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Read(Microsoft.Xml.XmlReader,Microsoft.Xml.Schema.ValidationEventHandler)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Read2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Write(System.IO.Stream)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Write&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Write(System.IO.Stream,Microsoft.Xml.XmlNamespaceManager)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Write1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Write(System.IO.TextWriter)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Write2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Write(System.IO.TextWriter,Microsoft.Xml.XmlNamespaceManager)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Write3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Write(Microsoft.Xml.XmlWriter)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Write4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Write(Microsoft.Xml.XmlWriter,Microsoft.Xml.XmlNamespaceManager)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Write5&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Compile(Microsoft.Xml.Schema.ValidationEventHandler)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Compile&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchema.Compile(Microsoft.Xml.Schema.ValidationEventHandler,Microsoft.Xml.XmlResolver)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Compileq&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.AttributeFormDefault">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.AttributeFormDefault&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.BlockDefault">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.BlockDefault&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.FinalDefault">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.FinalDefault&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.ElementFormDefault">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.ElementFormDefault&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.TargetNamespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.TargetNamespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.Version">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Version&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.Includes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Includes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.Items">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Items&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.IsCompiled">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.IsCompiled&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.Attributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Attributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.AttributeGroups">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.AttributeGroups&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.SchemaTypes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.SchemaTypes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.Elements">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Elements&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.Id">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Id&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.UnhandledAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.UnhandledAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.Groups">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Groups&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchema.Notations">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchema.uex" path="docs/doc[@for=&quot;XmlSchema.Notations&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAll">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAll.uex" path="docs/doc[@for=&quot;XmlSchemaAll&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAll.Items">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAll.uex" path="docs/doc[@for=&quot;XmlSchemaAll.Items&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAnnotated">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnnotated.uex" path="docs/doc[@for=&quot;XmlSchemaAnnotated&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAnnotated.Id">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnnotated.uex" path="docs/doc[@for=&quot;XmlSchemaAnnotated.Id&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAnnotated.Annotation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnnotated.uex" path="docs/doc[@for=&quot;XmlSchemaAnnotated.Annotation&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAnnotated.UnhandledAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnnotated.uex" path="docs/doc[@for=&quot;XmlSchemaAnnotated.UnhandledAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAnnotation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnnotation.uex" path="docs/doc[@for=&quot;XmlSchemaAnnotation&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAnnotation.Id">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnnotation.uex" path="docs/doc[@for=&quot;XmlSchemaAnnotation.Id&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAnnotation.Items">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnnotation.uex" path="docs/doc[@for=&quot;XmlSchemaAnnotation.Items&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAnnotation.UnhandledAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnnotation.uex" path="docs/doc[@for=&quot;XmlSchemaAnnotation.UnhandledAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAny">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAny.uex" path="docs/doc[@for=&quot;XmlSchemaAny&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAny.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAny.uex" path="docs/doc[@for=&quot;XmlSchemaAny.Namespaces&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAny.ProcessContents">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAny.uex" path="docs/doc[@for=&quot;XmlSchemaAny.ProcessContents&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAnyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnyAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAnyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAnyAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnyAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAnyAttribute.Namespaces&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAnyAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAnyAttribute.ProcessContents&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAppInfo">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAppInfo.uex" path="docs/doc[@for=&quot;XmlSchemaAppInfo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAppInfo.Source">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAppInfo.uex" path="docs/doc[@for=&quot;XmlSchemaAppInfo.Source&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAppInfo.Markup">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAppInfo.uex" path="docs/doc[@for=&quot;XmlSchemaAppInfo.Markup&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.DefaultValue">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.DefaultValue&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.FixedValue">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.FixedValue&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.Form">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.Form&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.RefName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.RefName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.SchemaTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.SchemaTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.SchemaType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.SchemaType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.Use">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.Use&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.QualifiedName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.QualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.AttributeType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.AttributeType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttribute.AttributeSchemaType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaAttribute.AttributeSchemaType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAttributeGroup">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttributeGroup.uex" path="docs/doc[@for=&quot;XmlSchemaAttributeGroup&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttributeGroup.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttributeGroup.uex" path="docs/doc[@for=&quot;XmlSchemaAttributeGroup.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttributeGroup.Attributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttributeGroup.uex" path="docs/doc[@for=&quot;XmlSchemaAttributeGroup.Attributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttributeGroup.AnyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttributeGroup.uex" path="docs/doc[@for=&quot;XmlSchemaAttributeGroup.AnyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttributeGroup.RedefinedAttributeGroup">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttributeGroup.uex" path="docs/doc[@for=&quot;XmlSchemaAttributeGroup.RedefinedAttributeGroup&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttributeGroupRef.uex" path="docs/doc[@for=&quot;XmlSchemaAttributeGroupRef&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaAttributeGroupRef.RefName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaAttributeGroupRef.uex" path="docs/doc[@for=&quot;XmlSchemaAttributeGroupRef.RefName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaChoice">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaChoice.uex" path="docs/doc[@for=&quot;XmlSchemaChoice&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaChoice.Items">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaChoice.uex" path="docs/doc[@for=&quot;XmlSchemaChoice.Items&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection&quot;]/*" />
            <devdoc>
               <para>The XmlSchemaCollection contains a set of namespace URI's.
                  Each namespace also have an associated private data cache
                  corresponding to the XML-Data Schema or W3C XML Schema.
                  The XmlSchemaCollection will able to load XSD and XDR schemas,
                  and compile them into an internal "cooked schema representation".
                  The Validate method then uses this internal representation for
                  efficient runtime validation of any given subtree.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.XmlSchemaCollection&quot;]/*" />
            <devdoc>
               <para>Construct a new empty schema collection.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.#ctor(Microsoft.Xml.XmlNameTable)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.XmlSchemaCollection1&quot;]/*" />
            <devdoc>
               <para>Construct a new empty schema collection with associated XmlNameTable.
                  The XmlNameTable is used when loading schemas</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaCollection.Count">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Count&quot;]/*" />
            <devdoc>
               <para>Returns the number of namespaces defined in this collection
                  (whether or not there is an actual schema associated with those namespaces or not).</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaCollection.NameTable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.NameTable&quot;]/*" />
            <devdoc>
               <para>The default XmlNameTable used by the XmlSchemaCollection when loading new schemas.</para>
            </devdoc>
        </member>
        <member name="E:Microsoft.Xml.Schema.XmlSchemaCollection.ValidationEventHandler">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.ValidationEventHandler&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.Add(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Add&quot;]/*" />
            <devdoc>
               <para>Add the schema located by the given URL into the schema collection.
                  If the given schema references other namespaces, the schemas for those other
                  namespaces are NOT automatically loaded.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.Add(System.String,Microsoft.Xml.XmlReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Add4&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.Add(System.String,Microsoft.Xml.XmlReader,Microsoft.Xml.XmlResolver)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Add1&quot;]/*" />
            <devdoc>
               <para>Add the given schema into the schema collection.
                  If the given schema references other namespaces, the schemas for those
                  other namespaces are NOT automatically loaded.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.Add(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Add2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.Add(Microsoft.Xml.Schema.XmlSchema,Microsoft.Xml.XmlResolver)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Add5&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.Add(Microsoft.Xml.Schema.XmlSchemaCollection)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Add3&quot;]/*" />
            <devdoc>
               <para>Adds all the namespaces defined in the given collection
                  (including their associated schemas) to this collection.</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.this&quot;]/*" />
            <devdoc>
               <para>Looks up the schema by it's associated namespace URI</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.Contains(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.Contains(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.Contains1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.System#Collections#IEnumerable#GetEnumerator">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.IEnumerable.GetEnumerator&quot;]/*" />
            <internalonly />
            <devdoc>
            Get a IEnumerator of the XmlSchemaCollection.
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.GetEnumerator">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.GetEnumerator&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.ICollection.CopyTo&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollection.CopyTo(Microsoft.Xml.Schema.XmlSchema[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#IsSynchronized">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.ICollection.IsSynchronized&quot;]/*" />
            <internalonly />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#SyncRoot">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.ICollection.SyncRoot&quot;]/*" />
            <internalonly />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaCollection.System#Collections#ICollection#Count">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollection.ICollection.Count&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaCollectionEnumerator">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollectionEnumerator&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollectionEnumerator.System#Collections#IEnumerator#Reset">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollectionEnumerator.IEnumerator.Reset&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollectionEnumerator.System#Collections#IEnumerator#MoveNext">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollectionEnumerator.IEnumerator.MoveNext&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaCollectionEnumerator.MoveNext">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollectionEnumerator.MoveNext&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaCollectionEnumerator.System#Collections#IEnumerator#Current">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollectionEnumerator.IEnumerator.Current&quot;]/*" />
            <internalonly />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaCollectionEnumerator.Current">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaCollection.uex" path="docs/doc[@for=&quot;XmlSchemaCollectionEnumerator.Current&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaComplexContent">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContent.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContent.IsMixed">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContent.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContent.IsMixed&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContent.Content">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContent.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContent.Content&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaComplexContentExtension">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentExtension&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContentExtension.BaseTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentExtension.BaseTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContentExtension.Particle">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentExtension.Particle&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContentExtension.Attributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentExtension.Attributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContentExtension.AnyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentExtension.AnyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaComplexContentRestriction">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentRestriction&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContentRestriction.BaseTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentRestriction.BaseTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContentRestriction.Particle">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentRestriction.Particle&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContentRestriction.Attributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentRestriction.Attributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexContentRestriction.AnyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaComplexContentRestriction.AnyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaComplexType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaComplexType.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.XmlSchemaComplexType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.IsAbstract">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.IsAbstract&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.Block">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.Block&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.IsMixed">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.IsMixed&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.ContentModel">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.ContentModel&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.Particle">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.Particle&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.Attributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.Attributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.AnyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.AnyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.ContentType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.ContentType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.ContentTypeParticle">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.ContentTypeParticle&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.BlockResolved">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.BlockResolved&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.AttributeUses">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.AttributeUses&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.AttributeWildcard">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.AttributeWildcard&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaComplexType.LocalElements">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaComplexType.uex" path="docs/doc[@for=&quot;XmlSchemaComplexType.LocalElements&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaContent">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContent.uex" path="docs/doc[@for=&quot;XmlSchemaContent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaContentModel">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentModel.uex" path="docs/doc[@for=&quot;XmlSchemaContentModel&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaContentModel.Content">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentModel.uex" path="docs/doc[@for=&quot;XmlSchemaContentModel.Content&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaContentProcessing">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentProcessing.uex" path="docs/doc[@for=&quot;XmlSchemaContentProcessing&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaContentProcessing.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentProcessing.uex" path="docs/doc[@for=&quot;XmlSchemaContentProcessing.None&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaContentProcessing.Skip">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentProcessing.uex" path="docs/doc[@for=&quot;XmlSchemaContentProcessing.XmlEnum&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaContentProcessing.Lax">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentProcessing.uex" path="docs/doc[@for=&quot;XmlSchemaContentProcessing.XmlEnum1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaContentProcessing.Strict">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentProcessing.uex" path="docs/doc[@for=&quot;XmlSchemaContentProcessing.XmlEnum2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaContentType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentType.uex" path="docs/doc[@for=&quot;XmlSchemaContentType&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaContentType.TextOnly">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentType.uex" path="docs/doc[@for=&quot;XmlSchemaContentType.TextOnly&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaContentType.Empty">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentType.uex" path="docs/doc[@for=&quot;XmlSchemaContentType.Empty&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaContentType.ElementOnly">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentType.uex" path="docs/doc[@for=&quot;XmlSchemaContentType.ElementOnly&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaContentType.Mixed">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaContentType.uex" path="docs/doc[@for=&quot;XmlSchemaContentType.Mixed&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaDatatype">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaDatatype.ValueType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype.ValueType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaDatatype.TokenizedType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype.TokenizedType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaDatatype.ParseValue(System.String,Microsoft.Xml.XmlNameTable,Microsoft.Xml.IXmlNamespaceResolver)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype.ParseValue&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaDatatype.Variety">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype.Variety&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype.ChangeType1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaDatatype.ChangeType(System.Object,System.Type,Microsoft.Xml.IXmlNamespaceResolver)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype.ChangeType2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaDatatype.TypeCode">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype.TypeCode&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaDatatype.IsDerivedFrom(Microsoft.Xml.Schema.XmlSchemaDatatype)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDatatype.uex" path="docs/doc[@for=&quot;XmlSchemaDatatype.IsDerivedFrom&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaDerivationMethod">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDerivationMethod.Empty">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod.Empty&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDerivationMethod.Substitution">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod.Substitution&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDerivationMethod.Extension">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod.Extension&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDerivationMethod.Restriction">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod.Restriction&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDerivationMethod.List">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod.List&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDerivationMethod.Union">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod.Union&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDerivationMethod.All">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod.All&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaDerivationMethod.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDerivationMethod.uex" path="docs/doc[@for=&quot;XmlSchemaDerivationMethod.None&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaDocumentation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDocumentation.uex" path="docs/doc[@for=&quot;XmlSchemaDocumentation&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaDocumentation.Source">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDocumentation.uex" path="docs/doc[@for=&quot;XmlSchemaDocumentation.Source&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaDocumentation.Language">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDocumentation.uex" path="docs/doc[@for=&quot;XmlSchemaDocumentation.Language&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaDocumentation.Markup">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaDocumentation.uex" path="docs/doc[@for=&quot;XmlSchemaDocumentation.Markup&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.IsAbstract">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.IsAbstract&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.Block">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.Block&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.DefaultValue">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.DefaultValue&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.Final">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.Final&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.FixedValue">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.FixedValue&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.Form">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.Form&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.IsNillable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.IsNillable&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.RefName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.RefName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.SubstitutionGroup">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.SubstitutionGroup&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.SchemaTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.SchemaTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.SchemaType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.SchemaType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.Constraints">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.Constraints&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.QualifiedName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.QualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.ElementType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.ElementType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.ElementSchemaType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.ElementType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.BlockResolved">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.BlockResolved&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaElement.FinalResolved">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaElement.uex" path="docs/doc[@for=&quot;XmlSchemaElement.FinalResolved&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaException">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaException.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaException.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaException.#ctor(System.String,System.Exception)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException0&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException3&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaException.SourceUri">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.SourceUri&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaException.LineNumber">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.LineNumber&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaException.LinePosition">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.LinePosition&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaException.SourceSchemaObject">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.SourceObject&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaExternal">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExternal.uex" path="docs/doc[@for=&quot;XmlSchemaExternal&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaExternal.SchemaLocation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExternal.uex" path="docs/doc[@for=&quot;XmlSchemaExternal.SchemaLocation&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaExternal.Schema">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExternal.uex" path="docs/doc[@for=&quot;XmlSchemaExternal.Schema&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaExternal.Id">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExternal.uex" path="docs/doc[@for=&quot;XmlSchemaExternal.Id&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaExternal.UnhandledAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExternal.uex" path="docs/doc[@for=&quot;XmlSchemaExternal.UnhandledAttributes&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaFacet&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaFacet.Value">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaFacet.Value&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaFacet.IsFixed">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaFacet.IsFixed&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaNumericFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaNumericFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaLengthFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaLengthFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaMinLengthFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaMinLengthFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaMaxLengthFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaMaxLengthFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaPatternFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaPatternFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaEnumerationFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaEnumerationFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaMinExclusiveFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaMinExclusiveFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaMinInclusiveFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaMinInclusiveFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaMaxExclusiveFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaMaxExclusiveFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaMaxInclusiveFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaMaxInclusiveFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaTotalDigitsFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaTotalDigitsFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaFractionDigitsFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaFractionDigitsFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaWhiteSpaceFacet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaFacet.uex" path="docs/doc[@for=&quot;XmlSchemaWhiteSpaceFacet&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaForm">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaForm.uex" path="docs/doc[@for=&quot;XmlSchemaForm&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaForm.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaForm.uex" path="docs/doc[@for=&quot;XmlSchemaForm.XmlEnum&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaForm.Qualified">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaForm.uex" path="docs/doc[@for=&quot;XmlSchemaForm.XmlEnum1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaForm.Unqualified">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaForm.uex" path="docs/doc[@for=&quot;XmlSchemaForm.XmlEnum2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaGroup">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaGroup.uex" path="docs/doc[@for=&quot;XmlSchemaGroup&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaGroup.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaGroup.uex" path="docs/doc[@for=&quot;XmlSchemaGroup.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaGroup.Particle">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaGroup.uex" path="docs/doc[@for=&quot;XmlSchemaGroup.Particle&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaGroupBase">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaGroupbase.uex" path="docs/doc[@for=&quot;XmlSchemaGroupBase&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaGroupBase.Items">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaGroupbase.uex" path="docs/doc[@for=&quot;XmlSchemaGroupBase.Items&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaGroupRef">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaGroupRef.uex" path="docs/doc[@for=&quot;XmlSchemaGroupRef&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaGroupRef.RefName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaGroupRef.uex" path="docs/doc[@for=&quot;XmlSchemaGroupRef.RefName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaGroupRef.Particle">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaGroupRef.uex" path="docs/doc[@for=&quot;XmlSchemaGroupRef.Particle&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaIdentityConstraint">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaIdentityConstraint&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaIdentityConstraint.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaIdentityConstraint.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaIdentityConstraint.Selector">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaIdentityConstraint.Selector&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaIdentityConstraint.Fields">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaIdentityConstraint.Fields&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaIdentityConstraint.QualifiedName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaIdentityConstraint.QualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaXPath">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaXPath&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaXPath.XPath">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaXPath.XPath&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaUnique">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaUnique&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaKey">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaKeyref">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaKeyref&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaKeyref.Refer">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaIdentityConstraint.uex" path="docs/doc[@for=&quot;XmlSchemaKeyref.Refer&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaImport">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImport.uex" path="docs/doc[@for=&quot;XmlSchemaImport&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaImport.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImport.uex" path="docs/doc[@for=&quot;XmlSchemaImport.XmlSchemaImport&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaImport.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImport.uex" path="docs/doc[@for=&quot;XmlSchemaImport.Namespace&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaImport.Annotation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImport.uex" path="docs/doc[@for=&quot;XmlSchemaImport.Annotation&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaInclude">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaInclude.uex" path="docs/doc[@for=&quot;XmlSchemaInclude&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaInclude.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaInclude.uex" path="docs/doc[@for=&quot;XmlSchemaInclude.XmlSchemaInclude&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaInclude.Annotation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaInclude.uex" path="docs/doc[@for=&quot;XmlSchemaInclude.Annotation&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaInfo">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSchemaInfo.uex" path="docs/doc[@for=&quot;IXmlSchemaInfo&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaNotation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaNotation.uex" path="docs/doc[@for=&quot;XmlSchemaNotation&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaNotation.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaNotation.uex" path="docs/doc[@for=&quot;XmlSchemaNotation.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaNotation.Public">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaNotation.uex" path="docs/doc[@for=&quot;XmlSchemaNotation.Public&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaNotation.System">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaNotation.uex" path="docs/doc[@for=&quot;XmlSchemaNotation.System&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaObject">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObject.uex" path="docs/doc[@for=&quot;XmlSchemaObject&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObject.LineNumber">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObject.uex" path="docs/doc[@for=&quot;XmlSchemaObject.LineNum&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObject.LinePosition">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObject.uex" path="docs/doc[@for=&quot;XmlSchemaObject.LinePos&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObject.SourceUri">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObject.uex" path="docs/doc[@for=&quot;XmlSchemaObject.SourceUri&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObject.Parent">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObject.uex" path="docs/doc[@for=&quot;XmlSchemaObject.Parent&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObject.Namespaces">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObject.uex" path="docs/doc[@for=&quot;XmlSchemaObject.Namespaces&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaObjectCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.XmlSchemaObjectCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.#ctor(Microsoft.Xml.Schema.XmlSchemaObject)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.XmlSchemaObjectCollection1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObjectCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.GetEnumerator">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.GetEnumerator&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.Add(Microsoft.Xml.Schema.XmlSchemaObject)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.Insert(System.Int32,Microsoft.Xml.Schema.XmlSchemaObject)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.IndexOf(Microsoft.Xml.Schema.XmlSchemaObject)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.Contains(Microsoft.Xml.Schema.XmlSchemaObject)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.Remove(Microsoft.Xml.Schema.XmlSchemaObject)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.CopyTo(Microsoft.Xml.Schema.XmlSchemaObject[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.OnInsert(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.OnInsert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.OnSet(System.Int32,System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.OnSet&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.OnClear">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.OnClear&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectCollection.OnRemove(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectCollection.OnRemove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaObjectEnumerator">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectEnumerator&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectEnumerator.Reset">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectEnumerator.Reset&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectEnumerator.MoveNext">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectEnumerator.MoveNext&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObjectEnumerator.Current">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectEnumerator.Current&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#Reset">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectEnumerator.IEnumerator.Reset&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#MoveNext">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectEnumerator.IEnumerator.MoveNext&quot;]/*" />
            <internalonly />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObjectEnumerator.System#Collections#IEnumerator#Current">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectCollection.uex" path="docs/doc[@for=&quot;XmlSchemaObjectEnumerator.IEnumerator.Current&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaObjectTable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectTable.uex" path="docs/doc[@for=&quot;XmlSchemaObjectTable&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObjectTable.Count">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectTable.uex" path="docs/doc[@for=&quot;XmlSchemaObjectTable.Count&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectTable.Contains(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectTable.uex" path="docs/doc[@for=&quot;XmlSchemaObjectTable.Contains&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObjectTable.Item(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectTable.uex" path="docs/doc[@for=&quot;XmlSchemaObjectTable.this&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObjectTable.Names">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectTable.uex" path="docs/doc[@for=&quot;XmlSchemaObjectTable.Names&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaObjectTable.Values">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectTable.uex" path="docs/doc[@for=&quot;XmlSchemaObjectTable.Values&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaObjectTable.GetEnumerator">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaObjectTable.uex" path="docs/doc[@for=&quot;XmlSchemaObjectTable.GetEnumerator&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaParticle">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaParticle.uex" path="docs/doc[@for=&quot;XmlSchemaParticle&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaParticle.MinOccursString">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaParticle.uex" path="docs/doc[@for=&quot;XmlSchemaParticle.MinOccursString&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaParticle.MaxOccursString">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaParticle.uex" path="docs/doc[@for=&quot;XmlSchemaParticle.MaxOccursString&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaParticle.MinOccurs">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaParticle.uex" path="docs/doc[@for=&quot;XmlSchemaParticle.MinOccurs&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaParticle.MaxOccurs">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaParticle.uex" path="docs/doc[@for=&quot;XmlSchemaParticle.MaxOccurs&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaRedefine">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaRedefine.uex" path="docs/doc[@for=&quot;XmlSchemaRedefine&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaRedefine.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaRedefine.uex" path="docs/doc[@for=&quot;XmlSchemaRedefine.XmlSchemaRedefine&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaRedefine.Items">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaRedefine.uex" path="docs/doc[@for=&quot;XmlSchemaRedefine.Items&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaRedefine.AttributeGroups">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaRedefine.uex" path="docs/doc[@for=&quot;XmlSchemaRedefine.AttributeGroups&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaRedefine.SchemaTypes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaRedefine.uex" path="docs/doc[@for=&quot;XmlSchemaRedefine.SchemaTypes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaRedefine.Groups">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaRedefine.uex" path="docs/doc[@for=&quot;XmlSchemaRedefine.Groups&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSequence">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSequence.uex" path="docs/doc[@for=&quot;XmlSchemaSequence&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSequence.Items">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSequence.uex" path="docs/doc[@for=&quot;XmlSchemaSequence.Items&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSet">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet&quot;]/*" />
            <devdoc>
               <para>The XmlSchemaSet contains a set of namespace URI's.
                  Each namespace also have an associated private data cache
                  corresponding to the XML-Data Schema or W3C XML Schema.
                  The XmlSchemaSet will able to load only XSD schemas,
                  and compile them into an internal "cooked schema representation".
                  The Validate method then uses this internal representation for
                  efficient runtime validation of any given subtree.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.XmlSchemaSet&quot;]/*" />
            <devdoc>
               <para>Construct a new empty schema schemas.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.#ctor(Microsoft.Xml.XmlNameTable)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.XmlSchemaSet1&quot;]/*" />
            <devdoc>
               <para>Construct a new empty schema schemas with associated XmlNameTable.
                  The XmlNameTable is used when loading schemas</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.NameTable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.NameTable&quot;]/*" />
            <devdoc>
               <para>The default XmlNameTable used by the XmlSchemaSet when loading new schemas.</para>
            </devdoc>
        </member>
        <member name="E:Microsoft.Xml.Schema.XmlSchemaSet.ValidationEventHandler">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.ValidationEventHandler&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.IsCompiled">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.IsCompiled&quot;]/*" />
            <devdoc>
               <para>IsCompiled is true when the schema set is in compiled state</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.XmlResolver">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.XmlResolver&quot;]/*" />
            <devdoc>
               <para />
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.CompilationSettings">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.CompilationSettings&quot;]/*" />
            <devdoc>
               <para />
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.Count">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Count&quot;]/*" />
            <devdoc>
               <para>Returns the count of schemas in the set</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.GlobalElements">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.GlobalElements&quot;]/*" />
            <devdoc>
               <para />
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.GlobalAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.GlobalAttributes&quot;]/*" />
            <devdoc>
               <para />
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.GlobalTypes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.GlobalTypes&quot;]/*" />
            <devdoc>
               <para />
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.SubstitutionGroups">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.SubstitutionGroups&quot;]/*" />
            <devdoc>
               <para />
            </devdoc>
            TODO: Need to make this public    
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.SchemaLocations">
            <summary>
            Table of all types extensions
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSet.TypeExtensions">
            <summary>
            Table of all types extensions
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Add(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Add1&quot;]/*" />
            <devdoc>
               <para>Add the schema located by the given URL into the schema schemas.
                  If the given schema references other namespaces, the schemas for those other
                  namespaces are NOT automatically loaded.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Add(System.String,Microsoft.Xml.XmlReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Add4&quot;]/*" />
            <devdoc>
               <para>Add the given schema into the schema schemas.
                  If the given schema references other namespaces, the schemas for those
                  other namespaces are NOT automatically loaded.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Add(Microsoft.Xml.Schema.XmlSchemaSet)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Add5&quot;]/*" />
            <devdoc>
               <para>Adds all the namespaces defined in the given schemas
                  (including their associated schemas) to this schemas.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Add(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Add6&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Remove(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Remove&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.RemoveRecursive(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.RemoveRecursive&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Contains(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Contains1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Contains(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Contains2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Compile">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Compile&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Reprocess(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Reprocess&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.CopyTo(Microsoft.Xml.Schema.XmlSchema[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Schemas">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Schemas1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSet.Schemas(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSet.uex" path="docs/doc[@for=&quot;XmlSchemaSet.Schemas1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSimpleContent">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContent.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContent.Content">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContent.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContent.Content&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSimpleContentExtension">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentExtension&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContentExtension.BaseTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentExtension.BaseTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContentExtension.Attributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentExtension.Attributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContentExtension.AnyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentExtension.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentExtension.AnyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSimpleContentRestriction">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentRestriction&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentRestriction.BaseTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentRestriction.BaseType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContentRestriction.Facets">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentRestriction.Facets&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContentRestriction.Attributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentRestriction.Attributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleContentRestriction.AnyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleContentRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleContentRestriction.AnyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSimpleType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleType.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaSimpleType.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleType.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleType.Content&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleType.Content">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleType.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleType.Content1&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSimpleTypeContent">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeContent.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeContent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSimpleTypeList">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeList.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeList&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeList.ItemTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeList.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeList.ItemTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeList.ItemType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeList.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeList.BaseType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeList.BaseItemType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeList.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeList.BaseItemType&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSimpleTypeRestriction">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeRestriction&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeRestriction.BaseTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeRestriction.BaseType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeRestriction.Facets">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeRestriction.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeRestriction.Facets&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaSimpleTypeUnion">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeUnion.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeUnion&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseTypes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeUnion.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeUnion.BaseTypes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeUnion.MemberTypes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeUnion.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeUnion.MemberTypes&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaSimpleTypeUnion.BaseMemberTypes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaSimpleTypeUnion.uex" path="docs/doc[@for=&quot;XmlSchemaSimpleTypeUnion.BaseMemberTypes&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaType.GetBuiltInSimpleType(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.GetXsdSimpleType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaType.GetBuiltInSimpleType(Microsoft.Xml.Schema.XmlTypeCode)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.GetXsdSimpleType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaType.GetBuiltInComplexType(Microsoft.Xml.Schema.XmlTypeCode)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.GetXsdComplexType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaType.GetBuiltInComplexType(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.GetXsdComplexType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.Final">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.Final&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.QualifiedName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.QualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.FinalResolved">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.FinalResolved&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.BaseSchemaType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.BaseSchemaType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.BaseXmlSchemaType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.BaseSchemaType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.DerivedBy">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.DerivedBy&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.Datatype">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.Datatype&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaType.IsMixed">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaType.uex" path="docs/doc[@for=&quot;XmlSchemaType.IsMixed&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaUse">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaUse.uex" path="docs/doc[@for=&quot;XmlSchemaUse&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaUse.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaUse.uex" path="docs/doc[@for=&quot;XmlSchemaUse.None&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaUse.Optional">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaUse.uex" path="docs/doc[@for=&quot;XmlSchemaUse.Optional&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaUse.Prohibited">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaUse.uex" path="docs/doc[@for=&quot;XmlSchemaUse.Prohibited&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaUse.Required">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaUse.uex" path="docs/doc[@for=&quot;XmlSchemaUse.Required&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaValidationException">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaValidationException.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaValidationException.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaValidationException.#ctor(System.String,System.Exception)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException0&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlSchemaValidationException.#ctor(System.String,System.Exception,System.Int32,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.XmlSchemaException3&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlSchemaValidationException.SourceObject">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaException.uex" path="docs/doc[@for=&quot;XmlSchemaException.SourceUri&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSchemaValidity">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaValidity.uex" path="docs/doc[@for=&quot;XmlSchemaValidity&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaValidity.NotKnown">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaValidity.uex" path="docs/doc[@for=&quot;XmlSchemaValidity.NotKnown&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaValidity.Valid">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaValidity.uex" path="docs/doc[@for=&quot;XmlSchemaValidity.Valid&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSchemaValidity.Invalid">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaValidity.uex" path="docs/doc[@for=&quot;XmlSchemaValidity.Invalid&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlSeverityType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSeverityType.uex" path="docs/doc[@for=&quot;XmlSeverityType&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSeverityType.Error">
            Errors that can be recovered from. 
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSeverityType.uex" path="docs/doc[@for=&quot;XmlSeverityType.Error&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlSeverityType.Warning">
            Errors that can be ignored
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSeverityType.uex" path="docs/doc[@for=&quot;XmlSeverityType.Warning&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Schema.XmlTypeCode">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.None&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Item">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Item&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Node">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Node&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Document">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Document&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Element">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Element&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Attribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Attribute&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Namespace&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.ProcessingInstruction">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.ProcessingInstruction&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Comment">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Comment&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Text">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Text&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.AnyAtomicType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.AnyAtomicType&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.UntypedAtomic">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.UntypedAtomic&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.String">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.String&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Boolean">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Boolean&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Decimal">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Decimal&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Float">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Float&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Double">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Double&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Duration">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Duration&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.DateTime">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.DateTime&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Time">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Time&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Date">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Date&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.GYearMonth">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.GYearMonth&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.GYear">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.GYear&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.GMonthDay">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.GMonthDay&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.GDay">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.GDay&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.GMonth">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.GMonth&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.HexBinary">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.HexBinary&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Base64Binary">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Base64Binary&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.AnyUri">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.AnyUri&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.QName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.QName&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Notation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Notation&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.NormalizedString">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.NormalizedString&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Token">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Token&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Language">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Language&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.NmToken">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.NmToken&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Name&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.NCName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.NCName&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Id">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Id&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Idref">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Idref&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Entity">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Entity&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Integer">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Integer&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.NonPositiveInteger">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.NonPositiveInteger&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.NegativeInteger">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.NegativeInteger&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Long">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Long&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Int">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Int&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Short">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Short&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.Byte">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.Byte&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.NonNegativeInteger">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.NonNegativeInteger&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.UnsignedLong">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.UnsignedLong&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.UnsignedInt">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.UnsignedInt&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.UnsignedShort">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.UnsignedShort&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.UnsignedByte">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.UnsignedByte&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.PositiveInteger">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.PositiveInteger&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.YearMonthDuration">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.YearMonthDuration&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Schema.XmlTypeCode.DayTimeDuration">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeCode.uex" path="docs/doc[@for=&quot;XmlTypeCode.DayTimeDuration&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlBaseConverter.SchemaType">
            <summary>
            Return this converter's prime schema type (may be null in case of Node, Item, etc).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlBaseConverter.TypeCode">
            <summary>
            Return the XmlTypeCode of this converter's prime schema type.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlBaseConverter.XmlTypeName">
            <summary>
            Return a string representation of this converter's prime schema type.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XmlBaseConverter.DefaultClrType">
            <summary>
            Return default V1 Clr mapping of this converter's type.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlBaseConverter.IsDerivedFrom(System.Type,System.Type)">
            <summary>
            Type.IsSubtypeOf does not return true if types are equal, this method does.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlBaseConverter.CreateInvalidClrMappingException(System.Type,System.Type)">
            <summary>
            Create an InvalidCastException for cases where either "destinationType" or "sourceType" is not a supported CLR representation
            for this Xml type.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlBaseConverter.QNameToString(Microsoft.Xml.XmlQualifiedName)">
            <summary>
            Convert an XmlQualifiedName to a string, using somewhat different rules than XmlQualifiedName.ToString():
              1. Recognize the built-in xs: and xdt: namespaces and print the short prefix rather than the long namespace
              2. Use brace characters "{", "}" around the namespace portion of the QName
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlBaseConverter.ChangeListType(System.Object,System.Type,Microsoft.Xml.IXmlNamespaceResolver)">
            <summary>
            This method is called when a valid conversion cannot be found.  By default, this method throws an error.  It can
            be overriden in derived classes to support list conversions.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlAnyConverter.ToNavigator(Microsoft.Xml.XPath.XPathNavigator)">
            <summary>
            Throw an exception if nodes are not allowed by this converter.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlListConverter.IsListType(System.Type)">
            <summary>
            Return true if "type" is one of the following:
              1. IList, ICollection, IEnumerable
              2. A strongly-typed array
              3. A string
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlListConverter.ToArray``1(System.Object,Microsoft.Xml.IXmlNamespaceResolver)">
            <summary>
            Convert "list" to an array of type T by iterating over each item in "list" and converting it to type "T"
            by invoking the atomic converter.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlListConverter.ToList(System.Object,Microsoft.Xml.IXmlNamespaceResolver)">
            <summary>
            Convert "list" to an IList containing items in the atomic type's default representation.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlListConverter.StringAsList(System.String)">
            <summary>
            Tokenize "value" by splitting it on whitespace characters.  Insert tokens into an ArrayList and return the list.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlListConverter.ListAsString(System.Collections.IEnumerable,Microsoft.Xml.IXmlNamespaceResolver)">
            <summary>
            Convert a list to a corresponding list of strings.  Then concatenate the strings, which adjacent values delimited
            by a space character.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XmlListConverter.CreateInvalidClrMappingException(System.Type,System.Type)">
            <summary>
            Create an InvalidCastException for cases where either "destinationType" or "sourceType" is not a supported CLR representation
            for this Xml type.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.XsdDateTimeFlags">
            <summary>
            This enum specifies what format should be used when converting string to XsdDateTime
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.XsdDateTime">
            <summary>
            This structure extends System.DateTime to support timeInTicks zone and Gregorian types scomponents of an Xsd Duration.  It is used internally to support Xsd durations without loss
            of fidelity.  XsdDuration structures are immutable once they've been created.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDateTime.#ctor(System.String)">
            <summary>
            Constructs an XsdDateTime from a string trying all possible formats.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDateTime.#ctor(System.String,Microsoft.Xml.Schema.XsdDateTimeFlags)">
            <summary>
            Constructs an XsdDateTime from a string using specific format.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDateTime.#ctor(System.DateTime,Microsoft.Xml.Schema.XsdDateTimeFlags)">
            <summary>
            Constructs an XsdDateTime from a DateTime.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.InternalTypeCode">
            <summary>
            Returns auxiliary enumeration of XSD date type
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.InternalKind">
            <summary>
            Returns geographical "position" of the value
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.TypeCode">
            <summary>
            Returns XmlTypeCode of the value being stored
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.Kind">
            <summary>
            Returns whether object represent local, UTC or unspecified time
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.Year">
            <summary>
            Returns the year part of XsdDateTime
            The returned value is integer between 1 and 9999
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.Month">
            <summary>
            Returns the month part of XsdDateTime
            The returned value is integer between 1 and 12
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.Day">
            <summary>
            Returns the day of the month part of XsdDateTime
            The returned value is integer between 1 and 31
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.Hour">
            <summary>
            Returns the hour part of XsdDateTime
            The returned value is integer between 0 and 23
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.Minute">
            <summary>
            Returns the minute part of XsdDateTime
            The returned value is integer between 0 and 60
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.Second">
            <summary>
            Returns the second part of XsdDateTime
            The returned value is integer between 0 and 60
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.Fraction">
            <summary>
            Returns number of ticks in the fraction of the second
            The returned value is integer between 0 and 9999999
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.ZoneHour">
            <summary>
            Returns the hour part of the time zone
            The returned value is integer between -13 and 13
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDateTime.ZoneMinute">
            <summary>
            Returns the minute part of the time zone
            The returned value is integer between 0 and 60
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDateTime.op_Implicit(Microsoft.Xml.Schema.XsdDateTime)~System.DateTime">
            <summary>
            Cast to DateTime
            The following table describes the behaviors of getting the default value
            when a certain year/month/day values are missing.
            
            An "X" means that the value exists.  And "--" means that value is missing.
            
            Year    Month   Day =>  ResultYear  ResultMonth     ResultDay       Note
            
            X       X       X       Parsed year Parsed month    Parsed day
            X       X       --      Parsed Year Parsed month    First day       If we have year and month, assume the first day of that month.
            X       --      X       Parsed year First month     Parsed day      If the month is missing, assume first month of that year.
            X       --      --      Parsed year First month     First day       If we have only the year, assume the first day of that year.
            
            --      X       X       CurrentYear Parsed month    Parsed day      If the year is missing, assume the current year.
            --      X       --      CurrentYear Parsed month    First day       If we have only a month value, assume the current year and current day.
            --      --      X       CurrentYear First month     Parsed day      If we have only a day value, assume current year and first month.
            --      --      --      CurrentYear Current month   Current day     So this means that if the date string only contains time, you will get current date.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDateTime.Compare(Microsoft.Xml.Schema.XsdDateTime,Microsoft.Xml.Schema.XsdDateTime)">
            <summary>
            Compares two DateTime values, returning an integer that indicates
            their relationship.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDateTime.CompareTo(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\DateTime.uex" path="docs/doc[@for=&quot;DateTime.CompareTo&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDateTime.ToString">
            <summary>
            Serialization to a string
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Schema.XsdDuration">
            <summary>
            This structure holds components of an Xsd Duration.  It is used internally to support Xsd durations without loss
            of fidelity.  XsdDuration structures are immutable once they've been created.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Construct an XsdDuration from component parts.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.#ctor(System.TimeSpan)">
            <summary>
            Construct an XsdDuration from a TimeSpan value.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.#ctor(System.TimeSpan,Microsoft.Xml.Schema.XsdDuration.DurationType)">
            <summary>
            Construct an XsdDuration from a TimeSpan value that represents an xsd:duration, an xdt:dayTimeDuration, or
            an xdt:yearMonthDuration.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.#ctor(System.String)">
            <summary>
            Constructs an XsdDuration from a string in the xsd:duration format.  Components are stored with loss
            of fidelity (except in the case of overflow).
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.#ctor(System.String,Microsoft.Xml.Schema.XsdDuration.DurationType)">
            <summary>
            Constructs an XsdDuration from a string in the xsd:duration format.  Components are stored without loss
            of fidelity (except in the case of overflow).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.IsNegative">
            <summary>
            Return true if this duration is negative.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Years">
            <summary>
            Return number of years in this duration (stored in 31 bits).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Months">
            <summary>
            Return number of months in this duration (stored in 31 bits).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Days">
            <summary>
            Return number of days in this duration (stored in 31 bits).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Hours">
            <summary>
            Return number of hours in this duration (stored in 31 bits).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Minutes">
            <summary>
            Return number of minutes in this duration (stored in 31 bits).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Seconds">
            <summary>
            Return number of seconds in this duration (stored in 31 bits).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Nanoseconds">
            <summary>
            Return number of nanoseconds in this duration.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Microseconds">
            <summary>
            Return number of microseconds in this duration.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Schema.XsdDuration.Milliseconds">
            <summary>
            Return number of milliseconds in this duration.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Xml.Schema.XsdDuration.Normalize" -->
        <member name="M:Microsoft.Xml.Schema.XsdDuration.ToTimeSpan">
            <summary>
            Internal helper method that converts an Xsd duration to a TimeSpan value.  This code uses the estimate
            that there are 365 days in the year and 30 days in a month.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.ToTimeSpan(Microsoft.Xml.Schema.XsdDuration.DurationType)">
            <summary>
            Internal helper method that converts an Xsd duration to a TimeSpan value.  This code uses the estimate
            that there are 365 days in the year and 30 days in a month.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.ToString">
            <summary>
            Return the string representation of this Xsd duration.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.ToString(Microsoft.Xml.Schema.XsdDuration.DurationType)">
            <summary>
            Return the string representation according to xsd:duration rules, xdt:dayTimeDuration rules, or
            xdt:yearMonthDuration rules.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.Schema.XsdDuration.TryParseDigits(System.String,System.Int32@,System.Boolean,System.Int32@,System.Int32@)">
            Helper method that constructs an integer from leading digits starting at s[offset].  "offset" is
            updated to contain an offset just beyond the last digit.  The number of digits consumed is returned in
            cntDigits.  The integer is returned (0 if no digits).  If the digits cannot fit into an Int32:
              1. If eatDigits is true, then additional digits will be silently discarded (don't count towards numDigits)
              2. If eatDigits is false, an overflow exception is thrown
        </member>
        <member name="T:Microsoft.Xml.Serialization.Advanced.SchemaImporterExtension">
             <!-- Failed to insert some or all of included XML --><include file="doc\SchemaImporterExtension.uex" path="docs/doc[@for=&quot;SchemaImporterExtension&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.Advanced.SchemaImporterExtension.ImportSchemaType(System.String,System.String,Microsoft.Xml.Schema.XmlSchemaObject,Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.XmlSchemaImporter,Microsoft.CodeDom.CodeCompileUnit,Microsoft.CodeDom.CodeNamespace,Microsoft.Xml.Serialization.CodeGenerationOptions,Microsoft.CodeDom.Compiler.CodeDomProvider)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SchemaImporterExtension.uex" path="docs/doc[@for=&quot;SchemaImporterExtension.ImportSchemaType&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.Advanced.SchemaImporterExtension.ImportSchemaType(Microsoft.Xml.Schema.XmlSchemaType,Microsoft.Xml.Schema.XmlSchemaObject,Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.XmlSchemaImporter,Microsoft.CodeDom.CodeCompileUnit,Microsoft.CodeDom.CodeNamespace,Microsoft.Xml.Serialization.CodeGenerationOptions,Microsoft.CodeDom.Compiler.CodeDomProvider)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SchemaImporterExtension.uex" path="docs/doc[@for=&quot;SchemaImporterExtension.ImportSchemaType1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.Advanced.SchemaImporterExtension.ImportAnyElement(Microsoft.Xml.Schema.XmlSchemaAny,System.Boolean,Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.XmlSchemaImporter,Microsoft.CodeDom.CodeCompileUnit,Microsoft.CodeDom.CodeNamespace,Microsoft.Xml.Serialization.CodeGenerationOptions,Microsoft.CodeDom.Compiler.CodeDomProvider)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SchemaImporterExtension.uex" path="docs/doc[@for=&quot;SchemaImporterExtension.ImportSchemaType1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.Advanced.SchemaImporterExtension.ImportDefaultValue(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SchemaImporterExtension.uex" path="docs/doc[@for=&quot;SchemaImporterExtension.ImportDefaultValue&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.CodeExporter">
             <!-- Failed to insert some or all of included XML --><include file="doc\CodeExporter.uex" path="docs/doc[@for=&quot;CodeExporter&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.CodeExporter.IncludeMetadata">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.IncludeMetadata&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.CodeGenerationOptions">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeGenerationOptions.uex" path="docs/doc[@for=&quot;CodeGenerationOptions&quot;]/*" />
            <devdoc>
               Specifies varoius flavours of XmlCodeExporter generated code.
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Serialization.CodeGenerationOptions.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeGenerationOptions.uex" path="docs/doc[@for=&quot;CodeGenerationOptions.None&quot;]/*" />
            <devdoc>
               <para>
                  Default: use clr primitives for xsd primitives, generate fields and arrays.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Serialization.CodeGenerationOptions.GenerateProperties">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeGenerationOptions.uex" path="docs/doc[@for=&quot;CodeGenerationOptions.GenerateProperties&quot;]/*" />
            <devdoc>
               <para>
                  Generate propertyes instead of fields.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Serialization.CodeGenerationOptions.GenerateNewAsync">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeGenerationOptions.uex" path="docs/doc[@for=&quot;CodeGenerationOptions.GenerateNewAsync&quot;]/*" />
            <devdoc>
               <para>
                  Generate new RAD asynchronous pattern. The feature allows customers to use an event-based model for invoking Web services asynchronously.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Serialization.CodeGenerationOptions.GenerateOldAsync">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeGenerationOptions.uex" path="docs/doc[@for=&quot;CodeGenerationOptions.GenerateOldAsync&quot;]/*" />
            <devdoc>
               <para>
                  Generate old asynchronous pattern: BeginXXX/EndXXX.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Serialization.CodeGenerationOptions.GenerateOrder">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeGenerationOptions.uex" path="docs/doc[@for=&quot;CodeGenerationOptions.GenerateOrder&quot;]/*" />
            <devdoc>
               <para>
                  Generate OM using explicit ordering feature.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.Serialization.CodeGenerationOptions.EnableDataBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeGenerationOptions.uex" path="docs/doc[@for=&quot;CodeGenerationOptions.EnableDataBinding&quot;]/*" />
            <devdoc>
               <para>
                  Generate OM INotifyPropertyChanged interface to enable data binding.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.CodeIdentifier">
             <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifier.uex" path="docs/doc[@for=&quot;CodeIdentifier&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifier.MakePascal(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifier.uex" path="docs/doc[@for=&quot;CodeIdentifier.MakePascal&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifier.MakeCamel(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifier.uex" path="docs/doc[@for=&quot;CodeIdentifier.MakeCamel&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifier.MakeValid(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifier.uex" path="docs/doc[@for=&quot;CodeIdentifier.MakeValid&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.CodeIdentifiers">
             <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.Clear">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.Clear&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.CodeIdentifiers.UseCamelCasing">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.UseCamelCasing&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.MakeRightCase(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.MakeRightCase&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.MakeUnique(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.MakeUnique&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.AddReserved(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.AddReserved&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.RemoveReserved(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.RemoveReserved&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.AddUnique(System.String,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.AddUnique&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.IsInUse(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.IsInUse&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.Add(System.String,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.Remove(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.CodeIdentifiers.ToArray(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\CodeIdentifiers.uex" path="docs/doc[@for=&quot;CodeIdentifiers.ToArray&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.ImportContext.#ctor(Microsoft.Xml.Serialization.CodeIdentifiers,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ImportContext.uex" path="docs/doc[@for=&quot;ImportContext.ImportContext&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.ImportContext.TypeIdentifiers">
            <!-- Failed to insert some or all of included XML --><include file="doc\ImportContext.uex" path="docs/doc[@for=&quot;ImportContext.TypeIdentifiers&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.ImportContext.ShareTypes">
            <!-- Failed to insert some or all of included XML --><include file="doc\ImportContext.uex" path="docs/doc[@for=&quot;ImportContext.ShareTypes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.ImportContext.Warnings">
            <!-- Failed to insert some or all of included XML --><include file="doc\ImportContext.uex" path="docs/doc[@for=&quot;ImportContext.Warnings&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.IndentedWriter">
            <!-- Failed to insert some or all of included XML --><include file="doc\IndentedWriter.uex" path="docs/doc[@for=&quot;IndentedWriter&quot;]/*" />
            <devdoc>
                This class will write to a stream and manage indentation.
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.IXmlSerializable">
             <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSerializable.uex" path="docs/doc[@for=&quot;IXmlSerializable&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.IXmlSerializable.GetSchema">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSerializable.uex" path="docs/doc[@for=&quot;IXmlSerializable.GetSchema&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.IXmlSerializable.ReadXml(Microsoft.Xml.XmlReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSerializable.uex" path="docs/doc[@for=&quot;IXmlSerializable.ReadXml&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.IXmlSerializable.WriteXml(Microsoft.Xml.XmlWriter)">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlSerializable.uex" path="docs/doc[@for=&quot;IXmlSerializable.WriteXml&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.IXmlTextParser">
             <!-- Failed to insert some or all of included XML --><include file="doc\IXmlTextParser.uex" path="docs/doc[@for=&quot;IXmlTextParser&quot;]/*" />
            <internalonly />
             <devdoc>
             <para>This class is <see langword="interface" /> .</para>
             </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.IXmlTextParser.Normalized">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlTextParser.uex" path="docs/doc[@for=&quot;IXmlTextParser.Normalized&quot;]/*" />
            <internalonly />
        </member>
        <member name="P:Microsoft.Xml.Serialization.IXmlTextParser.WhitespaceHandling">
            <!-- Failed to insert some or all of included XML --><include file="doc\IXmlTextParser.uex" path="docs/doc[@for=&quot;IXmlTextParser.WhitespaceHandling&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.SchemaImporter">
             <!-- Failed to insert some or all of included XML --><include file="doc\SchemaImporter.uex" path="docs/doc[@for=&quot;SchemaImporter&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapAttributeAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeAttribute.uex" path="docs/doc[@for=&quot;SoapAttributeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapAttributeAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeAttribute.uex" path="docs/doc[@for=&quot;SoapAttributeAttribute.SoapAttributeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapAttributeAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeAttribute.uex" path="docs/doc[@for=&quot;SoapAttributeAttribute.SoapAttributeAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributeAttribute.AttributeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeAttribute.uex" path="docs/doc[@for=&quot;SoapAttributeAttribute.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributeAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeAttribute.uex" path="docs/doc[@for=&quot;SoapAttributeAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributeAttribute.DataType">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeAttribute.uex" path="docs/doc[@for=&quot;SoapAttributeAttribute.DataType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapAttributeOverrides">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeOverrides.uex" path="docs/doc[@for=&quot;SoapAttributeOverrides&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapAttributeOverrides.Add(System.Type,Microsoft.Xml.Serialization.SoapAttributes)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeOverrides.uex" path="docs/doc[@for=&quot;SoapAttributeOverrides.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapAttributeOverrides.Add(System.Type,System.String,Microsoft.Xml.Serialization.SoapAttributes)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeOverrides.uex" path="docs/doc[@for=&quot;SoapAttributeOverrides.Add1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributeOverrides.Item(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeOverrides.uex" path="docs/doc[@for=&quot;SoapAttributeOverrides.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributeOverrides.Item(System.Type,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributeOverrides.uex" path="docs/doc[@for=&quot;SoapAttributeOverrides.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapAttributes.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes.SoapAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapAttributes.#ctor(System.Collections.Generic.IEnumerable{System.Attribute})">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes.SoapAttributes1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributes.SoapType">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes.SoapType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributes.SoapEnum">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes.SoapEnum&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributes.SoapIgnore">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes.SoapIgnore&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributes.SoapElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes.SoapElement&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributes.SoapAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes.SoapAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapAttributes.SoapDefaultValue">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapAttributes.uex" path="docs/doc[@for=&quot;SoapAttributes.SoapDefaultValue&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapCodeExporter">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;SoapCodeExporter&quot;]/*" />
            <internalonly />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;SoapCodeExporter.SoapCodeExporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace,Microsoft.CodeDom.CodeCompileUnit)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;SoapCodeExporter.SoapCodeExporter1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace,Microsoft.CodeDom.CodeCompileUnit,Microsoft.Xml.Serialization.CodeGenerationOptions)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;SoapCodeExporter.SoapCodeExporter2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace,Microsoft.CodeDom.CodeCompileUnit,Microsoft.Xml.Serialization.CodeGenerationOptions,System.Collections.Hashtable)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.SoapCodeExporter3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace,Microsoft.CodeDom.CodeCompileUnit,Microsoft.CodeDom.Compiler.CodeDomProvider,Microsoft.Xml.Serialization.CodeGenerationOptions,System.Collections.Hashtable)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.SoapCodeExporter4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.ExportTypeMapping(Microsoft.Xml.Serialization.XmlTypeMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;SoapCodeExporter.ExportTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.ExportMembersMapping(Microsoft.Xml.Serialization.XmlMembersMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;SoapCodeExporter.ExportMembersMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.AddMappingMetadata(Microsoft.CodeDom.CodeAttributeDeclarationCollection,Microsoft.Xml.Serialization.XmlMemberMapping,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;SoapCodeExporter.AddMappingMetadata&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapCodeExporter.AddMappingMetadata(Microsoft.CodeDom.CodeAttributeDeclarationCollection,Microsoft.Xml.Serialization.XmlMemberMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapCodeExporter.uex" path="docs/doc[@for=&quot;SoapCodeExporter.AddMappingMetadata1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapElementAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapElementAttribute.uex" path="docs/doc[@for=&quot;SoapElementAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapElementAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapElementAttribute.uex" path="docs/doc[@for=&quot;SoapElementAttribute.SoapElementAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapElementAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapElementAttribute.uex" path="docs/doc[@for=&quot;SoapElementAttribute.SoapElementAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapElementAttribute.ElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapElementAttribute.uex" path="docs/doc[@for=&quot;SoapElementAttribute.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapElementAttribute.DataType">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapElementAttribute.uex" path="docs/doc[@for=&quot;SoapElementAttribute.DataType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapElementAttribute.IsNullable">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapElementAttribute.uex" path="docs/doc[@for=&quot;SoapElementAttribute.IsNullable&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapEnumAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapEnumAttribute.uex" path="docs/doc[@for=&quot;SoapEnumAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapEnumAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapEnumAttribute.uex" path="docs/doc[@for=&quot;SoapEnumAttribute.SoapEnumAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapEnumAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapEnumAttribute.uex" path="docs/doc[@for=&quot;SoapEnumAttribute.SoapEnumAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapEnumAttribute.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapEnumAttribute.uex" path="docs/doc[@for=&quot;SoapEnumAttribute.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapIgnoreAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapIgnoreAttribute.uex" path="docs/doc[@for=&quot;SoapIgnoreAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapIgnoreAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapIgnoreAttribute.uex" path="docs/doc[@for=&quot;SoapIgnoreAttribute.SoapIgnoreAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapIncludeAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapIncludeAttribute.uex" path="docs/doc[@for=&quot;SoapIncludeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapIncludeAttribute.#ctor(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapIncludeAttribute.uex" path="docs/doc[@for=&quot;SoapIncludeAttribute.SoapIncludeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapIncludeAttribute.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapIncludeAttribute.uex" path="docs/doc[@for=&quot;SoapIncludeAttribute.Type&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapReflectionImporter">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.SoapReflectionImporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.SoapReflectionImporter1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.#ctor(Microsoft.Xml.Serialization.SoapAttributeOverrides)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.SoapReflectionImporter2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.#ctor(Microsoft.Xml.Serialization.SoapAttributeOverrides,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.SoapReflectionImporter3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.IncludeTypes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.IncludeType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportTypeMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.XmlReflectionMember[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.ImportMembersMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.ImportMembersMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.ImportMembersMapping2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,Microsoft.Xml.Serialization.XmlMappingAccess)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapReflectionImporter.uex" path="docs/doc[@for=&quot;SoapReflectionImporter.ImportMembersMapping3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapSchemaExporter">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaExporter.uex" path="docs/doc[@for=&quot;SoapSchemaExporter&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaExporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaExporter.uex" path="docs/doc[@for=&quot;SoapSchemaExporter.SoapSchemaExporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaExporter.ExportTypeMapping(Microsoft.Xml.Serialization.XmlTypeMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaExporter.uex" path="docs/doc[@for=&quot;SoapSchemaExporter.ExportTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaExporter.ExportMembersMapping(Microsoft.Xml.Serialization.XmlMembersMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaExporter.uex" path="docs/doc[@for=&quot;SoapSchemaExporter.ExportMembersMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaExporter.ExportMembersMapping(Microsoft.Xml.Serialization.XmlMembersMapping,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaExporter.uex" path="docs/doc[@for=&quot;SoapSchemaExporter.ExportMembersMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapSchemaImporter">
             <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.SoapSchemaImporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.CodeIdentifiers)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.SoapSchemaImporter1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.CodeIdentifiers,Microsoft.Xml.Serialization.CodeGenerationOptions)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.SoapSchemaImporter2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.CodeGenerationOptions,Microsoft.Xml.Serialization.ImportContext)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.SoapSchemaImporter3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.CodeGenerationOptions,Microsoft.CodeDom.Compiler.CodeDomProvider,Microsoft.Xml.Serialization.ImportContext)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.SoapSchemaImporter4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.ImportDerivedTypeMapping(Microsoft.Xml.XmlQualifiedName,System.Type,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.ImportDerivedTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.SoapSchemaMember)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.ImportMembersMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.SoapSchemaMember[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.ImportMembersMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.SoapSchemaMember[],System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.ImportMembersMapping2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapSchemaImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.SoapSchemaMember[],System.Boolean,System.Type,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaImporter.uex" path="docs/doc[@for=&quot;SoapSchemaImporter.ImportMembersMapping3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapSchemaMember">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaMember.uex" path="docs/doc[@for=&quot;SoapSchemaMember&quot;]/*" />
            <internalonly />
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapSchemaMember.MemberType">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaMember.uex" path="docs/doc[@for=&quot;SoapSchemaMember.MemberType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapSchemaMember.MemberName">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapSchemaMember.uex" path="docs/doc[@for=&quot;SoapSchemaMember.MemberName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.SoapTypeAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapTypeAttribute.uex" path="docs/doc[@for=&quot;SoapTypeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapTypeAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapTypeAttribute.uex" path="docs/doc[@for=&quot;SoapTypeAttribute.SoapTypeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapTypeAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapTypeAttribute.uex" path="docs/doc[@for=&quot;SoapTypeAttribute.SoapTypeAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.SoapTypeAttribute.#ctor(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapTypeAttribute.uex" path="docs/doc[@for=&quot;SoapTypeAttribute.SoapTypeAttribute2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapTypeAttribute.IncludeInSchema">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapTypeAttribute.uex" path="docs/doc[@for=&quot;SoapTypeAttribute.IncludeInSchema&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapTypeAttribute.TypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapTypeAttribute.uex" path="docs/doc[@for=&quot;SoapTypeAttribute.TypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.SoapTypeAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapTypeAttribute.uex" path="docs/doc[@for=&quot;SoapTypeAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlAnyAttributeAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAnyAttributeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyAttributeAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAnyAttributeAttribute.XmlAnyAttributeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlAnyElementAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttribute.uex" path="docs/doc[@for=&quot;XmlAnyElementAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttribute.uex" path="docs/doc[@for=&quot;XmlAnyElementAttribute.XmlAnyElementAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttribute.uex" path="docs/doc[@for=&quot;XmlAnyElementAttribute.XmlAnyElementAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttribute.uex" path="docs/doc[@for=&quot;XmlAnyElementAttribute.XmlAnyElementAttribute2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAnyElementAttribute.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttribute.uex" path="docs/doc[@for=&quot;XmlAnyElementAttribute.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAnyElementAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttribute.uex" path="docs/doc[@for=&quot;XmlAnyElementAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAnyElementAttribute.Order">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttribute.uex" path="docs/doc[@for=&quot;XmlAnyElementAttribute.Order&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlAnyElementAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttributes.uex" path="docs/doc[@for=&quot;XmlAnyElementAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAnyElementAttributes.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttributes.uex" path="docs/doc[@for=&quot;XmlAnyElementAttributes.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttributes.Add(Microsoft.Xml.Serialization.XmlAnyElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttributes.uex" path="docs/doc[@for=&quot;XmlAnyElementAttributes.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttributes.Insert(System.Int32,Microsoft.Xml.Serialization.XmlAnyElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttributes.uex" path="docs/doc[@for=&quot;XmlAnyElementAttributes.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttributes.IndexOf(Microsoft.Xml.Serialization.XmlAnyElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttributes.uex" path="docs/doc[@for=&quot;XmlAnyElementAttributes.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttributes.Contains(Microsoft.Xml.Serialization.XmlAnyElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttributes.uex" path="docs/doc[@for=&quot;XmlAnyElementAttributes.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttributes.Remove(Microsoft.Xml.Serialization.XmlAnyElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttributes.uex" path="docs/doc[@for=&quot;XmlAnyElementAttributes.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAnyElementAttributes.CopyTo(Microsoft.Xml.Serialization.XmlAnyElementAttribute[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAnyElementAttributes.uex" path="docs/doc[@for=&quot;XmlAnyElementAttributes.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlArrayAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayAttribute.uex" path="docs/doc[@for=&quot;XmlArrayAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayAttribute.uex" path="docs/doc[@for=&quot;XmlArrayAttribute.XmlArrayAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayAttribute.uex" path="docs/doc[@for=&quot;XmlArrayAttribute.XmlArrayAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayAttribute.ElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayAttribute.uex" path="docs/doc[@for=&quot;XmlArrayAttribute.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayAttribute.uex" path="docs/doc[@for=&quot;XmlArrayAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayAttribute.IsNullable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayAttribute.uex" path="docs/doc[@for=&quot;XmlArrayAttribute.IsNullable&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayAttribute.Form">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayAttribute.uex" path="docs/doc[@for=&quot;XmlArrayAttribute.Form&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayAttribute.Order">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayAttribute.uex" path="docs/doc[@for=&quot;XmlArrayAttribute.Order&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlArrayItemAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.XmlArrayItemAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.XmlArrayItemAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.XmlArrayItemAttribute2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.String,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.XmlArrayItemAttribute3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayItemAttribute.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.Type&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayItemAttribute.ElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayItemAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayItemAttribute.NestingLevel">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.NestingLevel&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayItemAttribute.DataType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.DataType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayItemAttribute.IsNullable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.IsNullable&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayItemAttribute.Form">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttribute.uex" path="docs/doc[@for=&quot;XmlArrayItemAttribute.Form&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlArrayItemAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttributes.uex" path="docs/doc[@for=&quot;XmlArrayItemAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlArrayItemAttributes.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttributes.uex" path="docs/doc[@for=&quot;XmlArrayItemAttributes.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttributes.Add(Microsoft.Xml.Serialization.XmlArrayItemAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttributes.uex" path="docs/doc[@for=&quot;XmlArrayItemAttributes.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttributes.Insert(System.Int32,Microsoft.Xml.Serialization.XmlArrayItemAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttributes.uex" path="docs/doc[@for=&quot;XmlArrayItemAttributes.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttributes.IndexOf(Microsoft.Xml.Serialization.XmlArrayItemAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttributes.uex" path="docs/doc[@for=&quot;XmlArrayItemAttributes.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttributes.Contains(Microsoft.Xml.Serialization.XmlArrayItemAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttributes.uex" path="docs/doc[@for=&quot;XmlArrayItemAttributes.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttributes.Remove(Microsoft.Xml.Serialization.XmlArrayItemAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttributes.uex" path="docs/doc[@for=&quot;XmlArrayItemAttributes.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlArrayItemAttributes.CopyTo(Microsoft.Xml.Serialization.XmlArrayItemAttribute[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlArrayItemAttributes.uex" path="docs/doc[@for=&quot;XmlArrayItemAttributes.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlAttributeAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAttributeAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.XmlAttributeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.XmlAttributeAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAttributeAttribute.#ctor(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.XmlAttributeAttribute2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.XmlAttributeAttribute3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeAttribute.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.Type&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeAttribute.AttributeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.AttributeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeAttribute.DataType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.DataType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeAttribute.Form">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeAttribute.uex" path="docs/doc[@for=&quot;XmlAttributeAttribute.Form&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlAttributeOverrides">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeOverrides.uex" path="docs/doc[@for=&quot;XmlAttributeOverrides&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAttributeOverrides.Add(System.Type,Microsoft.Xml.Serialization.XmlAttributes)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeOverrides.uex" path="docs/doc[@for=&quot;XmlAttributeOverrides.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAttributeOverrides.Add(System.Type,System.String,Microsoft.Xml.Serialization.XmlAttributes)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeOverrides.uex" path="docs/doc[@for=&quot;XmlAttributeOverrides.Add1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeOverrides.Item(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeOverrides.uex" path="docs/doc[@for=&quot;XmlAttributeOverrides.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeOverrides.Item(System.Type,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributeOverrides.uex" path="docs/doc[@for=&quot;XmlAttributeOverrides.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAttributes.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlAttributes.#ctor(System.Collections.Generic.IEnumerable{System.Attribute})">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlAttributes1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlElements">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlElements&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlEnum">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlEnum&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlText">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlText&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlArray">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlArray&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlArrayItems">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlArrayItems&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlDefaultValue">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlDefaultValue&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlIgnore">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlIgnore&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlRoot">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlRoot&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlAnyElements">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlAnyElement&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlAnyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlAnyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.XmlChoiceIdentifier">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.XmlChoiceIdentifier&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributes.Xmlns">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlAttributes.uex" path="docs/doc[@for=&quot;XmlAttributes.Xmlns&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlChoiceIdentifierAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlChoiceIdentifierAttribute.uex" path="docs/doc[@for=&quot;XmlChoiceIdentifierAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlChoiceIdentifierAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlChoiceIdentifierAttribute.uex" path="docs/doc[@for=&quot;XmlChoiceIdentifierAttribute.XmlChoiceIdentifierAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlChoiceIdentifierAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlChoiceIdentifierAttribute.uex" path="docs/doc[@for=&quot;XmlChoiceIdentifierAttribute.XmlChoiceIdentifierAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlChoiceIdentifierAttribute.MemberName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlChoiceIdentifierAttribute.uex" path="docs/doc[@for=&quot;XmlChoiceIdentifierAttribute.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlCodeExporter">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.XmlCodeExporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace,Microsoft.CodeDom.CodeCompileUnit)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.XmlCodeExporter1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace,Microsoft.CodeDom.CodeCompileUnit,Microsoft.Xml.Serialization.CodeGenerationOptions)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.XmlCodeExporter2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace,Microsoft.CodeDom.CodeCompileUnit,Microsoft.Xml.Serialization.CodeGenerationOptions,System.Collections.Hashtable)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.XmlCodeExporter3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.#ctor(Microsoft.CodeDom.CodeNamespace,Microsoft.CodeDom.CodeCompileUnit,Microsoft.CodeDom.Compiler.CodeDomProvider,Microsoft.Xml.Serialization.CodeGenerationOptions,System.Collections.Hashtable)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.XmlCodeExporter4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.ExportTypeMapping(Microsoft.Xml.Serialization.XmlTypeMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.ExportTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.ExportMembersMapping(Microsoft.Xml.Serialization.XmlMembersMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.ExportMembersMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.AddMappingMetadata(Microsoft.CodeDom.CodeAttributeDeclarationCollection,Microsoft.Xml.Serialization.XmlTypeMapping,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.AddMappingMetadata&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.AddMappingMetadata(Microsoft.CodeDom.CodeAttributeDeclarationCollection,Microsoft.Xml.Serialization.XmlMemberMapping,System.String,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.AddMappingMetadata1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlCodeExporter.AddMappingMetadata(Microsoft.CodeDom.CodeAttributeDeclarationCollection,Microsoft.Xml.Serialization.XmlMemberMapping,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCodeExporter.uex" path="docs/doc[@for=&quot;XmlCodeExporter.AddMappingMetadata2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlCustomFormatter">
            <summary>
              The <see cref="T:Microsoft.Xml.Serialization.XmlCustomFormatter"/> class provides a set of static methods for converting
              primitive type values to and from their XML string representations.</summary>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlElementAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.XmlElementAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.XmlElementAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttribute.#ctor(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.XmlElementAttribute2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttribute.#ctor(System.String,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.XmlElementAttribute3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementAttribute.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.Type&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementAttribute.ElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementAttribute.DataType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.DataType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementAttribute.IsNullable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.IsNullable&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementAttribute.Form">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.Form&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementAttribute.Order">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttribute.uex" path="docs/doc[@for=&quot;XmlElementAttribute.Order&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlElementAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttributes.uex" path="docs/doc[@for=&quot;XmlElementAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementAttributes.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttributes.uex" path="docs/doc[@for=&quot;XmlElementAttributes.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttributes.Add(Microsoft.Xml.Serialization.XmlElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttributes.uex" path="docs/doc[@for=&quot;XmlElementAttributes.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttributes.Insert(System.Int32,Microsoft.Xml.Serialization.XmlElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttributes.uex" path="docs/doc[@for=&quot;XmlElementAttributes.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttributes.IndexOf(Microsoft.Xml.Serialization.XmlElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttributes.uex" path="docs/doc[@for=&quot;XmlElementAttributes.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttributes.Contains(Microsoft.Xml.Serialization.XmlElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttributes.uex" path="docs/doc[@for=&quot;XmlElementAttributes.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttributes.Remove(Microsoft.Xml.Serialization.XmlElementAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttributes.uex" path="docs/doc[@for=&quot;XmlElementAttributes.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlElementAttributes.CopyTo(Microsoft.Xml.Serialization.XmlElementAttribute[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlElementAttributes.uex" path="docs/doc[@for=&quot;XmlElementAttributes.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlEnumAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlEnumAttribute.uex" path="docs/doc[@for=&quot;XmlEnumAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlEnumAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlEnumAttribute.uex" path="docs/doc[@for=&quot;XmlEnumAttribute.XmlEnumAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlEnumAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlEnumAttribute.uex" path="docs/doc[@for=&quot;XmlEnumAttribute.XmlEnumAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlEnumAttribute.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlEnumAttribute.uex" path="docs/doc[@for=&quot;XmlEnumAttribute.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlIgnoreAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlIgnoreAttribute.uex" path="docs/doc[@for=&quot;XmlIgnoreAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlIgnoreAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlIgnoreAttribute.uex" path="docs/doc[@for=&quot;XmlIgnoreAttribute.XmlIgnoreAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlIncludeAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlIncludeAttribute.uex" path="docs/doc[@for=&quot;XmlIncludeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlIncludeAttribute.#ctor(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlIncludeAttribute.uex" path="docs/doc[@for=&quot;XmlIncludeAttribute.XmlIncludeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlIncludeAttribute.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlIncludeAttribute.uex" path="docs/doc[@for=&quot;XmlIncludeAttribute.Type&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlMapping">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlMapping.uex" path="docs/doc[@for=&quot;XmlMapping&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMapping.ElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMapping.uex" path="docs/doc[@for=&quot;XmlMapping.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMapping.XsdElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMapping.uex" path="docs/doc[@for=&quot;XmlMapping.XsdElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMapping.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMapping.uex" path="docs/doc[@for=&quot;XmlMapping.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlMapping.SetKey(System.String)">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlMapping.uex" path="docs/doc[@for=&quot;XmlMapping.SetKey&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlMapping.SetKeyInternal(System.String)">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlMapping.uex" path="docs/doc[@for=&quot;XmlMapping.SetKeyInternal&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlMemberMapping">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping&quot;]/*" />
            <internalonly />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.Any">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.Any&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.ElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.XsdElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.XsdElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.MemberName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.MemberName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.TypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.TypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.TypeNamespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.TypeNamespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.TypeFullName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.TypeFullName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMemberMapping.CheckSpecified">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.CheckSpecified&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlMemberMapping.GenerateTypeName(Microsoft.CodeDom.Compiler.CodeDomProvider)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMemberMapping.uex" path="docs/doc[@for=&quot;XmlMemberMapping.GenerateTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlMembersMapping">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlMembersMapping.uex" path="docs/doc[@for=&quot;XmlMembersMapping&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMembersMapping.TypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMembersMapping.uex" path="docs/doc[@for=&quot;XmlMembersMapping.TypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMembersMapping.TypeNamespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMembersMapping.uex" path="docs/doc[@for=&quot;XmlMembersMapping.TypeNamespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMembersMapping.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMembersMapping.uex" path="docs/doc[@for=&quot;XmlMembersMapping.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlMembersMapping.Count">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlMembersMapping.uex" path="docs/doc[@for=&quot;XmlMembersMapping.Count&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlNamespaceDeclarationsAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNamespaceDeclarationsAttribute.uex" path="docs/doc[@for=&quot;XmlNamespaceDeclarationsAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlNamespaceDeclarationsAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNamespaceDeclarationsAttribute.uex" path="docs/doc[@for=&quot;XmlNamespaceDeclarationsAttribute.XmlNamespaceDeclarationsAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlReflectionImporter">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.XmlReflectionImporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.XmlReflectionImporter1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.#ctor(Microsoft.Xml.Serialization.XmlAttributeOverrides)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.XmlReflectionImporter2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.#ctor(Microsoft.Xml.Serialization.XmlAttributeOverrides,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.XmlReflectionImporter3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.IncludeTypes(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.IncludeTypes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.IncludeType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportTypeMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,Microsoft.Xml.Serialization.XmlRootAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportTypeMapping2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,Microsoft.Xml.Serialization.XmlRootAttribute,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportTypeMapping3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.XmlReflectionMember[],System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportMembersMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportMembersMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportMembersMapping2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
            
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,Microsoft.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,Microsoft.Xml.Serialization.XmlMappingAccess)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionImporter.uex" path="docs/doc[@for=&quot;XmlReflectionImporter.ImportMembersMapping3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
            
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlReflectionMember">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionMember.uex" path="docs/doc[@for=&quot;XmlReflectionMember&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlReflectionMember.MemberType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionMember.uex" path="docs/doc[@for=&quot;XmlReflectionMember.MemberType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlReflectionMember.XmlAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionMember.uex" path="docs/doc[@for=&quot;XmlReflectionMember.XmlAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlReflectionMember.SoapAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionMember.uex" path="docs/doc[@for=&quot;XmlReflectionMember.SoapAttributes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlReflectionMember.MemberName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionMember.uex" path="docs/doc[@for=&quot;XmlReflectionMember.MemberName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlReflectionMember.IsReturnValue">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionMember.uex" path="docs/doc[@for=&quot;XmlReflectionMember.IsReturnValue&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlReflectionMember.OverrideIsNullable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlReflectionMember.uex" path="docs/doc[@for=&quot;XmlReflectionMember.OverrideIsNullable&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlRootAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlRootAttribute.uex" path="docs/doc[@for=&quot;XmlRootAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlRootAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlRootAttribute.uex" path="docs/doc[@for=&quot;XmlRootAttribute.XmlRootAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlRootAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlRootAttribute.uex" path="docs/doc[@for=&quot;XmlRootAttribute.XmlRootAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlRootAttribute.ElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlRootAttribute.uex" path="docs/doc[@for=&quot;XmlRootAttribute.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlRootAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlRootAttribute.uex" path="docs/doc[@for=&quot;XmlRootAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlRootAttribute.DataType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlRootAttribute.uex" path="docs/doc[@for=&quot;XmlRootAttribute.DataType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlRootAttribute.IsNullable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlRootAttribute.uex" path="docs/doc[@for=&quot;XmlRootAttribute.IsNullable&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSchemaExporter">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExporter.uex" path="docs/doc[@for=&quot;XmlSchemaExporter&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaExporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExporter.uex" path="docs/doc[@for=&quot;XmlSchemaExporter.XmlSchemaExporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaExporter.ExportTypeMapping(Microsoft.Xml.Serialization.XmlTypeMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExporter.uex" path="docs/doc[@for=&quot;XmlSchemaExporter.ExportTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaExporter.ExportTypeMapping(Microsoft.Xml.Serialization.XmlMembersMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExporter.uex" path="docs/doc[@for=&quot;XmlSchemaExporter.ExportTypeMapping1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaExporter.ExportMembersMapping(Microsoft.Xml.Serialization.XmlMembersMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExporter.uex" path="docs/doc[@for=&quot;XmlSchemaExporter.ExportMembersMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaExporter.ExportMembersMapping(Microsoft.Xml.Serialization.XmlMembersMapping,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExporter.uex" path="docs/doc[@for=&quot;XmlSchemaExporter.ExportMembersMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaExporter.ExportAnyType(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExporter.uex" path="docs/doc[@for=&quot;XmlSchemaExporter.ExportAnyType&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaExporter.ExportAnyType(Microsoft.Xml.Serialization.XmlMembersMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaExporter.uex" path="docs/doc[@for=&quot;XmlSchemaExporter.ExportAnyType1&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSchemaImporter">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.XmlSchemaImporter&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.CodeIdentifiers)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.XmlSchemaImporter1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.CodeIdentifiers,Microsoft.Xml.Serialization.CodeGenerationOptions)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.XmlSchemaImporter2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.CodeGenerationOptions,Microsoft.Xml.Serialization.ImportContext)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.XmlSchemaImporter3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.#ctor(Microsoft.Xml.Serialization.XmlSchemas,Microsoft.Xml.Serialization.CodeGenerationOptions,Microsoft.CodeDom.Compiler.CodeDomProvider,Microsoft.Xml.Serialization.ImportContext)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.XmlSchemaImporter4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(Microsoft.Xml.XmlQualifiedName,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportDerivedTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportDerivedTypeMapping(Microsoft.Xml.XmlQualifiedName,System.Type,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportDerivedTypeMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportSchemaType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(Microsoft.Xml.XmlQualifiedName,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportSchemaType1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportSchemaType(Microsoft.Xml.XmlQualifiedName,System.Type,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportSchemaType2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportTypeMapping(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportMembersMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportAnyType(Microsoft.Xml.XmlQualifiedName,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportAnyType&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(Microsoft.Xml.XmlQualifiedName[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportMembersMapping1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping(Microsoft.Xml.XmlQualifiedName[],System.Type,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaImporter.uex" path="docs/doc[@for=&quot;XmlSchemaImporter.ImportMembersMapping2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSchemaProviderAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaProviderAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaProviderAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemaProviderAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaProviderAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaProviderAttribute.XmlSchemaProviderAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSchemaProviderAttribute.MethodName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaProviderAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaProviderAttribute.MethodName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSchemaProviderAttribute.IsAny">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemaProviderAttribute.uex" path="docs/doc[@for=&quot;XmlSchemaProviderAttribute.IsAny&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSchemas">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas&quot;]/*" />
            <internalonly />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSchemas.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSchemas.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.GetSchemas(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.GetSchemas&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Add(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Add(Microsoft.Xml.Schema.XmlSchema,System.Uri)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Add(Microsoft.Xml.Serialization.XmlSchemas)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Add1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.AddReference(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.AddReference&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Insert(System.Int32,Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.IndexOf(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Contains(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Contains(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Contains1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Remove(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.CopyTo(Microsoft.Xml.Schema.XmlSchema[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.OnInsert(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.OnInsert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.OnRemove(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.OnRemove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.OnClear">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.OnClear&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.OnSet(System.Int32,System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.OnSet&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Find(Microsoft.Xml.XmlQualifiedName,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Find&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.IsDataSet(Microsoft.Xml.Schema.XmlSchema)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.IsDataSet&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSchemas.IsCompiled">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.IsCompiled&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSchemas.Compile(Microsoft.Xml.Schema.ValidationEventHandler,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSchemas.uex" path="docs/doc[@for=&quot;XmlSchemas.Compile&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationGeneratedCode">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationGeneratedCode.uex" path="docs/doc[@for=&quot;XmlSerializationGeneratedCode&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationReader">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.InitIDs">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.InitIDs&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.DecodeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.DecodeName&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.Reader">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.Reader&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.ReaderCount">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReaderCount&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.Document">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.Document&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ResolveDynamicAssembly(System.String)">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ResolveDynamicAssembly&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.GetXsiType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.GetXsiType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadTypedPrimitive(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadTypedPrimitive&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadTypedNull(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadTypedNull&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.IsXmlnsAttribute(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.IsXmlnsAttribute&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ParseWsdlArrayType(Microsoft.Xml.XmlAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.IsArrayTypeAttribute&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.IsReturnValue">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.IsReturnValue&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadNull">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadNull&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.GetNullAttr">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.GetNullAttr&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadNullableString">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadNullableString&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadNullableQualifiedName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadNullableQualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadElementQualifiedName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadElementQualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadXmlDocument(System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadXmlDocument&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CollapseWhitespace(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CollapseWhitespace&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadXmlNode(System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadXmlNode&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToByteArrayBase64&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToByteArrayBase64(System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToByteArrayBase641&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToByteArrayHex&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToByteArrayHex(System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToByteArrayHex1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.GetArrayLength(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.GetArrayLength&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Serialization.XmlSerializationReader.SoapArrayInfo.qname">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.qname;&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Serialization.XmlSerializationReader.SoapArrayInfo.dimensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.dimensions;&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.Serialization.XmlSerializationReader.SoapArrayInfo.length">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.length;&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToDateTime(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToDateTime&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToDate(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToDate&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToTime(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToTime&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToChar(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToChar&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToEnum(System.String,System.Collections.Hashtable,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToEnum&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToXmlName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToXmlName&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToXmlNCName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToXmlNCName&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToXmlNmToken(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToXmlNmToken&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToXmlNmTokens(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToXmlNmTokens&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ToXmlQualifiedName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ToXmlQualifiedName&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.UnknownAttribute(System.Object,Microsoft.Xml.XmlAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.UnknownAttribute&quot;]/*" />
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.UnknownAttribute&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.UnknownAttribute(System.Object,Microsoft.Xml.XmlAttribute,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.UnknownAttribute1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.UnknownElement(System.Object,Microsoft.Xml.XmlElement)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.UnknownAttribute&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.UnknownElement(System.Object,Microsoft.Xml.XmlElement,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.UnknownElement1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.UnknownNode(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.UnknownNode&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.UnknownNode(System.Object,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.UnknownNode1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.UnreferencedObject(System.String,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.UnreferencedObject&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateUnknownTypeException(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateUnknownTypeException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateReadOnlyCollectionException(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateReadOnlyCollectionException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateAbstractTypeException(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateAbstractTypeException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateInaccessibleConstructorException(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateInaccessibleConstructorException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateCtorHasSecurityException(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateCtorHasSecurityException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateUnknownNodeException">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateUnknownNodeException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateUnknownConstantException(System.String,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateUnknownConstantException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateInvalidCastException(System.Type,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateInvalidCastException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateInvalidCastException(System.Type,System.Object,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateInvalidCastException1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateBadDerivationException(System.String,System.String,System.String,System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateBadDerivationException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CreateMissingIXmlSerializableType(System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CreateMissingIXmlSerializableType&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.EnsureArrayIndex(System.Array,System.Int32,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.EnsureArrayIndex&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ShrinkArray(System.Array,System.Int32,System.Type,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ShrinkArray&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadString(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadString&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadString(System.String,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadString1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadSerializable(Microsoft.Xml.Serialization.IXmlSerializable)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadSerializable&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadSerializable(Microsoft.Xml.Serialization.IXmlSerializable,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadSerializable&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadReference(System.String@)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadReference&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.AddTarget(System.String,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.AddTarget&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.AddFixup(Microsoft.Xml.Serialization.XmlSerializationReader.Fixup)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.AddFixup&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.AddFixup(Microsoft.Xml.Serialization.XmlSerializationReader.CollectionFixup)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.AddFixup2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.GetTarget(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.GetTarget&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.Referenced(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.Referenced&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.FixupArrayRefs(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.FixupArrayRefs&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.InitCallbacks">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.InitCallbacks&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadReferencedElements">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadReferencedElements&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadReferencedElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadReferencedElement&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadReferencedElement(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadReferencedElement1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String@)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadReferencingElement&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.String@)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadReferencingElement1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadReferencingElement(System.String,System.String,System.Boolean,System.String@)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadReferencingElement2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.AddReadCallback(System.String,System.String,System.Type,Microsoft.Xml.Serialization.XmlSerializationReadCallback)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.AddReadCallback&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.ReadEndElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.ReadEndElement&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CheckReaderCount(System.Int32@,System.Int32@)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReader.CheckReaderCount&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationReader.Fixup">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;Fixup&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.Fixup.#ctor(System.Object,Microsoft.Xml.Serialization.XmlSerializationFixupCallback,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;Fixup.Fixup1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.Fixup.#ctor(System.Object,Microsoft.Xml.Serialization.XmlSerializationFixupCallback,System.String[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;Fixup.Fixup2&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.Fixup.Callback">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;Fixup.Callback&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.Fixup.Source">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;Fixup.Source&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.Fixup.Ids">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;Fixup.Ids&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationReader.CollectionFixup">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;CollectionFixup&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationReader.CollectionFixup.#ctor(System.Object,Microsoft.Xml.Serialization.XmlSerializationCollectionFixupCallback,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;CollectionFixup.CollectionFixup&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.CollectionFixup.Callback">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;CollectionFixup.Callback&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.CollectionFixup.Collection">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;CollectionFixup.Collection&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationReader.CollectionFixup.CollectionItems">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;CollectionFixup.CollectionItems&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationFixupCallback">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationFixupCallback&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationCollectionFixupCallback">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationCollectionFixupCallback&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationReadCallback">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationReader.uex" path="docs/doc[@for=&quot;XmlSerializationReadCallback&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationWriter">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter&quot;]/*" />
            <internalonly />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationWriter.EscapeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.EscapeName&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationWriter.Writer">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.Writer&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializationWriter.Namespaces">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.Namespaces&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromByteArrayBase64(System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromByteArrayBase64&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.ResolveDynamicAssembly(System.String)">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.ResolveDynamicAssembly&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromByteArrayHex(System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromByteArrayHex&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromDateTime(System.DateTime)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromDateTime&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromDate(System.DateTime)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromDate&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromTime(System.DateTime)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromTime&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromChar(System.Char)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromChar&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromEnum(System.Int64,System.String[],System.Int64[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromEnum&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromEnum(System.Int64,System.String[],System.Int64[],System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromEnum1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromXmlName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromXmlName&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromXmlNCName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromXmlNCName&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromXmlNmToken(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromXmlNmToken&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromXmlNmTokens(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromXmlNmTokens&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteXsiType(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteXsiType&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteTypedPrimitive&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromXmlQualifiedName(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromXmlQualifiedName&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.FromXmlQualifiedName(Microsoft.Xml.XmlQualifiedName,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.FromXmlQualifiedName&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteStartElement(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteStartElement&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteStartElement(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteStartElement1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteStartElement(System.String,System.String,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteStartElement4&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteStartElement(System.String,System.String,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteStartElement2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteStartElement(System.String,System.String,System.Object,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteStartElement3&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteStartElement(System.String,System.String,System.Object,System.Boolean,Microsoft.Xml.Serialization.XmlSerializerNamespaces)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteStartElement5&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullTagEncoded(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullTagEncoded&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullTagEncoded(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullTagEncoded1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullTagLiteral(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullTagLiteral&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullTagLiteral(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullTag1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteEmptyTag(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteEmptyTag&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteEmptyTag(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteEmptyTag1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteEndElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteEndElement&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteEndElement(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteEndElement1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteSerializable(Microsoft.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteSerializable&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteSerializable(Microsoft.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteSerializable1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullableStringEncoded(System.String,System.String,System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullableStringEncoded&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullableStringLiteral(System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullableStringLiteral&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullableStringEncodedRaw(System.String,System.String,System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullableStringEncodedRaw&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullableStringEncodedRaw(System.String,System.String,System.Byte[],Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullableStringEncodedRaw1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullableStringLiteralRaw(System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullableStringLiteralRaw&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullableStringLiteralRaw(System.String,System.String,System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullableStringLiteralRaw1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullableQualifiedNameEncoded(System.String,System.String,Microsoft.Xml.XmlQualifiedName,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullableQualifiedNameEncoded&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNullableQualifiedNameLiteral(System.String,System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNullableQualifiedNameLiteral&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementEncoded(Microsoft.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementEncoded&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementLiteral(Microsoft.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementLiteral&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateUnknownTypeException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateUnknownTypeException1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateMismatchChoiceException(System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateMismatchChoiceException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateUnknownAnyElementException(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateUnknownAnyElementException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateInvalidChoiceIdentifierValueException(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateInvalidChoiceIdentifierValueException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateChoiceIdentifierValueException(System.String,System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateChoiceIdentifierValueException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateInvalidEnumValueException(System.Object,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateInvalidEnumValueException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateInvalidAnyTypeException(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateInvalidAnyTypeException&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.CreateInvalidAnyTypeException(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.CreateInvalidAnyTypeException1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteReferencingElement(System.String,System.String,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteReferencingElement&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteReferencingElement(System.String,System.String,System.Object,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteReferencingElement1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteId(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteId&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteXmlAttribute(Microsoft.Xml.XmlNode)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteXmlAttribute1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteXmlAttribute(Microsoft.Xml.XmlNode,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteXmlAttribute2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteAttribute(System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteAttribute&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteAttribute(System.String,System.String,System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteAttribute0&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteAttribute(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteAttribute1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteAttribute(System.String,System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteAttribute01&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteAttribute(System.String,System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteAttribute2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteValue(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteValue&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteValue(System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteValue01&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteStartDocument">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteStartDocument&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementString(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementString&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementString(System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementString1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementString(System.String,System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementString2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementString(System.String,System.String,System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementString3&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementStringRaw(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementStringRaw&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementStringRaw(System.String,System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementStringRaw0&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementStringRaw(System.String,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementStringRaw1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementStringRaw(System.String,System.String,System.Byte[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementStringRaw01&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementStringRaw(System.String,System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementStringRaw2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementStringRaw(System.String,System.Byte[],Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementStringRaw02&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementStringRaw(System.String,System.String,System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementStringRaw3&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementStringRaw(System.String,System.String,System.Byte[],Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementStringRaw03&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteRpcResult(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteRpcResult&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementQualifiedName(System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementQualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementQualifiedName(System.String,Microsoft.Xml.XmlQualifiedName,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementQualifiedName1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementQualifiedName(System.String,System.String,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementQualifiedName2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteElementQualifiedName(System.String,System.String,Microsoft.Xml.XmlQualifiedName,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteElementQualifiedName3&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.AddWriteCallback(System.Type,System.String,System.String,Microsoft.Xml.Serialization.XmlSerializationWriteCallback)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.AddWriteCallback&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WritePotentiallyReferencingElement&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WritePotentiallyReferencingElement1&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WritePotentiallyReferencingElement2&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WritePotentiallyReferencingElement3&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.InitCallbacks">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.InitCallbacks&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteReferencedElements&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.TopLevelElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.TopLevelElement&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializationWriter.WriteNamespaceDeclarations(Microsoft.Xml.Serialization.XmlSerializerNamespaces)">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriter.WriteNamespaceDeclarations&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializationWriteCallback">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializationWriter.uex" path="docs/doc[@for=&quot;XmlSerializationWriteCallback&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlDeserializationEvents">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlDeserializationEvents&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlDeserializationEvents.OnUnknownNode">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlDeserializationEvents.OnUnknownNode&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlDeserializationEvents.OnUnknownAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlDeserializationEvents.OnUnknownAttribute&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlDeserializationEvents.OnUnknownElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlDeserializationEvents.OnUnknownElement&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlDeserializationEvents.OnUnreferencedObject">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlDeserializationEvents.OnUnreferencedObject&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializerImplementation">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializerImplementation&quot;]/*" />
            <internalonly />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerImplementation.Reader">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializerImplementation.Reader&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerImplementation.Writer">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializerImplementation.Writer&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerImplementation.ReadMethods">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializerImplementation.ReadMethods&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerImplementation.WriteMethods">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializerImplementation.WriteMethods&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerImplementation.TypedSerializers">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializerImplementation.TypedSerializers&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerImplementation.CanSerialize(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializerImplementation.CanSerialize&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerImplementation.GetSerializer(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializerImplementation.GetSerializer&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializer">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer8&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor(System.Type,Microsoft.Xml.Serialization.XmlAttributeOverrides,System.Type[],Microsoft.Xml.Serialization.XmlRootAttribute,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor(System.Type,Microsoft.Xml.Serialization.XmlRootAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor(System.Type,Microsoft.Xml.Serialization.XmlAttributeOverrides)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor(Microsoft.Xml.Serialization.XmlTypeMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer5&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer6&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.#ctor(System.Type,Microsoft.Xml.Serialization.XmlAttributeOverrides,System.Type[],Microsoft.Xml.Serialization.XmlRootAttribute,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.XmlSerializer7&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,Microsoft.Xml.Serialization.XmlSerializerNamespaces)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,Microsoft.Xml.Serialization.XmlSerializerNamespaces)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(Microsoft.Xml.XmlWriter,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(Microsoft.Xml.XmlWriter,System.Object,Microsoft.Xml.Serialization.XmlSerializerNamespaces)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize5&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(Microsoft.Xml.XmlWriter,System.Object,Microsoft.Xml.Serialization.XmlSerializerNamespaces,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize6&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(Microsoft.Xml.XmlWriter,System.Object,Microsoft.Xml.Serialization.XmlSerializerNamespaces,System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize6&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Deserialize&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Deserialize1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Deserialize(Microsoft.Xml.XmlReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Deserialize2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Deserialize(Microsoft.Xml.XmlReader,Microsoft.Xml.Serialization.XmlDeserializationEvents)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Deserialize3&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Deserialize(Microsoft.Xml.XmlReader,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Deserialize4&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Deserialize(Microsoft.Xml.XmlReader,System.String,Microsoft.Xml.Serialization.XmlDeserializationEvents)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Deserialize5&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.CanDeserialize(Microsoft.Xml.XmlReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.CanDeserialize&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.FromMappings(Microsoft.Xml.Serialization.XmlMapping[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.FromMappings&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.FromMappings(Microsoft.Xml.Serialization.XmlMapping[],System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.FromMappings1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.FromTypes(System.Type[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.FromTypes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.GetXmlSerializerAssemblyName(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.GetXmlSerializerAssemblyName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.GetXmlSerializerAssemblyName(System.Type,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.GetXmlSerializerAssemblyName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="E:Microsoft.Xml.Serialization.XmlSerializer.UnknownNode">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.UnknownNode&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="E:Microsoft.Xml.Serialization.XmlSerializer.UnknownAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.UnknownAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="E:Microsoft.Xml.Serialization.XmlSerializer.UnknownElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.UnknownElement&quot;]/*" />
        </member>
        <member name="E:Microsoft.Xml.Serialization.XmlSerializer.UnreferencedObject">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.UnreferencedObject&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.CreateReader">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.CreateReader&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Deserialize(Microsoft.Xml.Serialization.XmlSerializationReader)">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Deserialize4&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.CreateWriter">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.CreateWriter&quot;]/*" />
            <internalonly />
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializer.Serialize(System.Object,Microsoft.Xml.Serialization.XmlSerializationWriter)">
             <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializer.uex" path="docs/doc[@for=&quot;XmlSerializer.Serialize7&quot;]/*" />
            <internalonly />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializerAssemblyAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerAssemblyAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerAssemblyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerAssemblyAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerAssemblyAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerAssemblyAttribute.XmlSerializerAssemblyAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerAssemblyAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerAssemblyAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerAssemblyAttribute.XmlSerializerAssemblyAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerAssemblyAttribute.#ctor(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerAssemblyAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerAssemblyAttribute.XmlSerializerAssemblyAttribute2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerAssemblyAttribute.CodeBase">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerAssemblyAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerAssemblyAttribute.Location&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerAssemblyAttribute.AssemblyName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerAssemblyAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerAssemblyAttribute.AssemblyName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializerFactory">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerFactory.uex" path="docs/doc[@for=&quot;XmlSerializerFactory&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,Microsoft.Xml.Serialization.XmlAttributeOverrides,System.Type[],Microsoft.Xml.Serialization.XmlRootAttribute,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerFactory.uex" path="docs/doc[@for=&quot;XmlSerializerFactory.CreateSerializer&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,Microsoft.Xml.Serialization.XmlRootAttribute)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerFactory.uex" path="docs/doc[@for=&quot;XmlSerializerFactory.CreateSerializer2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.Type[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerFactory.uex" path="docs/doc[@for=&quot;XmlSerializerFactory.CreateSerializer3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,Microsoft.Xml.Serialization.XmlAttributeOverrides)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerFactory.uex" path="docs/doc[@for=&quot;XmlSerializerFactory.CreateSerializer4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerFactory.CreateSerializer(Microsoft.Xml.Serialization.XmlTypeMapping)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerFactory.uex" path="docs/doc[@for=&quot;XmlSerializerFactory.CreateSerializer5&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerFactory.uex" path="docs/doc[@for=&quot;XmlSerializerFactory.CreateSerializer6&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerFactory.CreateSerializer(System.Type,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerFactory.uex" path="docs/doc[@for=&quot;XmlSerializerFactory.CreateSerializer1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializerNamespaces">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerNamespaces.uex" path="docs/doc[@for=&quot;XmlSerializerNamespaces&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerNamespaces.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerNamespaces.uex" path="docs/doc[@for=&quot;XmlSerializerNamespaces.XmlSerializerNamespaces&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerNamespaces.#ctor(Microsoft.Xml.Serialization.XmlSerializerNamespaces)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerNamespaces.uex" path="docs/doc[@for=&quot;XmlSerializerNamespaces.XmlSerializerNamespaces1&quot;]/*" />
            <internalonly />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerNamespaces.#ctor(Microsoft.Xml.XmlQualifiedName[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerNamespaces.uex" path="docs/doc[@for=&quot;XmlSerializerNamespaces.XmlSerializerNamespaces2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerNamespaces.Add(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerNamespaces.uex" path="docs/doc[@for=&quot;XmlSerializerNamespaces.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerNamespaces.ToArray">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerNamespaces.uex" path="docs/doc[@for=&quot;XmlSerializerNamespaces.ToArray&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerNamespaces.Count">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerNamespaces.uex" path="docs/doc[@for=&quot;XmlSerializerNamespaces.Count&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlSerializerVersionAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerVersionAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerVersionAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerVersionAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerVersionAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerVersionAttribute.XmlSerializerVersionAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlSerializerVersionAttribute.#ctor(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerVersionAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerVersionAttribute.XmlSerializerAssemblyAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerVersionAttribute.ParentAssemblyId">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerVersionAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerVersionAttribute.ParentAssemblyId&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerVersionAttribute.Version">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerVersionAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerVersionAttribute.ParentAssemblyId&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerVersionAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerVersionAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerVersionAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlSerializerVersionAttribute.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlSerializerVersionAttribute.uex" path="docs/doc[@for=&quot;XmlSerializerVersionAttribute.TypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlTextAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTextAttribute.uex" path="docs/doc[@for=&quot;XmlTextAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlTextAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTextAttribute.uex" path="docs/doc[@for=&quot;XmlTextAttribute.XmlTextAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlTextAttribute.#ctor(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTextAttribute.uex" path="docs/doc[@for=&quot;XmlTextAttribute.XmlTextAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTextAttribute.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTextAttribute.uex" path="docs/doc[@for=&quot;XmlTextAttribute.Type&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTextAttribute.DataType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTextAttribute.uex" path="docs/doc[@for=&quot;XmlTextAttribute.DataType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlTypeAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeAttribute.uex" path="docs/doc[@for=&quot;XmlTypeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlTypeAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeAttribute.uex" path="docs/doc[@for=&quot;XmlTypeAttribute.XmlTypeAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.Serialization.XmlTypeAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeAttribute.uex" path="docs/doc[@for=&quot;XmlTypeAttribute.XmlTypeAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTypeAttribute.AnonymousType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeAttribute.uex" path="docs/doc[@for=&quot;XmlTypeAttribute.AnonymousType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTypeAttribute.IncludeInSchema">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeAttribute.uex" path="docs/doc[@for=&quot;XmlTypeAttribute.IncludeInSchema&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTypeAttribute.TypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeAttribute.uex" path="docs/doc[@for=&quot;XmlTypeAttribute.TypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTypeAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeAttribute.uex" path="docs/doc[@for=&quot;XmlTypeAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlTypeMapping">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeMapping.uex" path="docs/doc[@for=&quot;XmlTypeMapping&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTypeMapping.TypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeMapping.uex" path="docs/doc[@for=&quot;XmlTypeMapping.TypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTypeMapping.TypeFullName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeMapping.uex" path="docs/doc[@for=&quot;XmlTypeMapping.TypeFullName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTypeMapping.XsdTypeName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeMapping.uex" path="docs/doc[@for=&quot;XmlTypeMapping.XsdTypeName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlTypeMapping.XsdTypeNamespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlTypeMapping.uex" path="docs/doc[@for=&quot;XmlTypeMapping.XsdTypeNamespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlAttributeEventHandler">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlAttributeEventHandler&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlAttributeEventArgs">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlAttributeEventArgs&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeEventArgs.ObjectBeingDeserialized">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlAttributeEventArgs.ObjectBeingDeserialized&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeEventArgs.Attr">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlAttributeEventArgs.Attr&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeEventArgs.LineNumber">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlAttributeEventArgs.LineNumber&quot;]/*" />
            <devdoc>
               <para>
                  Gets the current line number.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeEventArgs.LinePosition">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlAttributeEventArgs.LinePosition&quot;]/*" />
            <devdoc>
               <para>
                  Gets the current line position.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlAttributeEventArgs.ExpectedAttributes">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlAttributeEventArgs.Attributes&quot;]/*" />
            <devdoc>
               <para>
                  List the qnames of attributes expected in the current context.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlElementEventHandler">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlElementEventHandler&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlElementEventArgs">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlElementEventArgs&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementEventArgs.ObjectBeingDeserialized">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlElementEventArgs.ObjectBeingDeserialized&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementEventArgs.Element">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlElementEventArgs.Attr&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementEventArgs.LineNumber">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlElementEventArgs.LineNumber&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementEventArgs.LinePosition">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlElementEventArgs.LinePosition&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlElementEventArgs.ExpectedElements">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlAttributeEventArgs.ExpectedElements&quot;]/*" />
            <devdoc>
               <para>
                  List of qnames of elements expected in the current context.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlNodeEventHandler">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventHandler&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.XmlNodeEventArgs">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlNodeEventArgs.ObjectBeingDeserialized">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs.ObjectBeingDeserialized&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlNodeEventArgs.NodeType">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs.NodeType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlNodeEventArgs.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlNodeEventArgs.LocalName">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs.LocalName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlNodeEventArgs.NamespaceURI">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs.NamespaceURI&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlNodeEventArgs.Text">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs.Text&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlNodeEventArgs.LineNumber">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs.LineNumber&quot;]/*" />
            <devdoc>
               <para>
                  Gets the current line number.
               </para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.Serialization.XmlNodeEventArgs.LinePosition">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;XmlNodeEventArgs.LinePosition&quot;]/*" />
            <devdoc>
               <para>
                  Gets the current line position.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.Serialization.UnreferencedObjectEventHandler">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;UnreferencedObjectEventHandler&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.Serialization.UnreferencedObjectEventArgs">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;UnreferencedObjectEventArgs&quot;]/*" />
        </member>
        <member name="M:Microsoft.Xml.Serialization.UnreferencedObjectEventArgs.#ctor(System.Object,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;UnreferencedObjectEventArgs.UnreferencedObjectEventArgs&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.UnreferencedObjectEventArgs.UnreferencedObject">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;UnreferencedObjectEventArgs.UnreferencedObject&quot;]/*" />
        </member>
        <member name="P:Microsoft.Xml.Serialization.UnreferencedObjectEventArgs.UnreferencedId">
            <!-- Failed to insert some or all of included XML --><include file="doc\_Events.uex" path="docs/doc[@for=&quot;UnreferencedObjectEventArgs.UnreferencedId&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.ValidateNames">
            <summary>
            Contains various static functions and methods for parsing and validating:
                NCName (not namespace-aware, no colons allowed)
                QName (prefix:local-name)
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Xml.ValidateNames.ParseNmtoken(System.String,System.Int32)" -->
        <member name="M:Microsoft.Xml.ValidateNames.ParseNmtokenNoNamespaces(System.String,System.Int32)">
            <summary>
            Attempts to parse the input string as an Nmtoken (see the XML spec production [7]) without taking 
            into account the XML Namespaces spec. What it means is that the ':' character is allowed at any 
            position and any number of times in the token.
            Quits parsing when an invalid Nmtoken char is reached or the end of string is reached.
            Returns the number of valid Nmtoken chars that were parsed.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ParseNameNoNamespaces(System.String,System.Int32)">
            <summary>
            Attempts to parse the input string as a Name without taking into account the XML Namespaces spec.
            What it means is that the ':' character does not delimiter prefix and local name, but it is a regular
            name character, which is allowed to appear at any position and any number of times in the name.
            Quits parsing when an invalid Name char is reached or the end of string is reached.
            Returns the number of valid Name chars that were parsed.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ParseNCName(System.String,System.Int32)">
            <summary>
            Attempts to parse the input string as an NCName (see the XML Namespace spec).
            Quits parsing when an invalid NCName char is reached or the end of string is reached.
            Returns the number of valid NCName chars that were parsed.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ParseNCNameThrow(System.String)">
            <summary>
            Calls parseName and throws exception if the resulting name is not a valid NCName.
            Returns the input string if there is no error.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ParseNCNameInternal(System.String,System.Boolean)">
            <summary>
            Calls parseName and returns false or throws exception if the resulting name is not
            a valid NCName.  Returns the input string if there is no error.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ParseQName(System.String,System.Int32,System.Int32@)">
            <summary>
            Attempts to parse the input string as a QName (see the XML Namespace spec).
            Quits parsing when an invalid QName char is reached or the end of string is reached.
            Returns the number of valid QName chars that were parsed.
            Sets colonOffset to the offset of a colon character if it exists, or 0 otherwise.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ParseQNameThrow(System.String,System.String@,System.String@)">
            <summary>
            Calls parseQName and throws exception if the resulting name is not a valid QName.
            Returns the prefix and local name parts.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ParseNameTestThrow(System.String,System.String@,System.String@)">
            <summary>
            Parses the input string as a NameTest (see the XPath spec), returning the prefix and
            local name parts.  Throws an exception if the given string is not a valid NameTest.
            If the NameTest contains a star, null values for localName (case NCName':*'), or for
            both localName and prefix (case '*') are returned.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ThrowInvalidName(System.String,System.Int32,System.Int32)">
            <summary>
            Throws an invalid name exception.
            </summary>
            <param name="s">String that was parsed.</param>
            <param name="offsetStartChar">Offset in string where parsing began.</param>
            <param name="offsetBadChar">Offset in string where parsing failed.</param>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.StartsWithXml(System.String)">
            <summary>
            Returns true if "prefix" starts with the characters 'x', 'm', 'l' (case-insensitive).
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.IsReservedNamespace(System.String)">
            <summary>
            Returns true if "s" is a namespace that is reserved by Xml 1.0 or Namespace 1.0.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ValidateNameThrow(System.String,System.String,System.String,Microsoft.Xml.XPath.XPathNodeType,Microsoft.Xml.ValidateNames.Flags)">
            <summary>
            Throw if the specified name parts are not valid according to the rules of "nodeKind".  Check only rules that are
            specified by the Flags.
            NOTE: Namespaces should be passed using a prefix, ns pair.  "localName" is always string.Empty.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ValidateName(System.String,System.String,System.String,Microsoft.Xml.XPath.XPathNodeType,Microsoft.Xml.ValidateNames.Flags)">
            <summary>
            Return false if the specified name parts are not valid according to the rules of "nodeKind".  Check only rules that are
            specified by the Flags.
            NOTE: Namespaces should be passed using a prefix, ns pair.  "localName" is always string.Empty.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.ValidateNameInternal(System.String,System.String,System.String,Microsoft.Xml.XPath.XPathNodeType,Microsoft.Xml.ValidateNames.Flags,System.Boolean)">
            <summary>
            Return false or throw if the specified name parts are not valid according to the rules of "nodeKind".  Check only rules
            that are specified by the Flags.
            NOTE: Namespaces should be passed using a prefix, ns pair.  "localName" is always string.Empty.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.CreateName(System.String,System.String)">
            <summary>
            Creates a colon-delimited qname from prefix and local name parts.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.ValidateNames.SplitQName(System.String,System.String@,System.String@)">
            <summary>
            Split a QualifiedName into prefix and localname, w/o any checking.
            (Used for XmlReader/XPathNavigator MoveTo(name) methods)
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XmlCharType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlCharType.uex" path="docs/doc[@for=&quot;XmlCharType&quot;]/*" />
            <internalonly />
            <devdoc>
             The XmlCharType class is used for quick character type recognition
             which is optimized for the first 127 ascii characters.
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.XmlConvert">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert&quot;]/*" />
            <devdoc>
               Encodes and decodes XML names according to
               the "Encoding of arbitrary Unicode Characters in XML Names" specification.
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.EncodeName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.EncodeName&quot;]/*" />
            <devdoc>
               <para>
                  Converts names, such
                  as DataTable or
                  DataColumn names, that contain characters that are not permitted in
                  XML names to valid names.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.EncodeNmToken(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.EncodeNmToken&quot;]/*" />
            <devdoc>
               <para> Verifies the name is valid
                  according to production [7] in the XML spec.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.EncodeLocalName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.EncodeLocalName&quot;]/*" />
            <devdoc>
               <para>Converts names, such as DataTable or DataColumn names, that contain
                  characters that are not permitted in XML names to valid names.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.DecodeName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.DecodeName&quot;]/*" />
            <devdoc>
               <para>
                  Transforms an XML name into an object name (such as DataTable or DataColumn).</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.VerifyName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.VerifyName&quot;]/*" />
            <devdoc>
               <para>
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.VerifyNCName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.VerifyNCName&quot;]/*" />
            <devdoc>
               <para>
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.VerifyTOKEN(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.VerifyTOKEN&quot;]/*" />
            <devdoc>
               <para>
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.VerifyNMTOKEN(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.VerifyNMTOKEN&quot;]/*" />
            <devdoc>
               <para>
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Char)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString1&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Decimal)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString2&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.SByte)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString3&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Int16)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString4&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString5&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Int64)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString15&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Byte)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString6&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.UInt16)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString7&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.UInt32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString8&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.UInt64)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString16&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Single)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString9&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Double)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString10&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.TimeSpan)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString11&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.DateTime)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString12&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.DateTime,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString13&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.DateTime,Microsoft.Xml.XmlDateTimeSerializationMode)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString14&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToString(System.Guid)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToString15&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToBoolean(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToBoolean&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToChar(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToChar&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToDecimal(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToDecimal&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToSByte(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToSByte&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToInt16(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToInt16&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToInt32(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToInt32&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToInt64(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToInt64&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToByte(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToByte&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToUInt16(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToUInt16&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToUInt32(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToUInt32&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToUInt64(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToUInt64&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToSingle(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToSingle&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToDouble(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToDouble&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToTimeSpan(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToTimeSpan&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToDateTime(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToDateTime&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToDateTime(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToDateTime1&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToDateTime(System.String,System.String[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToDateTime2&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToDateTime(System.String,Microsoft.Xml.XmlDateTimeSerializationMode)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToDateTime3&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlConvert.ToGuid(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlConvert.uex" path="docs/doc[@for=&quot;XmlConvert.ToGuid&quot;]/*" />
             <devdoc>
                <para>[To be supplied.]</para>
             </devdoc>
        </member>
        <member name="T:Microsoft.Xml.XmlException">
            <devdoc>
               <para>Returns detailed information about the last parse error, including the error
                  number, line number, character position, and a text description.</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.XmlNamespaceScope">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNamespaceScope.uex" path="docs/doc[@for=&quot;XmlNamespaceScope&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNamespaceScope.All">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNamespaceScope.uex" path="docs/doc[@for=&quot;XmlNamespaceScope.All&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNamespaceScope.ExcludeXml">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNamespaceScope.uex" path="docs/doc[@for=&quot;XmlNamespaceScope.ExcludeXml&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNamespaceScope.Local">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNamespaceScope.uex" path="docs/doc[@for=&quot;XmlNamespaceScope.Local&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.XmlNameTable">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNameTable.uex" path="docs/doc[@for=&quot;XmlNameTable&quot;]/*" />
            <devdoc>
               <para> Table of atomized string objects. This provides an
                  efficient means for the XML parser to use the same string object for all
                  repeated element and attribute names in an XML document. This class is
               <see langword="abstract" />
               .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlNameTable.Get(System.Char[],System.Int32,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNameTable.uex" path="docs/doc[@for=&quot;XmlNameTable.Get&quot;]/*" />
            <devdoc>
               <para>Gets the atomized String object containing the same
                  chars as the specified range of chars in the given char array.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlNameTable.Get(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNameTable.uex" path="docs/doc[@for=&quot;XmlNameTable.Get1&quot;]/*" />
            <devdoc>
               <para>
                  Gets the atomized String object containing the same
                  value as the specified string.
               </para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlNameTable.Add(System.Char[],System.Int32,System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNameTable.uex" path="docs/doc[@for=&quot;XmlNameTable.Add&quot;]/*" />
            <devdoc>
               <para>Creates a new atom for the characters at the specified range
                  of chararacters in the specified string.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlNameTable.Add(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNameTable.uex" path="docs/doc[@for=&quot;XmlNameTable.Add1&quot;]/*" />
            <devdoc>
               <para>
                  Creates a new atom for the specified string.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.XmlNodeOrder">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeOrder.uex" path="docs/doc[@for=&quot;XmlNodeOrder&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.XmlNodeOrder.Before">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeOrder.uex" path="docs/doc[@for=&quot;XmlNodeOrder.Before&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.XmlNodeOrder.After">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeOrder.uex" path="docs/doc[@for=&quot;XmlNodeOrder.After&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.XmlNodeOrder.Same">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeOrder.uex" path="docs/doc[@for=&quot;XmlNodeOrder.Same&quot;]/*" />
        </member>
        <member name="F:Microsoft.Xml.XmlNodeOrder.Unknown">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeOrder.uex" path="docs/doc[@for=&quot;XmlNodeOrder.Unknown&quot;]/*" />
        </member>
        <member name="T:Microsoft.Xml.XmlNodeType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType&quot;]/*" />
            <devdoc>
               Specifies the type of node.
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.None&quot;]/*" />
            <devdoc>
               For XPathNavigator, cursor is not positioned
               on a node.
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.Element">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.Element&quot;]/*" />
            <devdoc>
               <para>
                  An Element.
               </para>
               <para>
                  Example XML: &lt;Name&gt;
               </para>
               An Element node can have
               the following child node types: Element, Text, Comment, ProcessingInstruction,
               CDATA, and EntityReference. The Element node can be the child of the Document,
               DocumentFragment, EntityReference, and Element nodes.
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.Attribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.Attribute&quot;]/*" />
            <devdoc>
               <para>
                  An
                  Attribute.
               </para>
               <para>
                  Example XML: id='123'
               </para>
               <para>
                  An Attribute node can have the following child node types: Text and
                  EntityReference. The Attribute node does not appear as the child node of any
                  other node type; note that it is not considered a child node of an Element.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.Text">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.Text&quot;]/*" />
            <devdoc>
               <para>
                  The
                  text content of an element.
               </para>
               <para>
                  A Text node cannot have any child nodes. The Text node can appear as the
                  child node of the Attribute, DocumentFragment, Element, and EntityReference
                  nodes.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.CDATA">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.CDATA&quot;]/*" />
            <devdoc>
               A CDATA section.
               Example XML: &lt;![CDATA[my escaped text]]&gt;
               CDATA sections are used to escape blocks of text that would otherwise be
               recognized as markup. A CDATASection node cannot have any child nodes. The
               CDATASection node can appear as the child of the DocumentFragment,
               EntityReference, and Element nodes.
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.EntityReference">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.EntityReference&quot;]/*" />
            <devdoc>
               <para>A reference to an entity.</para>
               <para>Example XML: &amp;foo;</para>
               <para>This applies to all entities, including character entity references. An
                  EntityReference node can have the following child node types: Element,
                  ProcessingInstruction, Comment, Text, CDATASection, and EntityReference. The
                  EntityReference node can appear as the child of the Attribute, DocumentFragment,
                  Element, and EntityReference nodes.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.Entity">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.Entity&quot;]/*" />
            <devdoc>
               <para>An entity declaration.</para>
               <para>Example XML: &lt;!ENTITY ...&gt;</para>
               <para>An Entity node can have child nodes that represent the expanded entity (for
                  example, Text and EntityReference nodes). The Entity node can appear as the
                  child of the DocumentType node.</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.ProcessingInstruction">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.ProcessingInstruction&quot;]/*" />
            <devdoc>
               <para>
                  A processing instruction (PI).
               </para>
               <para>
                  Example XML: &lt;?pi test?&gt;
               </para>
               <para>
                  A PI node cannot have any child nodes. The PI node can
                  appear as the child of the Document, DocumentFragment, Element, and
                  EntityReference nodes.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.Comment">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.Comment&quot;]/*" />
            <devdoc>
               <para>
                  A Comment.
               </para>
               <para>
                  Example XML: &lt;!-- my comment --&gt;
               </para>
               <para>
                  A Comment node cannot have any child nodes. The Comment node can appear as
                  the child of the Document, DocumentFragment, Element, and EntityReference
                  nodes.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.Document">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.Document&quot;]/*" />
            <devdoc>
               <para>
                  A document object, which, as the root of the document tree, provides access
                  to the entire XML document.
               </para>
               <para>
                  A Document node can have the following child node types: Element (maximum of
                  one), ProcessingInstruction, Comment, and DocumentType. The Document node cannot
                  appear as the child of any node types.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.DocumentType">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.DocumentType&quot;]/*" />
            <devdoc>
               <para>
                  The document type declaration, indicated by the &lt;!DOCTYPE&gt; tag.
               </para>
               <para>
                  Example XML: &lt;!DOCTYPE ...&gt;
               </para>
               <para>
                  A DocumentType node can have the following child node types: Notation and
                  Entity. The DocumentType node can appear as the child of the Document node.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.DocumentFragment">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.DocumentFragment&quot;]/*" />
            <devdoc>
               <para>
                  A document fragment.
               </para>
               <para>
                  The DocumentFragment node associates a node or subtree with a document
                  without actually being contained within the document. A DocumentFragment node
                  can have the following child node types: Element, ProcessingInstruction,
                  Comment, Text, CDATASection, and EntityReference. The DocumentFragment node
                  cannot appear as the child of any node types.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.Notation">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.Notation&quot;]/*" />
            <devdoc>
               <para>
                  A notation in the document type declaration.
               </para>
               <para>
                  Example XML: &lt;!NOTATION ...&gt;
               </para>
               <para>
                  A Notation node cannot have any child nodes. The Notation node can appear as
                  the child of the DocumentType node.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.Whitespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.Whitespace&quot;]/*" />
            <devdoc>
               <para>
                  Whitespace between markup.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.SignificantWhitespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.SignificantWhitespace&quot;]/*" />
            <devdoc>
               <para>
                  Whitespace between markup in a mixed content model.
               </para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.EndElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.EndElement&quot;]/*" />
            <devdoc>
               <para>Returned when XmlReader gets to the end of an element.</para>
               <para>Example XML: &lt;/foo&gt;</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.EndEntity">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.EndEntity&quot;]/*" />
            <devdoc>
               <para>Returned when XmlReader gets to the end of the entity 
                  replacement as a result of a call to <see cref="M:Microsoft.Xml.XmlReader.ResolveEntity" />
                  .</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlNodeType.XmlDeclaration">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlNodeType.uex" path="docs/doc[@for=&quot;XmlNodeType.XmlDeclaration&quot;]/*" />
            <devdoc>
               <para>
                  The XML declaration node..
               </para>
               <para>
                  Example XML: &lt;?xml version='1.0'?&gt;;
               </para>
               <para>
                   This has to be the first node in the document. It can have no children. 
                   It is a child of the root node. It can have attributes that provide version 
                   and encoding information.
               </para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.XmlQualifiedName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:Microsoft.Xml.XmlQualifiedName.Empty">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.Empty&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.XmlQualifiedName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.XmlQualifiedName1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.#ctor(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.XmlQualifiedName2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.XmlQualifiedName.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.XmlQualifiedName.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.GetHashCode">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.GetHashCode&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.XmlQualifiedName.IsEmpty">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.IsEmpty&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.ToString">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.ToString&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.Equals(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.Equals&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.op_Equality(Microsoft.Xml.XmlQualifiedName,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.operator==&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.op_Inequality(Microsoft.Xml.XmlQualifiedName,Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.operator!=&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlQualifiedName.ToString(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlQualifiedName.uex" path="docs/doc[@for=&quot;XmlQualifiedName.ToString1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.XmlReservedNs">
            <summary>
            This class defines a set of common XML namespaces for sharing across multiple source files.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XmlResolver">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlResolver.uex" path="docs/doc[@for=&quot;XmlResolver&quot;]/*" />
            <devdoc>
               <para>Resolves external XML resources named by a Uniform
                  Resource Identifier (URI). This class is <see langword="abstract" />
                  .</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlResolver.GetEntity(System.Uri,System.String,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlResolver.uex" path="docs/doc[@for=&quot;XmlResolver.GetEntity1&quot;]/*" />
            <devdoc>
               <para>Maps a
                  URI to an Object containing the actual resource.</para>
            </devdoc>
        </member>
        <member name="M:Microsoft.Xml.XmlResolver.ResolveUri(System.Uri,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlResolver.uex" path="docs/doc[@for=&quot;XmlResolver.ResolveUri&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:Microsoft.Xml.XmlResolver.Credentials">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlResolver.uex" path="docs/doc[@for=&quot;XmlResolver.Credentials&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:Microsoft.Xml.XPath.XPathDocument">
            <summary>
            XDocument follows the XPath/XQuery data model.  All nodes in the tree reference the document,
            and the document references the root node of the tree.  All namespaces are stored out-of-line,
            in an Element --> In-Scope-Namespaces map.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XPath.XPathDocument.LoadFlags">
            <summary>
            Flags that control Load behavior.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.#ctor">
            <summary>
            Create a new empty document.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.#ctor(Microsoft.Xml.XmlNameTable)">
            <summary>
            Create a new empty document.  All names should be atomized using "nameTable".
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.#ctor(Microsoft.Xml.XmlReader)">
            <summary>
            Create a new document and load the content from the reader.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.#ctor(Microsoft.Xml.XmlReader,Microsoft.Xml.XmlSpace)">
            <summary>
            Create a new document from "reader", with whitespace handling controlled according to "space".
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.#ctor(System.IO.TextReader)">
            <summary>
            Create a new document and load the content from the text reader.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.#ctor(System.IO.Stream)">
            <summary>
            Create a new document and load the content from the stream.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.#ctor(System.String)">
            <summary>
            Create a new document and load the content from the Uri.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.#ctor(System.String,Microsoft.Xml.XmlSpace)">
            <summary>
            Create a new document and load the content from the Uri, with whitespace handling controlled according to "space".
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.LoadFromWriter(Microsoft.Xml.XPath.XPathDocument.LoadFlags,System.String)">
            <summary>
            Create a writer that can be used to create nodes in this document.  The root node will be assigned "baseUri", and flags
            can be passed to indicate that names should be atomized by the builder and/or a fragment should be created.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.LoadFromReader(Microsoft.Xml.XmlReader,Microsoft.Xml.XmlSpace)">
            <summary>
            Create a writer that can be used to create nodes in this document.  The root node will be assigned "baseUri", and flags
            can be passed to indicate that names should be atomized by the builder and/or a fragment should be created.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.CreateNavigator">
            <summary>
            Create a navigator positioned on the root node of the document.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XPath.XPathDocument.NameTable">
            <summary>
            Return the name table used to atomize all name parts (local name, namespace uri, prefix).
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XPath.XPathDocument.HasLineInfo">
            <summary>
            Return true if line number information is recorded in the cache.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.GetCollapsedTextNode(MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Return the singleton collapsed text node associated with the document.  One physical text node
            represents each logical text node in the document that is the only content-typed child of its
            element parent.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.SetCollapsedTextNode(MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Set the page and index where the singleton collapsed text node is stored.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.GetRootNode(MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Return the root node of the document.  This may not be a node of type XPathNodeType.Root if this
            is a document fragment.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.SetRootNode(MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Set the page and index where the root node is stored.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.GetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Every document has an implicit xmlns:xml namespace node.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.SetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Set the page and index where the implicit xmlns:xml node is stored.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.AddNamespace(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Associate a namespace node with an element.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.LookupNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Lookup the namespace nodes associated with an element.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.AddIdElement(System.String,MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Add an element indexed by ID value.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.LookupIdElement(System.String,MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Lookup the element node associated with the specified ID value.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathDocument.SetupReader(Microsoft.Xml.XmlTextReaderImpl)">
            <summary>
            Set properties on the reader so that it is backwards-compatible with V1.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XPath.XPathItem">
            <summary>
            Base class for XPathNavigator and XmlAtomicValue.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XPath.XPathItem.IsNode">
            <summary>
            True if this item is a node, and not an atomic value.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XPath.XPathItem.XmlType">
            <summary>
            Returns Xsd type of atomic value, or of node's content.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XPath.XPathItem.Value">
            <summary>
            Typed and untyped value accessors.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XPath.XPathNavigator.IndexInParent">
            <summary>
            Returns ordinal number of attribute, namespace or child node within its parent.
            Order is reversed for attributes and child nodes to avoid O(N**2) running time.
            This property is useful for debugging, and also used in UniqueId implementation.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XPath.XPathNavigatorReader">
            <summary>
            Reader that traverses the subtree rooted at the current position of the specified navigator.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathNavigatorReader.ToXmlNodeType(Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Translates an XPathNodeType value into the corresponding XmlNodeType value.
            XPathNodeType.Whitespace and XPathNodeType.SignificantWhitespace are mapped into XmlNodeType.Text.
            </summary>
        </member>
        <member name="P:Microsoft.Xml.XPath.XPathNavigatorReader.Depth">
            <summary>
            Current depth in subtree.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathNavigatorReader.Read">
            <summary>
            Move to the next reader state.  Return false if that is ReaderState.Closed.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathNavigatorReader.Close">
            <summary>
            End reading by transitioning into the Closed state.
            </summary>
        </member>
        <member name="M:Microsoft.Xml.XPath.XPathNavigatorReader.SetEOF">
            <summary>
            set reader to EOF state
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XPath.XmlEmptyNavigator">
            <summary>
            The XmlEmptyNavigator exposes a document node with no children.
            Only one XmlEmptyNavigator exists per AppDomain (Singleton).  That's why the constructor is private.
            Use the Singleton property to get the EmptyNavigator.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.XPath.XPathNodeIterator.Enumerator">
            <summary>
            Implementation of a resetable enumerator that is linked to the XPathNodeIterator used to create it.
            </summary>
        </member>
        <member name="T:Microsoft.Xml.Xsl.XsltCommand">
            <summary>
            Helper class implementing multiple overloads
            </summary>
        </member>
        <member name="P:Microsoft.Xml.Xsl.XsltCommand.OutputSettings">
            <summary>
            Writer settings specified in the stylesheet
            </summary>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.#ctor(System.Byte[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.#ctor(System.String)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.#ctor(System.Char[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.UnsafeDecode(System.Int16*,System.Char,System.Char)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.UnsafeEncode(System.Char*,System.Byte,System.Char*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.UnsafeParse(System.Char*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.ToCharArray(System.Char[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.TryGetGuid(System.Byte[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.ToString">
            <SecurityNote>
              Critical - accesses critical field 's'. 
              Safe - doesn't allow unchecked write access to the field
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.UnsafeGetInt64(System.Byte*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.UnsafeGetInt32(System.Byte*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.UnsafeSetInt64(System.Int64,System.Byte*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.UniqueId.UnsafeSetInt32(System.Int32,System.Byte*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryReader.ReadArray(System.Boolean[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryReader.ReadArray(System.Int16[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryReader.ReadArray(System.Int32[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryReader.ReadArray(System.Int64[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryReader.ReadArray(System.Single[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryReader.ReadArray(System.Double[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryReader.ReadArray(System.Decimal[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.WriteName(System.String)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.UnsafeWriteName(System.Char*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.WriteText(System.String)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.WriteText(System.Char[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.UnsafeWriteText(System.Char*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.WriteFloatText(System.Single)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.WriteDoubleText(System.Double)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.WriteDecimalText(System.Decimal)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.UnsafeWriteArray(Microsoft.Xml.XmlBinaryNodeType,System.Int32,System.Byte*,System.Byte*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryNodeWriter.UnsafeWriteArray(System.Byte*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.UnsafeWriteArray(System.String,System.String,System.String,Microsoft.Xml.XmlBinaryNodeType,System.Int32,System.Byte*,System.Byte*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.UnsafeWriteArray(System.String,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlBinaryNodeType,System.Int32,System.Byte*,System.Byte*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,System.String,System.String,System.Boolean[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString,System.Boolean[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,System.String,System.String,System.Int16[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString,System.Int16[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,System.String,System.String,System.Int32[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString,System.Int32[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,System.String,System.String,System.Int64[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString,System.Int64[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,System.String,System.String,System.Single[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString,System.Single[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,System.String,System.String,System.Double[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString,System.Double[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,System.String,System.String,System.Decimal[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBinaryWriter.WriteArray(System.String,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString,System.Decimal[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.ReadSingle">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.ReadDouble">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.ReadDecimal">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.UnsafeReadArray(System.Byte*,System.Byte*)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.UnsafeReadArray(System.Byte*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.Equals2(System.Int32,System.Int32,System.String)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.GetSingle(System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.GetDouble(System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlBufferReader.GetDecimal(System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlStreamNodeWriter.UnsafeWriteBytes(System.Byte*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlStreamNodeWriter.WriteUTF8Char(System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlStreamNodeWriter.WriteUTF8Chars(System.String)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlStreamNodeWriter.UnsafeWriteUTF8Chars(System.Char*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlStreamNodeWriter.UnsafeWriteUnicodeChars(System.Char*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlStreamNodeWriter.UnsafeGetUnicodeChars(System.Char*,System.Int32,System.Byte[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlStreamNodeWriter.UnsafeGetUTF8Length(System.Char*,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="M:Microsoft.Xml.XmlStreamNodeWriter.UnsafeGetUTF8Chars(System.Char*,System.Int32,System.Byte[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
                       caller needs to validate arguments
            </SecurityNote>
        </member>
        <member name="T:System.IdentityModel.Tokens.KeyInfoSerializer">
            <summary>
            Abstract class for SecurityKeyIdentifierClause Serializer.
            </summary>
        </member>
        <member name="M:System.IdentityModel.Tokens.KeyInfoSerializer.#ctor(System.Boolean)">
            <summary>
            Creates an instance of <see cref="T:System.IdentityModel.Tokens.SecurityKeyIdentifierClauseSerializer"/>
            </summary>
        </member>
        <member name="P:System.IdentityModel.Tokens.KeyInfoSerializer.EmitBspRequiredAttributes">
            <summary>
            Gets or sets a value indicating if BSP required attributes should be written out.
            </summary>
        </member>
        <member name="M:System.IdentityModel.HashStream.#ctor(System.Security.Cryptography.HashAlgorithm)">
            <summary>
            Constructor for HashStream. The HashAlgorithm instance is owned by the caller.
            </summary>
        </member>
        <member name="T:System.IdentityModel.Selectors.SecurityTokenManager">
            <summary>
            Uber class that will create SecurityTokenProvider, SecurityTokenAuthenticator and SecurityTokenSerializer objects
            </summary>
        </member>
        <member name="M:System.IdentityModel.Selectors.SecurityTokenResolver.LoadCustomConfiguration(Microsoft.Xml.XmlNodeList)">
            <summary>
            Load custom configuration from Xml
            </summary>
            <param name="nodelist">Custom configuration elements</param>
        </member>
        <member name="T:System.IdentityModel.Selectors.SecurityTokenSerializer">
            <summary>
            SecurityTokenSerializer is responsible for writing and reading SecurityKeyIdentifiers, SecurityKeyIdentifierClauses and SecurityTokens.
            In order to read SecurityTokens the SecurityTokenSerializer may need to resolve token references using the SecurityTokenResolvers that get passed in.
            The SecurityTokenSerializer is stateless
            Exceptions: XmlException, SecurityTokenException, NotSupportedException, InvalidOperationException, ArgumentException
            </summary>
        </member>
        <member name="P:System.ServiceModel.Diagnostics.MessageLogger.LoggingEnabled">
            <summary>
            Property that guards the calls into the methods 
            and this disables logging. 
            </summary>
        </member>
        <member name="T:System.ServiceModel.Channels.BufferedWriteStream">
            <summary>
            This class is based on BufferedStream from the Desktop version of .Net. Only the write functionality
            is needed by WCF so the read capability has been removed. This allowed some extra logic to be removed
            from the write code path. Also some validation code has been removed as this class is no longer
            general purpose and is only used in pre-known scenarios and only called by WCF code. Some validation
            checks have been converted to only run on a debug build to allow catching code bugs in other WCF code, 
            but not causing release build overhead.
            
            One of the design goals here is to prevent the buffer from getting in the way and slowing
            down underlying stream accesses when it is not needed.
            See a large comment in Write for the details of the write buffer heuristic.
            
            This class will never cache more bytes than the max specified buffer size.
            However, it may use a temporary buffer of up to twice the size in order to combine several IO operations on
            the underlying stream into a single operation. This is because we assume that memory copies are significantly
            faster than IO operations on the underlying stream (if this was not true, using buffering is never appropriate).
            The max size of this "shadow" buffer is limited as to not allocate it on the LOH.
            Shadowing is always transient. Even when using this technique, this class still guarantees that the number of
            bytes cached (not yet written to the target stream or not yet consumed by the user) is never larger than the 
            actual specified buffer size.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.BufferedWriteStream.MaxShadowBufferSize">
            <summary><code>MaxShadowBufferSize</code> is chosen such that shadow buffers are not allocated on the Large Object Heap.
            Currently, an object is allocated on the LOH if it is larger than 85000 bytes.
            We will go with exactly 80 KBytes, although this is somewhat arbitrary.</summary>
        </member>
        <member name="T:System.ServiceModel.Channels.CompressionFormat">
            <summary>
            Supported compression formats
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.CompressionFormat.None">
            <summary>
            Default to compression off
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.CompressionFormat.GZip">
            <summary>
            GZip compression
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.CompressionFormat.Deflate">
            <summary>
            Deflate compression
            </summary>
        </member>
        <member name="T:System.ServiceModel.Channels.ContentOnlyMessage">
            <summary>
            Base class for non-SOAP messages
            </summary>
        </member>
        <member name="T:System.ServiceModel.Channels.HttpCookieContainerManager">
            <summary>
            Implementation of the IHttpCookieContainerManager
            </summary>
        </member>
        <member name="T:System.ServiceModel.Channels.HttpMessageHandlerFactory">
            <summary>
            Default HTTP message handler factory used by <see cref="T:System.ServiceModel.Channels.HttpChannelListener"/> upon creation of an <see cref="T:System.Net.Http.HttpMessageHandler"/> 
            for instantiating a set of HTTP message handler types using their default constructors.
            For more complex initialization scenarios, derive from <see cref="T:System.ServiceModel.Channels.HttpMessageHandlerFactory"/>
            and override the <see cref="M:System.ServiceModel.Channels.HttpMessageHandlerFactory.OnCreate(System.Net.Http.HttpMessageHandler)"/> method.
            </summary>
        </member>
        <member name="M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor(System.Type[])">
            <summary>
            Initializes a new instance of the <see cref="T:System.ServiceModel.Channels.HttpMessageHandlerFactory"/> class given
            a set of HTTP message handler types to instantiate using their default constructors.
            </summary>
            <param name="handlers">An ordered list of HTTP message handler types to be invoked as part of an 
            <see cref="T:System.Net.Http.HttpMessageHandler"/> instance.
            HTTP message handler types must derive from <see cref="T:System.Net.Http.DelegatingHandler"/> and have a public constructor
            taking exactly one argument of type <see cref="T:System.Net.Http.HttpMessageHandler"/>. The handlers are invoked in a 
            bottom-up fashion in the incoming path and top-down in the outgoing path. That is, the last entry is called first 
            for an incoming request message but invoked last for an outgoing response message.</param>
        </member>
        <member name="M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor(System.Func{System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler}})">
            <summary>
            Initializes a new instance of the <see cref="T:System.ServiceModel.Channels.HttpMessageHandlerFactory"/> class given
            a function to create a set of <see cref="T:System.Net.Http.DelegatingHandler"/> instances.
            </summary>
            <param name="handlers">A function to generate an ordered list of <see cref="T:System.Net.Http.DelegatingHandler"/> instances 
            to be invoked as part of an <see cref="T:System.Net.Http.HttpMessageHandler"/> instance.
            The handlers are invoked in a bottom-up fashion in the incoming path and top-down in the outgoing path. That is, 
            the last entry is called first for an incoming request message but invoked last for an outgoing response message.</param>
        </member>
        <member name="M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.ServiceModel.Channels.HttpMessageHandlerFactory"/> class.
            </summary>
        </member>
        <member name="M:System.ServiceModel.Channels.HttpMessageHandlerFactory.Create(System.Net.Http.HttpMessageHandler)">
            <summary>
            Creates an instance of an <see cref="T:System.Net.Http.HttpMessageHandler"/> using the HTTP message handlers
            provided in the constructor.
            </summary>
            <param name="innerChannel">The inner channel represents the destination of the HTTP message channel.</param>
            <returns>The HTTP message channel.</returns>
        </member>
        <member name="M:System.ServiceModel.Channels.HttpMessageHandlerFactory.OnCreate(System.Net.Http.HttpMessageHandler)">
            <summary>
            Creates an instance of an <see cref="T:System.Net.Http.HttpMessageHandler"/> using the HTTP message handlers
            provided in the constructor.
            </summary>
            <param name="innerChannel">The inner channel represents the destination of the HTTP message channel.</param>
            <returns>The HTTP message channel.</returns>
        </member>
        <member name="T:System.ServiceModel.Channels.IHttpCookieContainerManager">
            <summary>
            Defines the interface used to provide access to an optional instance of CookieContainer that can be used to manage a collection of cookies.
            This interface was ported from Silverlight to allow this type to be part of the portable assembly.
            </summary>
        </member>
        <member name="P:System.ServiceModel.Channels.IHttpCookieContainerManager.CookieContainer">
            <summary>
            Gets or sets the CookieContainer object to be used. "Get" returns null if no CookieContainer object is to be used.
            </summary>
        </member>
        <member name="M:System.ServiceModel.Channels.RequestContextBase.TryInitiateReply">
            <summary>
            Attempts to initiate the reply. If a reply is not initiated already (and the object is opened), 
            then it initiates the reply and returns true. Otherwise, it returns false.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.ApplicationContainerSettingsDefaults.CurrentSession">
            <summary>
            The current session will be used for resource lookup.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.ApplicationContainerSettingsDefaults.ServiceSession">
            <summary>
            Session 0 is the NT Service session
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.WebSocketTransportUsage.WhenDuplex">
            <summary>
            Indicates WebSocket transport will be used for duplex service contracts only.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.WebSocketTransportUsage.Always">
            <summary>
            Indicates WebSocket transport will always be used.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Channels.WebSocketTransportUsage.Never">
            <summary>
            Indicates WebSocket transport will never be used.
            </summary>
        </member>
        <member name="M:System.ServiceModel.Dispatcher.ChannelHandler.PrepareReply(System.ServiceModel.Channels.RequestContext,System.ServiceModel.Channels.Message)">
            <summary>
            Prepares a reply that can either be sent asynchronously or synchronously depending on the value of 
            sendAsynchronously
            </summary>
            <param name="request">The request context to prepare</param>
            <param name="reply">The reply to prepare</param>
            <returns>True if channel is open and prepared reply should be sent; otherwise false.</returns>
        </member>
        <member name="T:System.ServiceModel.Dispatcher.ChannelHandler.ContinuationState">
            <summary>
            Data structure used to carry state for asynchronous replies
            </summary>
        </member>
        <member name="T:System.ServiceModel.IChannelBaseProxy">
            <summary>
            An interface used by ChannelBase to override the ServiceChannel that would normally be returned by ClientBase. 
            </summary>
        </member>
        <member name="F:System.ServiceModel.NetHttpMessageEncoding.Binary">
            <summary>
            Indicates using Binary message encoder.
            </summary>
        </member>
        <member name="F:System.ServiceModel.NetHttpMessageEncoding.Text">
            <summary>
            Indicates using Text message encoder.
            </summary>
        </member>
        <member name="F:System.ServiceModel.NetHttpMessageEncoding.Mtom">
            <summary>
            Indicates using Mtom message encoder.
            </summary>
        </member>
        <member name="T:System.ServiceModel.Security.InMemoryNonceCache">
            <summary>
            This is the in-memory nonce-cache used for turnkey replay detection.
            The nonce cache is based on a hashtable implementation for fast lookups.
            The hashcode is computed based on the nonce byte array.
            The nonce cache periodically purges stale nonce entries.
            </summary>
        </member>
        <member name="T:System.ServiceModel.Security.InMemoryNonceCache.NonceCacheImpl.NonceKeyComparer">
            <summary>
            This class provides the hash-code value for the key (nonce) of the nonce cache.
            The hash code is obtained from the nonce byte array  by making an int of
            the first 4 bytes
            </summary>
        </member>
        <member name="P:System.ServiceModel.Security.ISspiNegotiation.IsCompleted">
            <summary>
            This indicates if the handshake is complete or not. 
            Note that the IsValidContext flag indicates if the handshake ended in
            success or failure
            </summary>
        </member>
        <member name="P:System.ServiceModel.Security.NonceCache.CachingTimeSpan">
            <summary>
            TThe max timespan after which a Nonce is deleted from the NonceCache. This value should be atleast twice the maxclock Skew added to the replayWindow size.
            </summary>
        </member>
        <member name="P:System.ServiceModel.Security.NonceCache.CacheSize">
            <summary>
            The maximum size of the NonceCache.
            </summary>
        </member>
        <member name="P:System.ServiceModel.Security.RequestSecurityToken.Message">
            <summary>
            Will hold a reference to the outbound message from which we will fish the ChannelBinding out of.
            </summary>
        </member>
        <member name="M:System.ServiceModel.Security.SecurityTimestamp.ValidateRangeAndFreshness(System.TimeSpan,System.TimeSpan)">
            <summary>
            Internal method that checks if the timestamp is fresh with respect to the
            timeToLive and allowedClockSkew values passed in.
            Throws if the timestamp is stale.
            </summary>
            <param name="timeToLive"></param>
            <param name="allowedClockSkew"></param>
        </member>
        <member name="M:System.ServiceModel.Security.TimeBoundedCache.PurgeStaleItems">
            <summary>
            This method must be called from within a writer lock
            </summary>
        </member>
        <member name="P:System.ServiceModel.Security.Tokens.SecurityContextSecurityToken.BootstrapMessageProperty">
            <summary>
            Gets or Sets the SecurityMessageProperty extracted from 
            the Bootstrap message. This will contain the original tokens
            that the client used to Authenticate with the service. By 
            default, this is turned off. To turn this feature on, add a custom 
            ServiceCredentialsSecurityTokenManager and override  
            CreateSecurityTokenManager. Create the SecurityContextToken Authenticator by calling 
            ServiceCredentialsSecurityTokenManager.CreateSecureConversationTokenAuthenticator
            with 'preserveBootstrapTokens' parameter to true. 
            If there are any UserNameSecurityToken in the bootstrap message, the password in
            these tokens will be removed. When 'Cookie' mode SCT is enabled the BootstrapMessageProperty
            is not preserved in the Cookie. To preserve the bootstrap tokens in the CookieMode case
            write a custom Serializer and serialize the property as part of the cookie.
            </summary>
        </member>
        <member name="P:System.ServiceModel.Security.Tokens.SecurityContextSecurityToken.IsCookieMode">
            <summary>
            This is set by the issuer when creating the SCT to be sent in the RSTR
            The SecurityContextTokenManager examines this property to determine how to write
            out the SCT
            This field is set to true when the issuer reads in a cookie mode SCT
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:System.ServiceModel.Security.WSTrust.Driver.GetIssuedToken(System.ServiceModel.Security.RequestSecurityTokenResponse,System.IdentityModel.Selectors.SecurityTokenResolver,System.Collections.Generic.IList{System.IdentityModel.Selectors.SecurityTokenAuthenticator},System.ServiceModel.Security.SecurityKeyEntropyMode,System.Byte[],System.String,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy},System.Int32,System.Boolean)" -->
        <member name="T:System.ServiceModel.Security.X509CertificateValidationMode">
            <summary>
            An enumeration that lists the ways of validating a certificate.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Security.X509CertificateValidationMode.None">
            <summary>
            No validation of the certificate is performed. 
            </summary>
        </member>
        <member name="F:System.ServiceModel.Security.X509CertificateValidationMode.PeerTrust">
            <summary>
            The certificate is valid if it is in the trusted people store.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Security.X509CertificateValidationMode.ChainTrust">
            <summary>
            The certificate is valid if the chain builds to a certification authority in the trusted root store.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Security.X509CertificateValidationMode.PeerOrChainTrust">
            <summary>
            The certificate is valid if it is in the trusted people store, or if the chain builds to a certification authority in the trusted root store.
            </summary>
        </member>
        <member name="F:System.ServiceModel.Security.X509CertificateValidationMode.Custom">
            <summary>
            The user must plug in a custom <c>X509CertificateValidator</c> to validate the certificate.
            </summary>
        </member>
        <member name="M:System.ServiceModel.Security.XmlHelper.GetChildElement(Microsoft.Xml.XmlElement)">
            <summary>
            Enforces that parent has exactly 1 child of type XML element and nothing else (barring comments and whitespaces)
            and returns the child
            </summary>
        </member>
        <member name="T:System.ServiceModel.TransferMode">
            <summary>
            Modes that can be set in a to determine whether a channel 
            supports streamed and/or buffered mode.
            </summary>
        </member>
        <member name="T:System.Runtime.Serialization.__HResults">
            <summary>
            mscorlib defines the HRESULT constants it uses in the internal class System.__HResults.
            Since we cannot use that internal class in this assembly, we define the constants we need
            in this class.
            </summary>
        </member>
        <member name="F:System.Runtime.Serialization.Attributes.s_serializationLocalNames">
            <SecurityNote>
            Critical - Static field used to store the attribute names to read during deserialization.
                       Static fields are marked SecurityCritical or readonly to prevent
                       data from being modified or leaked to other components in appdomain.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.Attributes.s_schemaInstanceLocalNames">
            <SecurityNote>
            Critical - Static field used to store the attribute names to read during deserialization.
                       Static fields are marked SecurityCritical or readonly to prevent
                       data from being modified or leaked to other components in appdomain.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.Attributes.#cctor">
            <SecurityNote>
            Critical - initializes critical static fields
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.ClassDataContract.ContractNamespaces">
            <SecurityNote>
            Review - XmlDictionaryString(s) representing the XML namespaces for class members.
                     statically cached and used from IL generated code. should ideally be Critical.
                     marked SecurityRequiresReview to be callable from transparent IL generated code. 
                     not changed to property to avoid regressing performance; any changes to initalization should be reviewed.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.ClassDataContract.MemberNames">
            <SecurityNote>
            Review - XmlDictionaryString(s) representing the XML element names for class members.
                     statically cached and used from IL generated code. should ideally be Critical.
                     marked SecurityRequiresReview to be callable from transparent IL generated code. 
                     not changed to property to avoid regressing performance; any changes to initalization should be reviewed.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.ClassDataContract.MemberNamespaces">
            <SecurityNote>
            Review - XmlDictionaryString(s) representing the XML namespaces for class members.
                     statically cached and used when calling IL generated code. should ideally be Critical.
                     marked SecurityRequiresReview to be callable from transparent code. 
                     not changed to property to avoid regressing performance; any changes to initalization should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.ClassDataContract.#ctor(System.Type)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.ClassDataContract.GetNonAttributedTypeConstructor">
            <SecurityNote>
            Critical - fetches information about which constructor should be used to initialize non-attributed types that are valid for serialization
            Safe - only needs to be protected for write
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.ClassDataContract.IsNonAttributedTypeValidForSerialization(System.Type)">
            <SecurityNote>
            RequiresReview - callers may need to depend on isNonAttributedType for a security decision
                       isNonAttributedType must be calculated correctly
                       IsNonAttributedTypeValidForSerialization is used as part of the isNonAttributedType calculation and
                       is therefore marked SRR
            Safe - does not let caller influence isNonAttributedType calculation; no harm in leaking value
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.ClassDataContract.RequiresMemberAccessForRead(System.Security.SecurityException)">
            <SecurityNote>
            Review - calculates whether this class requires MemberAccessPermission for deserialization.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.ClassDataContract.RequiresMemberAccessForWrite(System.Security.SecurityException)">
            <SecurityNote>
            Review - calculates whether this class requires MemberAccessPermission for serialization.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper._isNonAttributedType">
            <SecurityNote>
            in serialization/deserialization we base the decision whether to Demand SerializationFormatter permission on this value and hasDataContract
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper._hasDataContract">
            <SecurityNote>
            in serialization/deserialization we base the decision whether to Demand SerializationFormatter permission on this value and isNonAttributedType
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.GetStableNameAndSetHasDataContract(System.Type)">
            <SecurityNote>
            Critical - sets the critical hasDataContract field
            Safe - uses a trusted critical API (DataContract.GetStableName) to calculate the value
                   does not accept the value from the caller
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.SetIsNonAttributedType(System.Type)">
            <SecurityNote>
            RequiresReview - marked SRR because callers may need to depend on isNonAttributedType for a security decision
                       isNonAttributedType must be calculated correctly
                       SetIsNonAttributedType should not be called before GetStableNameAndSetHasDataContract since it 
                       is dependent on the correct calculation of hasDataContract
            Safe - does not let caller influence isNonAttributedType calculation; no harm in leaking value
            </SecurityNote>
        </member>
        <member name="P:System.Runtime.Serialization.ClassDataContract.ObjectType">
            <summary>
             Get object type for Xml/JsonFormmatReaderGenerator
            </summary>
        </member>
        <member name="F:System.Runtime.Serialization.CodeGenerator.s_getTypeFromHandle">
            <SecurityNote>
            Critical - Static fields are marked SecurityCritical or readonly to prevent
                       data from being modified or leaked to other components in appdomain.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.CodeGenerator.s_objectEquals">
            <SecurityNote>
            Critical - Static fields are marked SecurityCritical or readonly to prevent
                       data from being modified or leaked to other components in appdomain.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.CodeGenerator.s_arraySetValue">
            <SecurityNote>
            Critical - Static fields are marked SecurityCritical or readonly to prevent
                       data from being modified or leaked to other components in appdomain.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.CodeGenerator.s_serializationModule">
            <SecurityNote>
            Critical - Static fields are marked SecurityCritical or readonly to prevent
                       data from being modified or leaked to other components in appdomain.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.CollectionDataContract.#ctor(System.Type)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.CollectionDataContract.CheckConstructor">
            <SecurityNote>
            Critical - sets the critical IsConstructorCheckRequired property on CollectionDataContract 
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.CollectionDataContract.RequiresMemberAccessForRead(System.Security.SecurityException)">
            <SecurityNote>
            Review - calculates whether this collection requires MemberAccessPermission for deserialization.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.CollectionDataContract.RequiresMemberAccessForWrite(System.Security.SecurityException)">
            <SecurityNote>
            Review - calculates whether this collection requires MemberAccessPermission for serialization.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.#ctor(System.Runtime.Serialization.DataContract.DataContractCriticalHelper)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetDataContractSkipValidation(System.Int32,System.RuntimeTypeHandle,System.Type)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up DataContract 
            Safe - read only access
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetGetOnlyCollectionDataContractSkipValidation(System.Int32,System.RuntimeTypeHandle,System.Type)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up DataContract 
            Safe - read only access
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetDataContractForInitialization(System.Int32)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up DataContract 
            Safe - read only access; doesn't modify any static information
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetIdForInitialization(System.Runtime.Serialization.ClassDataContract)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up id for DataContract 
            Safe - read only access; doesn't modify any static information
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetId(System.RuntimeTypeHandle)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up id assigned to a particular type
            Safe - read only access
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetBuiltInDataContract(System.Type)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up DataContract 
            Safe - read only access
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetBuiltInDataContract(System.String,System.String)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up DataContract 
            Safe - read only access
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetNamespace(System.String)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up string reference to use for a namespace string
            Safe - read only access
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetClrTypeString(System.String)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to look up XmlDictionaryString for a string
            Safe - read only access
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.ThrowInvalidDataContractException(System.String,System.Type)">
            <SecurityNote>
            Critical - accesses SecurityCritical static cache to remove invalid DataContract if it has been added to cache
            Safe - doesn't leak any information
            </SecurityNote>
        </member>
        <member name="T:System.Runtime.Serialization.DataContract.DataContractCriticalHelper">
            <SecurityNote>
            Critical - holds all state used for (de)serializing types.
                       since the data is cached statically, we lock down access to it.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.DataContract.DataContractCriticalHelper._typeForInitialization">
            <SecurityNote>
            Critical - in deserialization, we initialize an object instance passing this Type to GetUninitializedObject method
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.DataContractCriticalHelper.SetTypeForInitialization(System.Type)">
            <SecurityNote>
            Critical - sets the critical typeForInitialization field
            Safe - validates input data, sets field correctly
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.GetStableName(System.Type,System.Collections.Generic.HashSet{System.Type},System.Boolean@)">
            <SecurityNote>
            RequiresReview - marked SRR because callers may need to depend on hasDataContract for a security decision
                       hasDataContract must be calculated correctly
                       GetStableName is factored into sub-methods so as to isolate the DataContractAttribute calculation and
                       reduce SecurityCritical surface area
            Safe - does not let caller influence hasDataContract calculation; no harm in leaking value
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.TryGetDCAttribute(System.Type,System.Runtime.Serialization.DataContractAttribute@)">
            <SecurityNote>
            Critical - marked SecurityCritical because callers may need to base security decisions on the presence (or absence) of the DC attribute
            Safe - does not let caller influence calculation and the result is not a protected value
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.IsTypeVisible(System.Type)">
            <SecurityNote>
            Review - checks type visibility to calculate if access to it requires MemberAccessPermission.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.ConstructorRequiresMemberAccess(System.Reflection.ConstructorInfo)">
            <SecurityNote>
            Review - checks constructor visibility to calculate if access to it requires MemberAccessPermission.
                     note: does local check for visibility, assuming that the declaring Type visibility has been checked.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.MethodRequiresMemberAccess(System.Reflection.MethodInfo)">
            <SecurityNote>
            Review - checks method visibility to calculate if access to it requires MemberAccessPermission.
                     note: does local check for visibility, assuming that the declaring Type visibility has been checked.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.FieldRequiresMemberAccess(System.Reflection.FieldInfo)">
            <SecurityNote>
            Review - checks field visibility to calculate if access to it requires MemberAccessPermission.
                     note: does local check for visibility, assuming that the declaring Type visibility has been checked.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.IsTypeVisibleInSerializationModule(System.Type)">
            <SecurityNote>
            Review - checks type visibility to calculate if access to it requires MemberAccessPermission.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.IsMemberVisibleInSerializationModule(System.Reflection.MemberInfo)">
            <SecurityNote>
            Review - checks member visibility to calculate if access to it requires MemberAccessPermission.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataContract.IsAssemblyFriendOfSerialization(System.Reflection.Assembly)">
            <SecurityNote>
            Review - checks member visibility to calculate if access to it requires MemberAccessPermission.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="T:System.Runtime.Serialization.DataContractSerializerSettings">
            <summary>
            Dummy documentation
            </summary>
        </member>
        <member name="P:System.Runtime.Serialization.DataContractSerializerSettings.RootName">
            <summary>
            Gets or sets Dummy documentation
            </summary>
        </member>
        <member name="P:System.Runtime.Serialization.DataContractSerializerSettings.RootNamespace">
            <summary>
            Gets or sets Dummy documentation
            </summary>
        </member>
        <member name="P:System.Runtime.Serialization.DataContractSerializerSettings.KnownTypes">
            <summary>
            Gets or sets Dummy documentation
            </summary>
        </member>
        <member name="P:System.Runtime.Serialization.DataContractSerializerSettings.MaxItemsInObjectGraph">
            <summary>
            Gets or sets Dummy documentation
            </summary>
        </member>
        <member name="P:System.Runtime.Serialization.DataContractSerializerSettings.PreserveObjectReferences">
            <summary>
            Gets or sets a value indicating whether Dummy documentation
            </summary>
        </member>
        <member name="P:System.Runtime.Serialization.DataContractSerializerSettings.DataContractResolver">
            <summary>
            Gets or sets Dummy documentation
            </summary>
        </member>
        <member name="P:System.Runtime.Serialization.DataContractSerializerSettings.SerializeReadOnlyTypes">
            <summary>
            Gets or sets a value indicating whether Dummy documentation
            </summary>
        </member>
        <member name="M:System.Runtime.Serialization.DataMember.#ctor">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataMember.#ctor(System.Reflection.MemberInfo)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataMember.#ctor(System.String)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataMember.#ctor(System.Runtime.Serialization.DataContract,System.String,System.Boolean,System.Boolean,System.Boolean,System.Int32)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataMember.RequiresMemberAccessForGet">
            <SecurityNote>
            Review - checks member visibility to calculate if access to it requires MemberAccessPermission for serialization.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.DataMember.RequiresMemberAccessForSet">
            <SecurityNote>
            Review - checks member visibility to calculate if access to it requires MemberAccessPermission for deserialization.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="T:System.Runtime.Serialization.DictionaryGlobals">
            <SecurityNote>
            Review - Static fields are marked SecurityCritical or readonly to prevent
                     data from being modified or leaked to other components in appdomain.
                     changes to static fields could affect serialization/deserialization; should be reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.EnumDataContract.#ctor">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.EnumDataContract.GetBaseType(Microsoft.Xml.XmlQualifiedName)">
            <SecurityNote>
            Critical - Accesses SecurityCritical static cache to look up a base contract name
            Safe - Read only access
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.EnumDataContract.#ctor(System.Type)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="T:System.Runtime.Serialization.Globals">
            <SecurityNote>
            Critical - Class holds static instances used in serializer. 
                       Static fields are marked SecurityCritical or readonly to prevent
                       data from being modified or leaked to other components in appdomain.
            Safe - All get-only properties marked safe since they only need to be protected for write.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.Globals.ScanAllMembers">
            <SecurityNote>
            Review - changes to const could affect code generation logic; any changes should be reviewed.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.Globals.s_typeOfDataContractAttribute">
            <SecurityNote>
            Critical - attrbute type used in security decision
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.Serialization.ObjectToIdCache.primes">
            <SecurityNote>
            Review - Static fields are marked SecurityCritical or readonly to prevent
                     data from being modified or leaked to other components in appdomain.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.PrimitiveDataContract.#ctor(System.Type,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.SpecialTypeDataContract.#ctor(System.Type,Microsoft.Xml.XmlDictionaryString,Microsoft.Xml.XmlDictionaryString)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlDataContract.#ctor">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlDataContract.#ctor(System.Type)">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            Safe - doesn't leak anything
            </SecurityNote>
        </member>
        <member name="T:System.Runtime.Serialization.XmlDataContract.XmlDataContractCriticalHelper">
            <SecurityNote>
            Critical - holds all state used for for (de)serializing XML types.
                       since the data is cached statically, we lock down access to it.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlDataContract.GenerateCreateXmlSerializableDelegate">
            <SecurityNote>
            Critical - calls CodeGenerator.BeginMethod which is SecurityCritical
            Safe - self-contained: returns the delegate to the generated IL but otherwise all IL generation is self-contained here
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlDataContract.RequiresMemberAccessForCreate(System.Security.SecurityException)">
            <SecurityNote>
            Review - calculates whether this Xml type requires MemberAccessPermission for deserialization.
                     since this information is used to determine whether to give the generated code access
                     permissions to private members, any changes to the logic should be reviewed.
            </SecurityNote>
        </member>
        <member name="T:System.Runtime.Serialization.XmlFormatGeneratorStatics">
            <SecurityNote>
            Critical - Class holds static instances used for code generation during serialization. 
                       Static fields are marked SecurityCritical or readonly to prevent
                       data from being modified or leaked to other components in appdomain.
            Safe - All get-only properties marked safe since they only need to be protected for write.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlFormatReaderGenerator.#ctor">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlFormatReaderGenerator.GenerateClassReader(System.Runtime.Serialization.ClassDataContract)">
            <SecurityNote>
            Critical - accesses SecurityCritical helper class 'CriticalHelper'
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlFormatReaderGenerator.GenerateCollectionReader(System.Runtime.Serialization.CollectionDataContract)">
            <SecurityNote>
            Critical - accesses SecurityCritical helper class 'CriticalHelper'
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlFormatReaderGenerator.GenerateGetOnlyCollectionReader(System.Runtime.Serialization.CollectionDataContract)">
            <SecurityNote>
            Critical - accesses SecurityCritical helper class 'CriticalHelper'
            </SecurityNote>
        </member>
        <member name="T:System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper">
            <SecurityNote>
            Review - handles all aspects of IL generation including initializing the DynamicMethod.
                     changes to how IL generated could affect how data is deserialized and what gets access to data,
                     therefore we mark it for review so that changes to generation logic are reviewed.
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlFormatReaderGenerator.UnsafeGetUninitializedObject(System.Int32)">
            <SecurityNote>
            Critical - Elevates by calling GetUninitializedObject which has a LinkDemand
            Safe - marked as such so that it's callable from transparent generated IL. Takes id as parameter which 
                   is guaranteed to be in internal serialization cache. 
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlFormatWriterGenerator.#ctor">
            <SecurityNote>
            Critical - initializes SecurityCritical field 'helper'
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlFormatWriterGenerator.GenerateClassWriter(System.Runtime.Serialization.ClassDataContract)">
            <SecurityNote>
            Critical - accesses SecurityCritical helper class 'CriticalHelper'
            </SecurityNote>
        </member>
        <member name="M:System.Runtime.Serialization.XmlFormatWriterGenerator.GenerateCollectionWriter(System.Runtime.Serialization.CollectionDataContract)">
            <SecurityNote>
            Critical - accesses SecurityCritical helper class 'CriticalHelper'
            </SecurityNote>
        </member>
        <member name="T:System.Runtime.Serialization.XmlFormatWriterGenerator.CriticalHelper">
            <SecurityNote>
            Review - handles all aspects of IL generation including initializing the DynamicMethod.
                     changes to how IL generated could affect how data is serialized and what gets access to data,
                     therefore we mark it for review so that changes to generation logic are reviewed.
            </SecurityNote>
        </member>
        <member name="F:System.Runtime.AsyncCompletionResult.Queued">
            <summary>
            Inidicates that the operation has been queued for completion.
            </summary>
        </member>
        <member name="F:System.Runtime.AsyncCompletionResult.Completed">
            <summary>
            Indicates the operation has completed.
            </summary>
        </member>
        <member name="M:System.Runtime.ExceptionTrace.AsError``1(System.AggregateException,System.String)">
            <summary>
            Extracts the first inner exception of type <typeparamref name="TPreferredException"/>
            from the <see cref="T:System.AggregateException"/> if one is present.
            </summary>
            <remarks>
            If no <typeparamref name="TPreferredException"/> inner exception is present, this
            method returns the first inner exception.   All inner exceptions will be traced,
            including the one returned.   The containing <paramref name="aggregateException"/>
            will not be traced unless there are no inner exceptions.
            </remarks>
            <typeparam name="TPreferredException">The preferred type of inner exception to extract.   
            Use <c>typeof(Exception)</c> to extract the first exception regardless of type.</typeparam>
            <param name="aggregateException">The <see cref="T:System.AggregateException"/> to examine.</param>
            <param name="eventSource">The event source to trace.</param>
            <returns>The extracted exception.  It will not be <c>null</c> 
            but it may not be of type <typeparamref name="TPreferredException"/>.</returns>
        </member>
        <member name="T:System.Runtime.TimeoutTokenSource">
             <summary>
             This class coalesces timeout tokens because cancelation tokens with timeouts are more expensive to expose.
             Disposing too many such tokens will cause thread contentions in high throughput scenario.
            
             Tokens with target cancelation time 15ms apart would resolve to the same instance.
             </summary>
        </member>
        <member name="F:System.Runtime.TimeoutTokenSource.CoalescingFactor">
            <summary>
            These are constants use to calculate timeout coalescing, for more description see method FromTimeoutAsync
            </summary>
        </member>
        <member name="M:System.Runtime.TraceCore.HandledExceptionIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57394, Level=informational, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.HandledException(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Handling an exception.  Exception details: {0}
            Event description ID=57394, Level=informational, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Handling an exception.  Exception details: {0}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ShipAssertExceptionMessage(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String)">
            <summary>
            Gets trace definition like: An unexpected failure occurred. Applications should not attempt to handle this error. For diagnostic purposes, this English message is associated with the failure: {0}.
            Event description ID=57395, Level=error, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: An unexpected failure occurred. Applications should not attempt to handle this error. For diagnostic purposes, this English message is associated with the failure: {0}.</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ThrowingExceptionIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57396, Level=warning, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ThrowingException(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Throwing an exception. Source: {0}. Exception details: {1}
            Event description ID=57396, Level=warning, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Throwing an exception. Source: {0}. Exception details: {1}</param>
            <param name="param1">Parameter 1 for event: Throwing an exception. Source: {0}. Exception details: {1}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.UnhandledExceptionIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57397, Level=critical, Channel=Operational
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.UnhandledException(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Unhandled exception.  Exception details: {0}
            Event description ID=57397, Level=critical, Channel=Operational
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Unhandled exception.  Exception details: {0}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogCriticalIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57399, Level=critical, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogCritical(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Runtime.Diagnostics.TraceRecord)">
            <summary>
            Gets trace definition like: Wrote to the EventLog.
            Event description ID=57399, Level=critical, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="traceRecord">Extended data (TraceRecord) for the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogErrorIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57400, Level=error, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogError(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Runtime.Diagnostics.TraceRecord)">
            <summary>
            Gets trace definition like: Wrote to the EventLog.
            Event description ID=57400, Level=error, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="traceRecord">Extended data (TraceRecord) for the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogInfoIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57401, Level=informational, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogInfo(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Runtime.Diagnostics.TraceRecord)">
            <summary>
            Gets trace definition like: Wrote to the EventLog.
            Event description ID=57401, Level=informational, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="traceRecord">Extended data (TraceRecord) for the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogVerboseIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57402, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogVerbose(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Runtime.Diagnostics.TraceRecord)">
            <summary>
            Gets trace definition like: Wrote to the EventLog.
            Event description ID=57402, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="traceRecord">Extended data (TraceRecord) for the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogWarningIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57403, Level=warning, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.TraceCodeEventLogWarning(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Runtime.Diagnostics.TraceRecord)">
            <summary>
            Gets trace definition like: Wrote to the EventLog.
            Event description ID=57403, Level=warning, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="traceRecord">Extended data (TraceRecord) for the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.HandledExceptionWarningIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57404, Level=warning, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.HandledExceptionWarning(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Handling an exception. Exception details: {0}
            Event description ID=57404, Level=warning, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Handling an exception. Exception details: {0}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.BufferPoolAllocationIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=131, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.BufferPoolAllocation(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Int32)">
            <summary>
            Gets trace definition like: Pool allocating {0} Bytes.
            Event description ID=131, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="Size">Parameter 0 for event: Pool allocating {0} Bytes.</param>
        </member>
        <member name="M:System.Runtime.TraceCore.BufferPoolChangeQuotaIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=132, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.BufferPoolChangeQuota(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Int32,System.Int32)">
            <summary>
            Gets trace definition like: BufferPool of size {0}, changing quota by {1}.
            Event description ID=132, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="PoolSize">Parameter 0 for event: BufferPool of size {0}, changing quota by {1}.</param>
            <param name="Delta">Parameter 1 for event: BufferPool of size {0}, changing quota by {1}.</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ActionItemScheduledIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=133, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ActionItemScheduled(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Runtime.Diagnostics.EventTraceActivity)">
            <summary>
            Gets trace definition like: IO Thread scheduler callback invoked.
            Event description ID=133, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="eventTraceActivity">The event trace activity</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ActionItemCallbackInvokedIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=134, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ActionItemCallbackInvoked(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.Runtime.Diagnostics.EventTraceActivity)">
            <summary>
            Gets trace definition like: IO Thread scheduler callback invoked.
            Event description ID=134, Level=verbose, Channel=Debug
            </summary>
            <param name="trace">The trace provider</param>
            <param name="eventTraceActivity">The event trace activity</param>
        </member>
        <member name="M:System.Runtime.TraceCore.HandledExceptionErrorIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57405, Level=error, Channel=Operational
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.HandledExceptionError(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Handling an exception. Exception details: {0}
            Event description ID=57405, Level=error, Channel=Operational
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Handling an exception. Exception details: {0}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.HandledExceptionVerboseIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57406, Level=verbose, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.HandledExceptionVerbose(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Handling an exception  Exception details: {0}
            Event description ID=57406, Level=verbose, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Handling an exception  Exception details: {0}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.EtwUnhandledExceptionIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57408, Level=critical, Channel=Operational
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.EtwUnhandledException(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Unhandled exception. Exception details: {0}
            Event description ID=57408, Level=critical, Channel=Operational
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Unhandled exception. Exception details: {0}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ThrowingEtwExceptionIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57410, Level=warning, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ThrowingEtwException(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Throwing an exception. Source: {0}. Exception details: {1}
            Event description ID=57410, Level=warning, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Throwing an exception. Source: {0}. Exception details: {1}</param>
            <param name="param1">Parameter 1 for event: Throwing an exception. Source: {0}. Exception details: {1}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ThrowingEtwExceptionVerboseIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57409, Level=verbose, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ThrowingEtwExceptionVerbose(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Throwing an exception. Source: {0}. Exception details: {1}
            Event description ID=57409, Level=verbose, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Throwing an exception. Source: {0}. Exception details: {1}</param>
            <param name="param1">Parameter 1 for event: Throwing an exception. Source: {0}. Exception details: {1}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ThrowingExceptionVerboseIsEnabled(System.Runtime.Diagnostics.EtwDiagnosticTrace)">
            <summary>
            Check if trace definition is enabled
            Event description ID=57407, Level=verbose, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
        </member>
        <member name="M:System.Runtime.TraceCore.ThrowingExceptionVerbose(System.Runtime.Diagnostics.EtwDiagnosticTrace,System.String,System.String,System.Exception)">
            <summary>
            Gets trace definition like: Throwing an exception. Source: {0}. Exception details: {1}
            Event description ID=57407, Level=verbose, Channel=Analytic
            </summary>
            <param name="trace">The trace provider</param>
            <param name="param0">Parameter 0 for event: Throwing an exception. Source: {0}. Exception details: {1}</param>
            <param name="param1">Parameter 1 for event: Throwing an exception. Source: {0}. Exception details: {1}</param>
            <param name="exception">Exception associated with the event</param>
        </member>
        <member name="T:System.DiagnosticUtility">
            <summary>
            This is the Management utility class.
            </summary>
        </member>
        <member name="M:System.Text.Base64Encoding.GetByteCount(System.Char[],System.Int32,System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:System.Text.Base64Encoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:System.Text.Base64Encoding.GetBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:System.Text.Base64Encoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="M:System.Text.Base64Encoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <SecurityNote>
            Critical - contains unsafe code
            Safe - unsafe code is effectively encapsulated, all inputs are validated
            </SecurityNote>
        </member>
        <member name="T:System.ComponentModel.InvalidEnumArgumentException">
            <devdoc>
               <para>The exception that is thrown when using invalid arguments that are enumerators.</para>
            </devdoc>
        </member>
        <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor">
            <devdoc>
            <para>Initializes a new instance of the <see cref='T:System.ComponentModel.InvalidEnumArgumentException'/> class without a message.</para>
            </devdoc>
        </member>
        <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String)">
            <devdoc>
            <para>Initializes a new instance of the <see cref='T:System.ComponentModel.InvalidEnumArgumentException'/> class with 
               the specified message.</para>
            </devdoc>
        </member>
        <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String,System.Exception)">
            <devdoc>
                Initializes a new instance of the Exception class with a specified error message and a 
                reference to the inner exception that is the cause of this exception.
                FxCop CA1032: Multiple constructors are required to correctly implement a custom exception.
            </devdoc>
        </member>
        <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String,System.Int32,System.Type)">
            <devdoc>
            <para>Initializes a new instance of the <see cref='T:System.ComponentModel.InvalidEnumArgumentException'/> class with a 
               message generated from the argument, invalid value, and enumeration
               class.</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Configuration.XmlFormatExtensionAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.XmlFormatExtensionAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.XmlFormatExtensionAttribute2&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.XmlFormatExtensionAttribute3&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.XmlFormatExtensionAttribute4&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type,System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.XmlFormatExtensionAttribute5&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.XmlFormatExtensionAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ExtensionPoints">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.ExtensionPoints&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ElementName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionAttribute.ElementName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPointAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPointAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.#ctor(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPointAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPointAttribute.XmlFormatExtensionPointAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.MemberName">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPointAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPointAttribute.MemberName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.AllowElements">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPointAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPointAttribute.AllowElements&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPrefixAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPrefixAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPrefixAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPrefixAttribute.XmlFormatExtensionPrefixAttribute&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPrefixAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPrefixAttribute.XmlFormatExtensionPrefixAttribute1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Prefix">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPrefixAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPrefixAttribute.Prefix&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\XmlFormatExtensionPrefixAttribute.uex" path="docs/doc[@for=&quot;XmlFormatExtensionPrefixAttribute.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.HttpAddressBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpAddressBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.HttpAddressBinding.Location">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpAddressBinding.Location&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.HttpBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpBinding&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.HttpBinding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpBinding.Namespace&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.HttpBinding.Verb">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpBinding.Verb&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.HttpOperationBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpOperationBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.HttpOperationBinding.Location">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpOperationBinding.Location&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.HttpUrlEncodedBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpUrlEncodedBinding&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.HttpUrlReplacementBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\HttpFormatExtensions.uex" path="docs/doc[@for=&quot;HttpUrlReplacementBinding&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.MimeContentBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeContentBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeContentBinding.Part">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeContentBinding.Part&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeContentBinding.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeContentBinding.Type&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.MimeContentBinding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeContentBinding.Namespace&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.MimePart">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePart&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimePart.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePart.Extensions&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.MimeMultipartRelatedBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeMultipartRelatedBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeMultipartRelatedBinding.Parts">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeMultipartRelatedBinding.Parts&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.MimeXmlBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeXmlBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeXmlBinding.Part">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeXmlBinding.Part&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.MimePartCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePartCollection&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimePartCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePartCollection.this&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimePartCollection.Add(System.Web.Services.Description.MimePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePartCollection.Add&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimePartCollection.Insert(System.Int32,System.Web.Services.Description.MimePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePartCollection.Insert&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimePartCollection.IndexOf(System.Web.Services.Description.MimePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePartCollection.IndexOf&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimePartCollection.Contains(System.Web.Services.Description.MimePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePartCollection.Contains&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimePartCollection.Remove(System.Web.Services.Description.MimePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePartCollection.Remove&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimePartCollection.CopyTo(System.Web.Services.Description.MimePart[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimePartCollection.CopyTo&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.MimeTextBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextBinding&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.MimeTextBinding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextBinding.Namespace&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextBinding.Matches">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextBinding.Matches&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.MimeTextMatch">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.Name&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.Type&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.Group">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.Group&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.Capture">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.Capture&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.Repeats">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.Repeats&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.RepeatsString">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.RepeatsString&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.Pattern">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.Pattern&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.IgnoreCase">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.IgnoreCase&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatch.Matches">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatch.Matches&quot;]/*" />   
        </member>
        <member name="T:System.Web.Services.Description.MimeTextMatchCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatchCollection&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.MimeTextMatchCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatchCollection.this&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimeTextMatchCollection.Add(System.Web.Services.Description.MimeTextMatch)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatchCollection.Add&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimeTextMatchCollection.Insert(System.Int32,System.Web.Services.Description.MimeTextMatch)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatchCollection.Insert&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimeTextMatchCollection.IndexOf(System.Web.Services.Description.MimeTextMatch)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatchCollection.IndexOf&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimeTextMatchCollection.Contains(System.Web.Services.Description.MimeTextMatch)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatchCollection.Contains&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimeTextMatchCollection.Remove(System.Web.Services.Description.MimeTextMatch)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatchCollection.Remove&quot;]/*" />
        </member>
        <member name="M:System.Web.Services.Description.MimeTextMatchCollection.CopyTo(System.Web.Services.Description.MimeTextMatch[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\MimeFormatExtensions.uex" path="docs/doc[@for=&quot;MimeTextMatchCollection.CopyTo&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.ServiceDescription">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription&quot;]/*" />
            <devdoc>
            
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.ServiceDescription.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.RetrievalUrl">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.RetrievalUrl&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.ServiceDescriptions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.ServiceDescriptions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.Imports">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Imports&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.Types">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Types&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.Messages">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Messages&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.PortTypes">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.PortTypes&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.Bindings">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Bindings&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.Services">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Services&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.TargetNamespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.TargetNamespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.Schema">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Schema&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.ValidationWarnings">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.ValidationWarnings&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescription.Serializer">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Serializer&quot;]/*" />
            <devdoc>
            Returns the serializer for processing web service calls.  The serializer is customized according
            to settings in config.web.
            <internalonly />
            <internalonly />
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Read&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Read1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Read(Microsoft.Xml.XmlReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Read2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Read3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Read4&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Read5&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Read(System.String,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Read6&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Read(Microsoft.Xml.XmlReader,System.Boolean)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Read7&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.CanRead(Microsoft.Xml.XmlReader)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.CanRead&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Write(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Write&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Write(System.IO.TextWriter)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Write1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Write(System.IO.Stream)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Write2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescription.Write(Microsoft.Xml.XmlWriter)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Write3&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.Import">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Import&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Import.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Import.ServiceDescription">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Import.ServiceDescription&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Import.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Import.Namespace&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Import.Location">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Import.Location&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.DocumentableItem">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;DocumentableItem&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.DocumentableItem.Documentation">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;DocumentableItem.Documentation&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.DocumentableItem.DocumentationElement">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;DocumentableItem.DocumentationElement&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.DocumentableItem.Namespaces">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;DocumentableItem.Namespaces&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.DocumentableItem.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;DocumentableItem.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.NamedItem">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;DocumentableItem&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.NamedItem.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;NamedItem.Name&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.Port">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Port&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Port.Service">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Port.Service&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Port.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Port.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Port.Binding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Port.Binding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.Service">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Service&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Service.ServiceDescription">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Service.ServiceDescription&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Service.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Service.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Service.Ports">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Service.Ports&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.FaultBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBinding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.FaultBinding.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBinding.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.MessageBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageBinding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessageBinding.OperationBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageBinding.OperationBinding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.InputBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;InputBinding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.InputBinding.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;InputBinding.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OutputBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OutputBinding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OutputBinding.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OutputBinding.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBinding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationBinding.Binding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBinding.Binding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationBinding.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBinding.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationBinding.Input">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBinding.Input&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationBinding.Output">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBinding.Output&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationBinding.Faults">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBinding.Faults&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.Binding">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Binding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Binding.ServiceDescription">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Binding.ServiceDescription&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Binding.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Binding.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Binding.Operations">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Binding.Operations&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Binding.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Binding.Type&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationMessage">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessage&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationMessage.Operation">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessage.Operation&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationMessage.Message">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessage.Message&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationFault">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFault&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationFault.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationInput">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationInput&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationInput.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationOutput">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationOutput&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationOutput.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.Operation">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Operation&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Operation.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Operation.PortType">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Operation.PortType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Operation.ParameterOrderString">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Operation.ParameterOrderString&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Operation.ParameterOrder">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Operation.ParameterOrder&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Operation.Messages">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Operation.Messages&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Operation.Faults">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Operation.Faults&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.Operation.IsBoundBy(System.Web.Services.Description.OperationBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Operation.IsBoundBy&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.PortType">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.PortType.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.PortType.ServiceDescription">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortType.ServiceDescription&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.PortType.Operations">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortType.Operations&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.Message">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Message&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Message.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Message.ServiceDescription">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Message.ServiceDescription&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Message.Parts">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Message.Parts&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.Message.FindPartsByName(System.String[])">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Message.FindPartsByName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.Message.FindPartByName(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Message.FindPartByName&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.MessagePart">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePart&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessagePart.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescription.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessagePart.Message">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePart.Message&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessagePart.Element">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePart.Element&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessagePart.Type">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePart.Type&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.Types">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Types&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Types.Extensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Types.Extensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.Types.Schemas">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;Types.Schemas&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.#ctor(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.ServiceDescriptionFormatExtensionCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Add(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Insert(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IndexOf(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Contains(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Remove(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.CopyTo(System.Object[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.Find&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.Type)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.FindAll&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.Find1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.String,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.FindAll1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsHandled(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.IsHandled&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsRequired(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.IsRequired&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.OnValidate(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtensionCollection.OnValidate&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.ServiceDescriptionFormatExtension">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtension&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Parent">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtension.Parent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Required">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtension.Required&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Handled">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionFormatExtension.Handled&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationFlow">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFlow&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.OperationFlow.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFlow.None&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.OperationFlow.OneWay">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFlow.OneWay&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.OperationFlow.Notification">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFlow.Notification&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.OperationFlow.RequestResponse">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFlow.RequestResponse&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.OperationFlow.SolicitResponse">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFlow.SolicitResponse&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationMessageCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationMessageCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.Add(System.Web.Services.Description.OperationMessage)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.Insert(System.Int32,System.Web.Services.Description.OperationMessage)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.IndexOf(System.Web.Services.Description.OperationMessage)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.Contains(System.Web.Services.Description.OperationMessage)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.Remove(System.Web.Services.Description.OperationMessage)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.CopyTo(System.Web.Services.Description.OperationMessage[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationMessageCollection.Input">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.Input&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationMessageCollection.Output">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.Output&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationMessageCollection.Flow">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.Flow&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.OnInsert(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.OnInsert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.OnSet(System.Int32,System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.OnSet&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationMessageCollection.OnValidate(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationMessageCollection.OnValidate&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.ImportCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ImportCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ImportCollection.Add(System.Web.Services.Description.Import)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ImportCollection.Insert(System.Int32,System.Web.Services.Description.Import)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ImportCollection.IndexOf(System.Web.Services.Description.Import)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ImportCollection.Contains(System.Web.Services.Description.Import)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ImportCollection.Remove(System.Web.Services.Description.Import)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ImportCollection.CopyTo(System.Web.Services.Description.Import[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ImportCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ImportCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.MessageCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessageCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessageCollection.Add(System.Web.Services.Description.Message)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessageCollection.Insert(System.Int32,System.Web.Services.Description.Message)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessageCollection.IndexOf(System.Web.Services.Description.Message)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessageCollection.Contains(System.Web.Services.Description.Message)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessageCollection.Remove(System.Web.Services.Description.Message)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessageCollection.CopyTo(System.Web.Services.Description.Message[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessageCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessageCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessageCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessageCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.PortCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.PortCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortCollection.Add(System.Web.Services.Description.Port)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortCollection.Insert(System.Int32,System.Web.Services.Description.Port)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortCollection.IndexOf(System.Web.Services.Description.Port)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortCollection.Contains(System.Web.Services.Description.Port)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortCollection.Remove(System.Web.Services.Description.Port)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortCollection.CopyTo(System.Web.Services.Description.Port[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.PortCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.PortTypeCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.PortTypeCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortTypeCollection.Add(System.Web.Services.Description.PortType)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortTypeCollection.Insert(System.Int32,System.Web.Services.Description.PortType)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortTypeCollection.IndexOf(System.Web.Services.Description.PortType)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortTypeCollection.Contains(System.Web.Services.Description.PortType)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortTypeCollection.Remove(System.Web.Services.Description.PortType)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortTypeCollection.CopyTo(System.Web.Services.Description.PortType[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.PortTypeCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortTypeCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.PortTypeCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;PortTypeCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.BindingCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.BindingCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.BindingCollection.Add(System.Web.Services.Description.Binding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.BindingCollection.Insert(System.Int32,System.Web.Services.Description.Binding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.BindingCollection.IndexOf(System.Web.Services.Description.Binding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.BindingCollection.Contains(System.Web.Services.Description.Binding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.BindingCollection.Remove(System.Web.Services.Description.Binding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.BindingCollection.CopyTo(System.Web.Services.Description.Binding[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.BindingCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.BindingCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.BindingCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;BindingCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.ServiceCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceCollection.Add(System.Web.Services.Description.Service)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceCollection.Insert(System.Int32,System.Web.Services.Description.Service)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceCollection.IndexOf(System.Web.Services.Description.Service)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceCollection.Contains(System.Web.Services.Description.Service)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceCollection.Remove(System.Web.Services.Description.Service)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceCollection.CopyTo(System.Web.Services.Description.Service[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.MessagePartCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessagePartCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessagePartCollection.Add(System.Web.Services.Description.MessagePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessagePartCollection.Insert(System.Int32,System.Web.Services.Description.MessagePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessagePartCollection.IndexOf(System.Web.Services.Description.MessagePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessagePartCollection.Contains(System.Web.Services.Description.MessagePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessagePartCollection.Remove(System.Web.Services.Description.MessagePart)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessagePartCollection.CopyTo(System.Web.Services.Description.MessagePart[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.MessagePartCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessagePartCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.MessagePartCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;MessagePartCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationBindingCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationBindingCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationBindingCollection.Add(System.Web.Services.Description.OperationBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationBindingCollection.Insert(System.Int32,System.Web.Services.Description.OperationBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationBindingCollection.IndexOf(System.Web.Services.Description.OperationBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationBindingCollection.Contains(System.Web.Services.Description.OperationBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationBindingCollection.Remove(System.Web.Services.Description.OperationBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationBindingCollection.CopyTo(System.Web.Services.Description.OperationBinding[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationBindingCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationBindingCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.FaultBindingCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.FaultBindingCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.FaultBindingCollection.Add(System.Web.Services.Description.FaultBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.FaultBindingCollection.Insert(System.Int32,System.Web.Services.Description.FaultBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.FaultBindingCollection.IndexOf(System.Web.Services.Description.FaultBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.FaultBindingCollection.Contains(System.Web.Services.Description.FaultBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.FaultBindingCollection.Remove(System.Web.Services.Description.FaultBinding)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.FaultBindingCollection.CopyTo(System.Web.Services.Description.FaultBinding[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.FaultBindingCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.FaultBindingCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.FaultBindingCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;FaultBindingCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationCollection.Add(System.Web.Services.Description.Operation)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationCollection.Insert(System.Int32,System.Web.Services.Description.Operation)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationCollection.IndexOf(System.Web.Services.Description.Operation)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationCollection.Contains(System.Web.Services.Description.Operation)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationCollection.Remove(System.Web.Services.Description.Operation)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationCollection.CopyTo(System.Web.Services.Description.Operation[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.OperationFaultCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationFaultCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationFaultCollection.Add(System.Web.Services.Description.OperationFault)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationFaultCollection.Insert(System.Int32,System.Web.Services.Description.OperationFault)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationFaultCollection.IndexOf(System.Web.Services.Description.OperationFault)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationFaultCollection.Contains(System.Web.Services.Description.OperationFault)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationFaultCollection.Remove(System.Web.Services.Description.OperationFault)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationFaultCollection.CopyTo(System.Web.Services.Description.OperationFault[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.OperationFaultCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationFaultCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.OperationFaultCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;OperationFaultCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.ServiceDescriptionBaseCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescriptionBaseCollection.Table">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection.Table&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnInsertComplete(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection.OnInsertComplete&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnRemove(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection.OnRemove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnClear">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection.OnClear&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnSet(System.Int32,System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescription.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection.OnSet&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.ServiceDescriptionImportStyle">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptionImporter.uex" path="docs/doc[@for=&quot;ServiceDescriptionImportStyle&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.ServiceDescriptionImportStyle.Client">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptionImporter.uex" path="docs/doc[@for=&quot;ServiceDescriptionImportStyle.Client&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.ServiceDescriptionImportStyle.Server">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptionImporter.uex" path="docs/doc[@for=&quot;ServiceDescriptionImportStyle.Server&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.Description.ServiceDescriptionImportStyle.ServerInterface">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptionImporter.uex" path="docs/doc[@for=&quot;ServiceDescriptionImportStyle.ServerInterface&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.ServiceDescriptionCollection">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.ServiceDescriptionCollection&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.this&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.this1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Add(System.Web.Services.Description.ServiceDescription)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.Add&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Insert(System.Int32,System.Web.Services.Description.ServiceDescription)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.Insert&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.IndexOf(System.Web.Services.Description.ServiceDescription)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.IndexOf&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Contains(System.Web.Services.Description.ServiceDescription)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.Contains&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.Remove(System.Web.Services.Description.ServiceDescription)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.Remove&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.CopyTo(System.Web.Services.Description.ServiceDescription[],System.Int32)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.CopyTo&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetKey(System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.GetKey&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetMessage(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.GetMessage&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetPortType(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.GetPortType&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetService(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.GetService&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.GetBinding(Microsoft.Xml.XmlQualifiedName)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.GetBinding&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.SetParent(System.Object,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionCollection.SetParent&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.ServiceDescriptionCollection.OnInsertComplete(System.Int32,System.Object)">
            <!-- Failed to insert some or all of included XML --><include file="doc\ServiceDescriptions.uex" path="docs/doc[@for=&quot;ServiceDescriptionBaseCollection.OnInsertComplete&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.Soap12Binding">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12Binding&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.Soap12Binding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12Binding.Namespace&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.Soap12Binding.HttpTransport">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12Binding.HttpTransport&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.Soap12OperationBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12OperationBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.Soap12OperationBinding.SoapActionRequired">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12OperationBinding.SoapActionRequired&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.Soap12BodyBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12BodyBinding&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.Soap12FaultBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12FaultBinding&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.Soap12HeaderBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12HeaderBinding&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.Soap12AddressBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\Soap12FormatExtensions.uex" path="docs/doc[@for=&quot;Soap12AddressBinding&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.SoapBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBinding&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.SoapBinding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBinding.Namespace&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.SoapBinding.HttpTransport">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBinding.HttpTransport&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapBinding.Transport">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBinding.Transport&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapBinding.Style">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBinding.Style&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapBinding.Schema">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapFormatExtensions.Schema&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.Description.SoapBindingStyle">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBindingStyle&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.SoapBindingStyle.Default">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBindingStyle.Default&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.SoapBindingStyle.Document">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBindingStyle.Document&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.SoapBindingStyle.Rpc">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBindingStyle.Rpc&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.SoapOperationBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapOperationBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapOperationBinding.SoapAction">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapOperationBinding.SoapAction&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapOperationBinding.Style">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapOperationBinding.Style&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.SoapBodyBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBodyBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapBodyBinding.Use">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBodyBinding.Use&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapBodyBinding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBodyBinding.Namespace&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapBodyBinding.Encoding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBodyBinding.Encoding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapBodyBinding.PartsString">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBodyBinding.PartsString&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapBodyBinding.Parts">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBodyBinding.Parts&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.SoapBindingUse">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBindingUse&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.SoapBindingUse.Default">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBindingUse.Default&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.SoapBindingUse.Encoded">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBindingUse.Encoded&quot;]/*" />
        </member>
        <member name="F:System.Web.Services.Description.SoapBindingUse.Literal">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapBindingUse.Literal&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.SoapFaultBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapFaultBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapFaultBinding.Use">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapFaultBinding.Use&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapFaultBinding.Name">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapFaultBinding.Use&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapFaultBinding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapFaultBinding.Namespace&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapFaultBinding.Encoding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapFaultBinding.Encoding&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.SoapHeaderBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderBinding.MapToProperty">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderBinding.MapToProperty&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderBinding.Message">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderBinding.Message&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderBinding.Part">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderBinding.Part&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderBinding.Use">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderBinding.Use&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderBinding.Encoding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderBinding.Encoding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderBinding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderBinding.Namespace&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderBinding.Fault">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderBinding.Fault&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.SoapHeaderFaultBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderFaultBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Message">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderFaultBinding.Message&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Part">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderFaultBinding.Part&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Use">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderFaultBinding.Use&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Encoding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderFaultBinding.Encoding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapHeaderFaultBinding.Namespace">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapHeaderFaultBinding.Namespace&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.SoapAddressBinding">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapAddressBinding&quot;]/*" />
        </member>
        <member name="P:System.Web.Services.Description.SoapAddressBinding.Location">
            <!-- Failed to insert some or all of included XML --><include file="doc\SoapFormatExtensions.uex" path="docs/doc[@for=&quot;SoapAddressBinding.Location&quot;]/*" />
        </member>
        <member name="T:System.Web.Services.Description.WebReferenceOptions">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;WebReferenceOptions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.WebReferenceOptions.CodeGenerationOptions">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;WebReferenceOptions.CodeGenerationOptions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.WebReferenceOptions.SchemaImporterExtensions">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;WebReferenceOptions.SchemaImporterExtensions&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.WebReferenceOptions.Style">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;WebReferenceOptions.Style&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.WebReferenceOptions.Verbose">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;WebReferenceOptions.Verbose&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.Description.WebReferenceOptions.Schema">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;WebReferenceOptions.Schema&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.WebReferenceOptions.Read(System.IO.TextReader,Microsoft.Xml.Schema.ValidationEventHandler)">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;WebReferenceOptions.Read&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.WebReferenceOptions.Read(System.IO.Stream,Microsoft.Xml.Schema.ValidationEventHandler)">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;WebReferenceOptions.Read1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="M:System.Web.Services.Description.WebReferenceOptions.Read(Microsoft.Xml.XmlReader,Microsoft.Xml.Schema.ValidationEventHandler)">
            <!-- Failed to insert some or all of included XML --><include file="doc\WebReferenceOptions.uex" path="docs/doc[@for=&quot;XmlSchema.Read2&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="T:System.Web.Services.WsiProfiles">
            <!-- Failed to insert some or all of included XML --><include file="doc\WsiProfiles.uex" path="docs/doc[@for=&quot;WsiProfiles&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.WsiProfiles.None">
            <!-- Failed to insert some or all of included XML --><include file="doc\WsiProfiles.uex" path="docs/doc[@for=&quot;WsiProfiles.None&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="F:System.Web.Services.WsiProfiles.BasicProfile1_1">
            <!-- Failed to insert some or all of included XML --><include file="doc\WsiProfiles.uex" path="docs/doc[@for=&quot;WsiProfiles.BasicProfile1_1&quot;]/*" />
            <devdoc>
               <para>[To be supplied.]</para>
            </devdoc>
        </member>
        <member name="P:System.Web.Services.ResWebServices.OnlyOperationInputOrOperationOutputTypes">
            <summary>Only objects of type OperationInput or OperationOutput may be added.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.CodegenWarningDetails">
            <summary>CODEGEN: {0}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDescriptionMissingItem">
            <summary>Element {0} named {1} from namespace {2} is missing.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.Operation">
            <summary>Operation '{0}' on portType '{1}' from namespace '{2}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.HeaderFault">
            <summary>{0} on operation '{1}' on portType '{2}' from namespace '{3}'. {4}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.MissingMessagePartForMessageFromNamespace3">
            <summary>Missing message part '{0}' for message '{1}' from namespace '{2}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.Binding">
            <summary>Binding '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateImport">
            <summary>More than one import named '{0}' was specified. Each import must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateOperationFault">
            <summary>More than one operation fault named '{0}' was specified. Each operation fault must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicatePortType">
            <summary>More than one port type named '{0}' was specified. Each port type must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebNegativeValue">
            <summary>The value for '{0}' cannot be negative.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WsdlInstanceValidation">
            <summary>Warning: {0}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.CanTSpecifyElementOnEncodedMessagePartsPart">
            <summary>The element attribute is not allowed on encoded message parts. The erroneous part is named '{0}' in message '{1}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.XmlSchema">
            <summary>Schema with targetNamespace='{0}' has invalid syntax. {1}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.ValidationError">
            <summary>Error: {0} Line {1}, position {2}.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateBinding">
            <summary>More than one binding named '{0}' was specified. Each binding must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.XmlSchemaItem">
            <summary>Schema item '{1}' from namespace '{0}'. {2}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateOperationMessage">
            <summary>More than one operation message named '{0}' was specified. Each operation message must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateMessage">
            <summary>More than one message named '{0}' was specified. Each message must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WsdlInstanceValidationDetails">
            <summary>Warning: {0} Line {1}, position {2}.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.XmlSchemaAttributeReference">
            <summary>Attribute reference '{0}' declared in schema type '{1}' from namespace '{2}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.SchemaSyntaxErrorDetails">
            <summary>Schema with targetNamespace='{0}' has invalid syntax. {1} Line {2}, position {3}.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicatePort">
            <summary>More than one port named '{0}' was specified. Each port must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.Element">
            <summary>{0} from service description with targetNamespace='{1}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateOperationBinding">
            <summary>More than one operation binding named '{0}' was specified. Each operation binding must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.XmlSchemaNamedItem">
            <summary>Schema item '{1}' named '{2}' from namespace '{0}' is invalid. {3}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.Fault">
            <summary>soapbind:fault '{0}' on operation '{1}' on portType '{2}' from namespace '{3}'. {4}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.FaultBinding">
            <summary>Fault '{0}' on operation '{1}' on binding '{2}' from namespace '{3}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateOperation">
            <summary>More than one operation named '{0}' was specified. Each operation must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.XmlSchemaContentDef">
            <summary>Check content definition of schema type '{0}' from namespace '{1}'. {2}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.OperationBinding">
            <summary>Operation '{0}' on binding '{1}' from namespace '{2}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.ProtocolWithNameIsNotRecognized1">
            <summary>Protocol with name '{0}' is not recognized.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDescriptionTooManyMessages">
            <summary>No more than one input and one output message may be specified.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateFormatExtension">
            <summary>More than one format extension named '{0}' was specified. Each format extension must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.TheSyntaxOfTypeMayNotBeExtended1">
            <summary>The syntax of type {0} may not be extended.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.XmlLang">
            <summary>en</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.RequiredXmlFormatExtensionAttributeIsMissing1">
            <summary>Required XmlFormatExtension attribute is missing on class {0}.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.OnlyXmlElementsOrTypesDerivingFromServiceDescriptionFormatExtension0">
            <summary>Only XmlElements or types deriving from ServiceDescriptionFormatExtension may be added.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.Message">
            <summary>Message '{0}' from service description with targetNamespace='{1}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.Description">
            <summary>Service description with targetNamespace='{0}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateService">
            <summary>More than one service named '{0}' was specified. Each service must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateFaultBinding">
            <summary>More than one fault binding named '{0}' was specified. Each fault binding must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateUnknownElement">
            <summary>More than one {0} named '{1}' was specified. Each {0} must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.XmlSchemaElementReference">
            <summary>Element reference '{0}' declared in schema type '{1}' from namespace '{2}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.SchemaValidationError">
            <summary>Schema validation error: {0}</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.Part">
            <summary>Part '{0}' of message '{1}' from service description with targetNamespace='{2}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.Port">
            <summary>Port '{0}' on service {1} from namespace='{2}'.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDuplicateMessagePart">
            <summary>More than one message part named '{0}' was specified. Each message part must have a unique name.</summary>
        </member>
        <member name="P:System.Web.Services.ResWebServices.WebDescriptionMissing">
            <summary>Cannot find definition for {0}.  Service Description with namespace {1} is missing.</summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.TextBlockType">
            <summary>
            Although the XPath data model does not differentiate between text and whitespace, Managed Xml 1.0
            does.  Therefore, when building from an XmlReader, we must preserve these designations in order
            to remain backwards-compatible.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentBuilder">
            <summary>
            Implementation of XmlRawWriter that builds nodes in an XPathDocument.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.#ctor(Microsoft.Xml.XPath.XPathDocument,Microsoft.Xml.IXmlLineInfo,System.String,Microsoft.Xml.XPath.XPathDocument.LoadFlags)">
            <summary>
            Create a new XPathDocumentBuilder which creates nodes in "doc".
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.Initialize(Microsoft.Xml.XPath.XPathDocument,Microsoft.Xml.IXmlLineInfo,System.String,Microsoft.Xml.XPath.XPathDocument.LoadFlags)">
            <summary>
            Start construction of a new document.  This must be called before any other methods are called.
            It may also be called after Close(), in order to build further documents.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteDocType(System.String,System.String,System.String,System.String)">
            <summary>
            XPathDocument ignores the DocType information.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteStartElement(System.String,System.String,System.String)">
            <summary>
            Shortcut for calling WriteStartElement with elemType == null.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteStartElement(System.String,System.String,System.String,System.String)">
            <summary>
            Build an element node and attach it to its parent, if one exists.  Make the element the new parent node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteEndElement">
            <summary>
            Must be called when an element node's children have been fully enumerated.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteFullEndElement">
            <summary>
            Must be called when an element node's children have been fully enumerated.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteEndElement(System.String,System.String,System.String)">
            <summary>
            Must be called when an element node's children have been fully enumerated.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteFullEndElement(System.String,System.String,System.String)">
            <summary>
            Must be called when an element node's children have been fully enumerated.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteEndElement(System.Boolean)">
            <summary>
            Must be called when an element node's children have been fully enumerated.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteStartAttribute(System.String,System.String,System.String)">
            <summary>
            Shortcut for calling WriteStartAttribute with attrfType == null.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteEndAttribute">
            <summary>
            Attach the attribute's text or typed value to the previously constructed attribute node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteCData(System.String)">
            <summary>
            Map CData text into regular text.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteComment(System.String)">
            <summary>
            Construct comment node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteProcessingInstruction(System.String,System.String)">
            <summary>
            Shortcut for calling WriteProcessingInstruction with baseUri = string.Empty.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteProcessingInstruction(System.String,System.String,System.String)">
            <summary>
            Construct pi node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteWhitespace(System.String)">
            <summary>
            Write a whitespace text block.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteString(System.String)">
            <summary>
            Write an attribute or element text block.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteRaw(System.String)">
            <summary>
            Map RawText to Text.  This will lose entitization and won't roundtrip.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteString(System.String,MS.Internal.Xml.Cache.TextBlockType)">
            <summary>
            Write an element text block with the specified text type (whitespace, significant whitespace, or text).
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteEntityRef(System.String)">
            <summary>
            Cache does not handle entity references.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteCharEntity(System.Char)">
            <summary>
            Don't entitize, since the cache cannot represent character entities.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteSurrogateCharEntity(System.Char,System.Char)">
            <summary>
            Don't entitize, since the cache cannot represent character entities.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.Close">
            <summary>
            Signals the end of tree construction.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.Flush">
            <summary>
            Since output is not forwarded to another object, this does nothing.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteXmlDeclaration(Microsoft.Xml.XmlStandalone)">
            <summary>
            Write the xml declaration.  This must be the first call after Open.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.StartElementContent">
            <summary>
            Called as element node's children are about to be enumerated.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.WriteNamespaceDeclaration(System.String,System.String)">
            <summary>
            Build a namespace declaration node.  Attach it to an element parent, if one was previously constructed.
            All namespace declarations are linked together in an in-scope namespace tree.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.CreateIdTables(Microsoft.Xml.IDtdInfo)">
            <summary>
            Build ID lookup tables from the XSD schema or DTD.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.LinkSimilarElements(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Link "prev" element with "next" element, which has a "similar" name.  This increases the performance of searches by element name.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.NewNamespaceNode(MS.Internal.Xml.Cache.XPathNode[]@,System.String,System.String,MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Helper method that constructs a new Namespace XPathNode.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.NewNode(MS.Internal.Xml.Cache.XPathNode[]@,Microsoft.Xml.XPath.XPathNodeType,System.String,System.String,System.String,System.String)">
            <summary>
            Helper method that constructs a new XPathNode.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.ComputeLineInfo(System.Boolean,System.Int32@,System.Int32@)">
            <summary>
            Compute current node's line number information.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.AddSibling(Microsoft.Xml.XPath.XPathNodeType,System.String,System.String,System.String,System.String)">
            <summary>
            Add a sibling node.  If no previous sibling exists, add the node as the first child of the parent.
            If no parent exists, make this node the root of the document.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.CachedTextNode">
            <summary>
            Creates a text node from cached text parts.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentBuilder.NodePageFactory">
            <summary>
            Allocates pages of nodes for the XPathDocumentBuilder.  The initial pages and arrays are
            fairly small.  As each page fills, a new page that is twice as big is allocated.
            The max size of a page is 65536 nodes, since XPathNode indexes are 16-bits.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.NodePageFactory.Init(System.Int32)">
            <summary>
            Allocates and returns the initial node page.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentBuilder.NodePageFactory.NextNodePage">
            <summary>
            Return the page on which the next node will be allocated.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentBuilder.NodePageFactory.NextNodeIndex">
            <summary>
            Return the page index that the next node will be given.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.NodePageFactory.AllocateSlot(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Allocate the next slot in the current node page.  Return a reference to the page and the index
            of the allocated slot.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentBuilder.TextBlockBuilder">
            <summary>
            This class concatenates adjacent text blocks and tracks TextBlockType and line number information.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.TextBlockBuilder.Initialize(Microsoft.Xml.IXmlLineInfo)">
            <summary>
            Constructor.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentBuilder.TextBlockBuilder.TextType">
            <summary>
            Return the type of the cached text block.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentBuilder.TextBlockBuilder.HasText">
            <summary>
            Returns true if text has been cached.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentBuilder.TextBlockBuilder.LineNumber">
            <summary>
            Returns the line number of the last text block to be cached.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentBuilder.TextBlockBuilder.LinePosition">
            <summary>
            Returns the line position of the last text block to be cached.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.TextBlockBuilder.WriteTextBlock(System.String,MS.Internal.Xml.Cache.TextBlockType)">
            <summary>
            Append a text block with the specified type.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBuilder.TextBlockBuilder.ReadText">
            <summary>
            Read all cached text, or string.Empty if no text has been cached, and clear the text block type.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentBaseIterator">
            <summary>
            Base internal class of all XPathDocument XPathNodeIterator implementations.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBaseIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator)">
            <summary>
            Create a new iterator that is initially positioned on the "ctxt" node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentBaseIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentBaseIterator)">
            <summary>
            Create a new iterator that is a copy of "iter".
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentBaseIterator.Current">
            <summary>
            Return the current navigator.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentBaseIterator.CurrentPosition">
            <summary>
            Return the iterator's current position.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentElementChildIterator">
            <summary>
            Iterate over all element children with a particular QName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentElementChildIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.String,System.String)">
            <summary>
            Create an iterator that ranges over all element children of "parent" having the specified QName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentElementChildIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentElementChildIterator)">
            <summary>
            Create a new iterator that is a copy of "iter".
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentElementChildIterator.Clone">
            <summary>
            Create a copy of this iterator.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentElementChildIterator.MoveNext">
            <summary>
            Position the iterator to the next matching child.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentKindChildIterator">
            <summary>
            Iterate over all content children with a particular XPathNodeType.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentKindChildIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Create an iterator that ranges over all content children of "parent" having the specified XPathNodeType.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentKindChildIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentKindChildIterator)">
            <summary>
            Create a new iterator that is a copy of "iter".
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentKindChildIterator.Clone">
            <summary>
            Create a copy of this iterator.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentKindChildIterator.MoveNext">
            <summary>
            Position the iterator to the next descendant.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator">
            <summary>
            Iterate over all element descendants with a particular QName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.String,System.String,System.Boolean)">
            <summary>
            Create an iterator that ranges over all element descendants of "root" having the specified QName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator)">
            <summary>
            Create a new iterator that is a copy of "iter".
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator.Clone">
            <summary>
            Create a copy of this iterator.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator.MoveNext">
            <summary>
            Position the iterator to the next descendant.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator">
            <summary>
            Iterate over all content descendants with a particular XPathNodeType.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,Microsoft.Xml.XPath.XPathNodeType,System.Boolean)">
            <summary>
            Create an iterator that ranges over all content descendants of "root" having the specified XPathNodeType.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator.#ctor(MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator)">
            <summary>
            Create a new iterator that is a copy of "iter".
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator.Clone">
            <summary>
            Create a copy of this iterator.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator.MoveNext">
            <summary>
            Position the iterator to the next descendant.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathDocumentNavigator">
            <summary>
            This is the default XPath/XQuery data model cache implementation.  It will be used whenever
            the user does not supply his own XPathNavigator implementation.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.#ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Create a new navigator positioned on the specified current node.  If the current node is a namespace or a collapsed
            text node, then the parent is a virtualized parent (may be different than .Parent on the current node).
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.#ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator)">
            <summary>
            Copy constructor.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.Value">
            <summary>
            Get the string value of the current node, computed using data model dm:string-value rules.
            If the node has a typed value, return the string representation of the value.  If the node
            is not a parent type (comment, text, pi, etc.), get its simple text value.  Otherwise,
            concatenate all text node descendants of the current node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.Clone">
            <summary>
            Create a copy of this navigator, positioned to the same node in the tree.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.NodeType">
            <summary>
            Get the XPath node type of the current node.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.LocalName">
            <summary>
            Get the local name portion of the current node's name.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.NamespaceURI">
            <summary>
            Get the namespace portion of the current node's name.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.Name">
            <summary>
            Get the name of the current node.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.Prefix">
            <summary>
            Get the prefix portion of the current node's name.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.BaseURI">
            <summary>
            Get the base URI of the current node.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.IsEmptyElement">
            <summary>
            Return true if this is an element which used a shortcut tag in its Xml 1.0 serialized form.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.NameTable">
            <summary>
            Return the xml name table which was used to atomize all prefixes, local-names, and
            namespace uris in the document.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToFirstAttribute">
            <summary>
            Position the navigator on the first attribute of the current node and return true.  If no attributes
            can be found, return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToNextAttribute">
            <summary>
            If positioned on an attribute, move to its next sibling attribute.  If no attributes can be found,
            return false.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.HasAttributes">
            <summary>
            True if the current node has one or more attributes.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToAttribute(System.String,System.String)">
            <summary>
            Position the navigator on the attribute with the specified name and return true.  If no matching
            attribute can be found, return false.  Don't assume the name parts are atomized with respect
            to this document.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToFirstNamespace(Microsoft.Xml.XPath.XPathNamespaceScope)">
            <summary>
            Position the navigator on the namespace within the specified scope.  If no matching namespace
            can be found, return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToNextNamespace(Microsoft.Xml.XPath.XPathNamespaceScope)">
            <summary>
            Position the navigator on the next namespace within the specified scope.  If no matching namespace
            can be found, return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToNext">
            <summary>
            If the current node is an attribute or namespace (not content), return false.  Otherwise,
            move to the next content node.  Return false if there are no more content nodes.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToPrevious">
            <summary>
            If the current node is an attribute or namespace (not content), return false.  Otherwise,
            move to the previous (sibling) content node.  Return false if there are no previous content nodes.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToFirstChild">
            <summary>
            Move to the first content-typed child of the current node.  Return false if the current
            node has no content children.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToParent">
            <summary>
            Position the navigator on the parent of the current node.  If the current node has no parent,
            return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveTo(Microsoft.Xml.XPath.XPathNavigator)">
            <summary>
            Position this navigator to the same position as the "other" navigator.  If the "other" navigator
            is not of the same type as this navigator, then return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToId(System.String)">
            <summary>
            Position to the navigator to the element whose id is equal to the specified "id" string.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.IsSamePosition(Microsoft.Xml.XPath.XPathNavigator)">
            <summary>
            Returns true if this navigator is positioned to the same node as the "other" navigator.  Returns false
            if not, or if the "other" navigator is not the same type as this navigator.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.HasChildren">
            <summary>
            Returns true if the current node has children.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToRoot">
            <summary>
            Position the navigator on the root node of the current document.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToChild(System.String,System.String)">
            <summary>
            Move to the first element child of the current node with the specified name.  Return false
            if the current node has no matching element children.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToNext(System.String,System.String)">
            <summary>
            Move to the first element sibling of the current node with the specified name.  Return false
            if the current node has no matching element siblings.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToChild(Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Move to the first content child of the current node with the specified type.  Return false
            if the current node has no matching children.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToNext(Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Move to the first content sibling of the current node with the specified type.  Return false
            if the current node has no matching siblings.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToFollowing(System.String,System.String,Microsoft.Xml.XPath.XPathNavigator)">
            <summary>
            Move to the next element that:
              1. Follows the current node in document order (includes descendants, unlike XPath following axis)
              2. Precedes "end" in document order (if end is null, then all following nodes in the document are considered)
              3. Has the specified QName
            Return false if the current node has no matching following elements.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.MoveToFollowing(Microsoft.Xml.XPath.XPathNodeType,Microsoft.Xml.XPath.XPathNavigator)">
            <summary>
            Move to the next node that:
              1. Follows the current node in document order (includes descendants, unlike XPath following axis)
              2. Precedes "end" in document order (if end is null, then all following nodes in the document are considered)
              3. Has the specified XPathNodeType
            Return false if the current node has no matching following nodes.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.SelectChildren(Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Return an iterator that ranges over all children of the current node that match the specified XPathNodeType.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.SelectChildren(System.String,System.String)">
            <summary>
            Return an iterator that ranges over all children of the current node that match the specified QName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.SelectDescendants(Microsoft.Xml.XPath.XPathNodeType,System.Boolean)">
            <summary>
            Return an iterator that ranges over all descendants of the current node that match the specified
            XPathNodeType.  If matchSelf is true, then also perform the match on the current node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.SelectDescendants(System.String,System.String,System.Boolean)">
            <summary>
            Return an iterator that ranges over all descendants of the current node that match the specified
            QName.  If matchSelf is true, then also perform the match on the current node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.ComparePosition(Microsoft.Xml.XPath.XPathNavigator)">
            <summary>
            Returns:
                XmlNodeOrder.Unknown -- This navigator and the "other" navigator are not of the same type, or the
                                        navigator's are not positioned on nodes in the same document.
                XmlNodeOrder.Before -- This navigator's current node is before the "other" navigator's current node
                                       in document order.
                XmlNodeOrder.After -- This navigator's current node is after the "other" navigator's current node
                                      in document order.
                XmlNodeOrder.Same -- This navigator is positioned on the same node as the "other" navigator.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.IsDescendant(Microsoft.Xml.XPath.XPathNavigator)">
            <summary>
            Return true if the "other" navigator's current node is a descendant of this navigator's current node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.GetPrimaryLocation">
            <summary>
            Construct a primary location for this navigator.  The location is an integer that can be
            easily compared with other locations in the same document in order to determine the relative
            document order of two nodes.  If two locations compare equal, then secondary locations should
            be compared.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.GetSecondaryLocation">
            <summary>
            Construct a secondary location for this navigator.  This location should only be used if
            primary locations previously compared equal.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.UniqueId">
            <summary>
            Create a unique id for the current node.  This is used by the generate-id() function.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.HasLineInfo">
            <summary>
            Return true if line number information is recorded in the cache.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.LineNumber">
            <summary>
            Return the source line number of the current node.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathDocumentNavigator.LinePosition">
            <summary>
            Return the source line position of the current node.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.GetPositionHashCode">
            <summary>
            Get hashcode based on current position of the navigator.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.IsElementMatch(System.String,System.String)">
            <summary>
            Return true if navigator is positioned to an element having the specified name.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.IsContentKindMatch(Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Return true if navigator is positioned to a content node of the specified kind.  Whitespace/SignficantWhitespace/Text are
            all treated the same (i.e. they all match each other).
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.IsKindMatch(Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Return true if navigator is positioned to a node of the specified kind.  Whitespace/SignficantWhitespace/Text are
            all treated the same (i.e. they all match each other).
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathDocumentNavigator.GetFollowingEnd(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.Boolean,MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            "end" is positioned on a node which terminates a following scan.  Return the page and index of "end" if it
            is positioned to a non-virtual node.  If "end" is positioned to a virtual node:
               1. If useParentOfVirtual is true, then return the page and index of the virtual node's parent
               2. If useParentOfVirtual is false, then return the page and index of the virtual node's parent + 1.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathNode">
            <summary>
            Implementation of a Node in the XPath/XQuery data model.
            1.  All nodes are stored in variable-size pages (max 65536 nodes/page) of XPathNode structures.
            2.  Pages are sequentially numbered.  Nodes are allocated in strict document order.
            3.  Node references take the form of a (page, index) pair.
            4.  Each node explicitly stores a parent and a sibling reference.
            5.  If a node has one or more attributes and/or non-collapsed content children, then its first
                child is stored in the next slot.  If the node is in the last slot of a page, then its first
                child is stored in the first slot of the next page.
            6.  Attributes are linked together at the start of the child list.
            7.  Namespaces are allocated in totally separate pages.  Elements are associated with
                declared namespaces via a hashtable map in the document.
            8.  Name parts are always non-null (string.Empty for nodes without names)
            9.  XPathNodeInfoAtom contains all information that is common to many nodes in a
                document, and therefore is atomized to save space.  This includes the document, the name,
                the child, sibling, parent, and value pages, and the schema type.
            10. The node structure is 20 bytes in length.  Out-of-line overhead is typically 2-4 bytes per node.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.NodeType">
            <summary>
            Returns the type of this node
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.Prefix">
            <summary>
            Returns the namespace prefix of this node.  If this node has no prefix, then the empty string
            will be returned (never null).
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.LocalName">
            <summary>
            Returns the local name of this node.  If this node has no name, then the empty string
            will be returned (never null).
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.Name">
            <summary>
            Returns the name of this node.  If this node has no name, then the empty string
            will be returned (never null).
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.NamespaceUri">
            <summary>
            Returns the namespace part of this node's name.  If this node has no name, then the empty string
            will be returned (never null).
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.Document">
            <summary>
            Returns this node's document.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.BaseUri">
            <summary>
            Returns this node's base Uri.  This is string.Empty for all node kinds except Element, Root, and PI.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.LineNumber">
            <summary>
            Returns this node's source line number.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.LinePosition">
            <summary>
            Return this node's source line position.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.CollapsedLinePosition">
            <summary>
            If this node is an element with collapsed text, then return the source line position of the node (the
            source line number is the same as LineNumber).
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.PageInfo">
            <summary>
            Returns information about the node page.  Only the 0th node on each page has this property defined.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.GetRoot(MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Returns the root node of the current document.  This always succeeds.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.GetParent(MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Returns the parent of this node.  If this node has no parent, then 0 is returned.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.GetSibling(MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Returns the next sibling of this node.  If this node has no next sibling, then 0 is returned.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.GetSimilarElement(MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Returns the next element in document order that has the same local name hashcode as this element.
            If there are no similar elements, then 0 is returned.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.NameMatch(System.String,System.String)">
            <summary>
            Returns true if this node's name matches the specified localName and namespaceName.  Assume
            that localName has been atomized, but namespaceName has not.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.ElementMatch(System.String,System.String)">
            <summary>
            Returns true if this is an Element node with a name that matches the specified localName and
            namespaceName.  Assume that localName has been atomized, but namespaceName has not.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.IsXmlNamespaceNode">
            <summary>
            Return true if this node is an xmlns:xml node.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.HasSibling">
            <summary>
            Returns true if this node has a sibling.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.HasCollapsedText">
            <summary>
            Returns true if this node has a collapsed text node as its only content-typed child.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.HasAttribute">
            <summary>
            Returns true if this node has at least one attribute.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.HasContentChild">
            <summary>
            Returns true if this node has at least one content-typed child (attributes and namespaces
            don't count).
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.HasElementChild">
            <summary>
            Returns true if this node has at least one element child.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.IsAttrNmsp">
            <summary>
            Returns true if this is an attribute or namespace node.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.IsText">
            <summary>
            Returns true if this is a text or whitespace node.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.HasNamespaceDecls">
            <summary>
            Returns true if this node has local namespace declarations associated with it.  Since all
            namespace declarations are stored out-of-line in the owner Document, this property
            can be consulted in order to avoid a lookup in the common case where this node has no
            local namespace declarations.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.AllowShortcutTag">
            <summary>
            Returns true if this node is an empty element that allows shortcut tag syntax.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.LocalNameHashCode">
            <summary>
            Cached hashcode computed over the local name of this element.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNode.Value">
            <summary>
            Return the precomputed String value of this node (null if no value exists, i.e. document node, element node with complex content, etc).
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.Create(MS.Internal.Xml.Cache.XPathNodePageInfo)">
            <summary>
            Constructs the 0th XPathNode in each page, which contains only page information.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.Create(MS.Internal.Xml.Cache.XPathNodeInfoAtom,Microsoft.Xml.XPath.XPathNodeType,System.Int32)">
            <summary>
            Constructs a XPathNode.  Later, the idxSibling and value fields may be fixed up.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.SetLineInfoOffsets(System.Int32,System.Int32)">
            <summary>
            Set this node's line number information.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.SetCollapsedLineInfoOffset(System.Int32)">
            <summary>
            Set the position offset of this element's collapsed text.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.SetValue(System.String)">
            <summary>
            Set this node's value.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.SetEmptyValue(System.Boolean)">
            <summary>
            Create an empty element value.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.SetCollapsedValue(System.String)">
            <summary>
            Create a collapsed text node on this element having the specified value.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.SetParentProperties(Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            This method is called when a new child is appended to this node's list of attributes and children.
            The type of the new child is used to determine how various parent properties should be set.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.SetSibling(MS.Internal.Xml.Cache.XPathNodeInfoTable,MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Link this node to its next sibling.  If "pageSibling" is different than the one stored in the InfoAtom, re-atomize.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNode.SetSimilarElement(MS.Internal.Xml.Cache.XPathNodeInfoTable,MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Link this element to the next element in document order that shares a local name having the same hash code.
            If "pageSimilar" is different than the one stored in the InfoAtom, re-atomize.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathNodeRef">
            <summary>
            A reference to a XPathNode is composed of two values: the page on which the node is located, and the node's
            index in the page.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathNodeHelper">
            <summary>
            Library of XPathNode helper routines.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetLocalNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Return chain of namespace nodes.  If specified node has no local namespaces, then 0 will be
            returned.  Otherwise, the first node in the chain is guaranteed to be a local namespace (its
            parent is this node).  Subsequent nodes may not have the same node as parent, so the caller will
            need to test the parent in order to terminate a search that processes only local namespaces.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetInScopeNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]@)">
            <summary>
            Return chain of in-scope namespace nodes for nodes of type Element.  Nodes in the chain might not
            have this element as their parent.  Since the xmlns:xml namespace node is always in scope, this
            method will never return 0 if the specified node is an element.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetFirstAttribute(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Return the first attribute of the specified node.  If no attribute exist, do not
            set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetNextAttribute(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Return the next attribute sibling of the specified node.  If the node is not itself an
            attribute, or if there are no siblings, then do not set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetContentChild(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Return the first content-typed child of the specified node.  If the node has no children, or
            if the node is not content-typed, then do not set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetContentSibling(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Return the next content-typed sibling of the specified node.  If the node has no siblings, or
            if the node is not content-typed, then do not set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetParent(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Return the parent of the specified node.  If the node has no parent, do not set pageNode
            or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetLocation(MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Return a location integer that can be easily compared with other locations from the same document
            in order to determine the relative document order of two nodes.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetElementChild(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,System.String,System.String)">
            <summary>
            Return the first element child of the specified node that has the specified name.  If no such child exists,
            then do not set pageNode or idxNode and return false.  Assume that the localName has been atomized with respect
            to this document's name table, but not the namespaceName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetElementSibling(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,System.String,System.String)">
            <summary>
            Return a following sibling element of the specified node that has the specified name.  If no such
            sibling exists, or if the node is not content-typed, then do not set pageNode or idxNode and
            return false.  Assume that the localName has been atomized with respect to this document's name table,
            but not the namespaceName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetContentChild(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Return the first child of the specified node that has the specified type (must be a content type).  If no such
            child exists, then do not set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetContentSibling(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Return a following sibling of the specified node that has the specified type.  If no such
            sibling exists, then do not set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetPreviousContentSibling(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Return the first preceding sibling of the specified node.  If no such sibling exists, then do not set
            pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetPreviousElementSibling(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,System.String,System.String)">
            <summary>
            Return a previous sibling element of the specified node that has the specified name.  If no such
            sibling exists, or if the node is not content-typed, then do not set pageNode or idxNode and
            return false.  Assume that the localName has been atomized with respect to this document's name table,
            but not the namespaceName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetPreviousContentSibling(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Return a previous sibling of the specified node that has the specified type.  If no such
            sibling exists, then do not set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetAttribute(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,System.String,System.String)">
            <summary>
            Return the attribute of the specified node that has the specified name.  If no such attribute exists,
            then do not set pageNode or idxNode and return false.  Assume that the localName has been atomized with respect
            to this document's name table, but not the namespaceName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetFollowing(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Get the next non-virtual (not collapsed text, not namespaces) node that follows the specified node in document order.
            If no such node exists, then do not set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetElementFollowing(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,MS.Internal.Xml.Cache.XPathNode[],System.Int32,System.String,System.String)">
            <summary>
            Get the next element node that:
              1. Follows the current node in document order (includes descendants, unlike XPath following axis)
              2. Precedes the ending node in document order (if pageEnd is null, then all following nodes in the document are considered)
              3. Has the specified QName
            If no such element exists, then do not set pageCurrent or idxCurrent and return false.
            Assume that the localName has been atomized with respect to this document's name table, but not the namespaceName.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetContentFollowing(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,MS.Internal.Xml.Cache.XPathNode[],System.Int32,Microsoft.Xml.XPath.XPathNodeType)">
            <summary>
            Get the next node that:
              1. Follows the current node in document order (includes descendants, unlike XPath following axis)
              2. Precedes the ending node in document order (if pageEnd is null, then all following nodes in the document are considered)
              3. Has the specified XPathNodeType (but Attributes and Namespaces never match)
            If no such node exists, then do not set pageCurrent or idxCurrent and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetTextFollowing(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@,MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Scan all nodes that follow the current node in document order, but precede the ending node in document order.
            Return two types of nodes with non-null text:
              1. Element parents of collapsed text nodes (since it is the element parent that has the collapsed text)
              2. Non-collapsed text nodes
            If no such node exists, then do not set pageCurrent or idxCurrent and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetNonDescendant(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Get the next non-virtual (not collapsed text, not namespaces) node that follows the specified node in document order,
            but is not a descendant.  If no such node exists, then do not set pageNode or idxNode and return false.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeHelper.GetChild(MS.Internal.Xml.Cache.XPathNode[]@,System.Int32@)">
            <summary>
            Return the page and index of the first child (attribute or content) of the specified node.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathNodePageInfo">
            <summary>
            The 0th node in each page contains a non-null reference to an XPathNodePageInfo internal class that provides
            information about that node's page.  The other fields in the 0th node are undefined and should never
            be used.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodePageInfo.#ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32)">
            <summary>
            Constructor.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodePageInfo.PageNumber">
            <summary>
            Return the sequential page number of the page containing nodes that share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodePageInfo.NodeCount">
            <summary>
            Return the number of nodes allocated in this page.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodePageInfo.PreviousPage">
            <summary>
            Return the previous node page in the document.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodePageInfo.NextPage">
            <summary>
            Return the next node page in the document.
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathNodeInfoAtom">
            <summary>
            There is a great deal of redundancy in typical Xml documents.  Even in documents with thousands or millions
            of nodes, there are a small number of common names and types.  And since nodes are allocated in pages in
            document order, nodes on the same page with the same name and type are likely to have the same sibling and
            parent pages as well.
            Redundant information is shared by creating immutable, atomized objects.  This is analogous to the
            string.Intern() operation.  If a node's name, type, or parent/sibling pages are modified, then a new
            InfoAtom needs to be obtained, since other nodes may still be referencing the old InfoAtom.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoAtom.#ctor(MS.Internal.Xml.Cache.XPathNodePageInfo)">
            <summary>
            Construct information for the 0th node in each page.  The only field which is defined is this.pageInfo,
            and it contains information about that page (pageNum, nextPage, etc.).
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoAtom.#ctor(System.String,System.String,System.String,System.String,MS.Internal.Xml.Cache.XPathNode[],MS.Internal.Xml.Cache.XPathNode[],MS.Internal.Xml.Cache.XPathNode[],Microsoft.Xml.XPath.XPathDocument,System.Int32,System.Int32)">
            <summary>
            Construct a new shared information atom.  This method should only be used by the XNodeInfoTable.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoAtom.Init(System.String,System.String,System.String,System.String,MS.Internal.Xml.Cache.XPathNode[],MS.Internal.Xml.Cache.XPathNode[],MS.Internal.Xml.Cache.XPathNode[],Microsoft.Xml.XPath.XPathDocument,System.Int32,System.Int32)">
            <summary>
            Initialize an existing shared information atom.  This method should only be used by the XNodeInfoTable.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.PageInfo">
            <summary>
            Returns information about the node page.  Only the 0th node on each page has this property defined.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.LocalName">
            <summary>
            Return the local name part of nodes that share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.NamespaceUri">
            <summary>
            Return the namespace name part of nodes that share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.Prefix">
            <summary>
            Return the prefix name part of nodes that share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.BaseUri">
            <summary>
            Return the base Uri of nodes that share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.SiblingPage">
            <summary>
            Return the page containing the next sibling of nodes that share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.SimilarElementPage">
            <summary>
            Return the page containing the next element having a name which has same hashcode as this element.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.ParentPage">
            <summary>
            Return the page containing the parent of nodes that share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.Document">
            <summary>
            Return the page containing the owner document of nodes that share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.LineNumberBase">
            <summary>
            Return the line number to which a line number offset stored in the XPathNode is added.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.LinePositionBase">
            <summary>
            Return the line position to which a line position offset stored in the XPathNode is added.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.LocalNameHashCode">
            <summary>
            Return cached hash code of the local name of nodes which share this information atom.
            </summary>
        </member>
        <member name="P:MS.Internal.Xml.Cache.XPathNodeInfoAtom.Next">
            <summary>
            Link together InfoAtoms that hash to the same hashtable bucket (should only be used by XPathNodeInfoTable)
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoAtom.GetHashCode">
            <summary>
            Return this information atom's hash code, previously computed for performance.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoAtom.Equals(System.Object)">
            <summary>
            Return true if this InfoAtom has the same values as another InfoAtom.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoAtom.ToString">
            <summary>
            Return InfoAtom formatted as a string:
                hash=xxx, {http://my.com}foo:bar, parent=1, sibling=1, lineNum=0, linePos=0
            </summary>
        </member>
        <member name="T:MS.Internal.Xml.Cache.XPathNodeInfoTable">
            <summary>
            An atomization table for XPathNodeInfoAtom.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoTable.#ctor">
            <summary>
            Constructor.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoTable.Create(System.String,System.String,System.String,System.String,MS.Internal.Xml.Cache.XPathNode[],MS.Internal.Xml.Cache.XPathNode[],MS.Internal.Xml.Cache.XPathNode[],Microsoft.Xml.XPath.XPathDocument,System.Int32,System.Int32)">
            <summary>
            Create a new XNodeInfoAtom and ensure it is atomized in the table.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoTable.Atomize(MS.Internal.Xml.Cache.XPathNodeInfoAtom)">
            <summary>
            Add a shared information item to the atomization table.  If a matching item already exists, then that
            instance is returned.  Otherwise, a new item is created.  Thus, if itemX and itemY have both been added
            to the same InfoTable:
            1. itemX.Equals(itemY) != true
            2. (object) itemX != (object) itemY
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoTable.AddInfo(MS.Internal.Xml.Cache.XPathNodeInfoAtom)">
            <summary>
            Add a previously constructed InfoAtom to the table.  If a collision occurs, then insert "info"
            as the head of a linked list.
            </summary>
        </member>
        <member name="M:MS.Internal.Xml.Cache.XPathNodeInfoTable.ToString">
            <summary>
            Return InfoAtomTable formatted as a string.
            </summary>
        </member>
        <member name="T:TernaryTreeGenerator.HtmlProps">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;HtmlProps&quot;]/*" />
        </member>
        <member name="F:TernaryTreeGenerator.HtmlProps.nameHTML">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;HtmlProps.nameHTML;&quot;]/*" />
        </member>
        <member name="F:TernaryTreeGenerator.HtmlProps.properties">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;HtmlProps.properties;&quot;]/*" />
        </member>
        <member name="F:TernaryTreeGenerator.HtmlProps.visited">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;HtmlProps.visited;&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.HtmlProps.#ctor(System.String,System.Byte)">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;HtmlProps.HtmlProps&quot;]/*" />
        </member>
        <member name="T:TernaryTreeGenerator.TernaryTreeRW">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW&quot;]/*" />
        </member>
        <member name="F:TernaryTreeGenerator.TernaryTreeRW.MAX_NODES">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.MAX_NODES&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.#ctor">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.TernaryTreeRW&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.lengthNodes">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.lengthNodes&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.lengthBytes">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.lengthBytes&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.AddCaseInsensitiveString(System.String,System.Byte)">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.AddCaseInsensitiveString&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.GenerateHtmlElementTable">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.GenerateHtmlElementTable&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.GenerateHtmlAttributeTable">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.GenerateHtmlAttributeTable&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.OutputFileHeader(System.IO.StreamWriter)">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.OutputFileHeader&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.OutputFileFooter(System.IO.StreamWriter)">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.OutputFileFooter&quot;]/*" />
        </member>
        <member name="M:TernaryTreeGenerator.TernaryTreeRW.dumpTree(System.IO.StreamWriter,System.String)">
            <!-- Failed to insert some or all of included XML --><include file="doc\TernaryTreeGenerator.uex" path="docs/doc[@for=&quot;TernaryTreeRW.dumpTree&quot;]/*" />
        </member>
        <member name="P:Resource.BootstrapErrorDisableReferences">
            <summary>An error occurred while bootstrapping svcutil. This usually happens when processing references.  You might be able to work around this problem by not providing reference parameters, and manually removing any types redefined in the generated proxy code.</summary>
        </member>
        <member name="P:Resource.BootstrappingApplicationMsg">
            <summary>Bootstrapping application ...</summary>
        </member>
        <member name="P:Resource.BuildingProjectMsg">
            <summary>Building bootstrapper project ...</summary>
        </member>
        <member name="P:Resource.CreatingProjectMsg">
            <summary>Creating bootstrapper project ...</summary>
        </member>
        <member name="P:Resource.CouldNotFindEmbeddedResourceFormat">
            <summary>Could not find embedded resource '{0}'</summary>
        </member>
        <member name="P:Resource.ErrCannotFindNuGetPackageFormat">
            <summary>Unable to locate NuGet package '{0}'.</summary>
        </member>
        <member name="P:Resource.InvokingProjectMsg">
            <summary>Invoking bootstrapper ...</summary>
        </member>
        <member name="P:Resource.RestoringNuGetPackagesMsg">
            <summary>Restoring NuGet packages for bootstrapper project ...</summary>
        </member>
        <member name="P:Resource.TypesReuseDisabled">
            <summary>Reusing types in referenced assemblies has been disabled.</summary>
        </member>
        <member name="P:ResXml.Xml_UserException">
            <summary>{0}</summary>
        </member>
        <member name="P:ResXml.Xml_DefaultException">
            <summary>An XML error has occurred.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidOperation">
            <summary>Operation is not valid due to the current state of the object.</summary>
        </member>
        <member name="P:ResXml.Xml_ErrorFilePosition">
            <summary>An error occurred at {0}, ({1}, {2}).</summary>
        </member>
        <member name="P:ResXml.Xml_StackOverflow">
            <summary>Stack overflow.</summary>
        </member>
        <member name="P:ResXml.Xml_SystemPathResolverCannotOpenUri">
            <summary>Cannot open '{0}'. The Uri parameter must be a file system relative or absolute path.</summary>
        </member>
        <member name="P:ResXml.Xslt_NoStylesheetLoaded">
            <summary>No stylesheet was loaded.</summary>
        </member>
        <member name="P:ResXml.Xslt_NotCompiledStylesheet">
            <summary>Type '{0}' is not a compiled stylesheet class.</summary>
        </member>
        <member name="P:ResXml.Xslt_IncompatibleCompiledStylesheetVersion">
            <summary>Executing a stylesheet that was compiled using a later version of the framework is not supported. Stylesheet Version: {0}. Current Framework Version: {1}.</summary>
        </member>
        <member name="P:ResXml.Xml_AsyncIsRunningException">
            <summary>An asynchronous operation is already in progress.</summary>
        </member>
        <member name="P:ResXml.Xml_ReaderAsyncNotSetException">
            <summary>Set XmlReaderSettings.Async to true if you want to use Async Methods.</summary>
        </member>
        <member name="P:ResXml.Xml_UnclosedQuote">
            <summary>There is an unclosed literal string.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedEOF">
            <summary>Unexpected end of file while parsing {0} has occurred.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedEOF1">
            <summary>Unexpected end of file has occurred.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedEOFInElementContent">
            <summary>Unexpected end of file has occurred. The following elements are not closed: {0}</summary>
        </member>
        <member name="P:ResXml.Xml_BadStartNameChar">
            <summary>Name cannot begin with the '{0}' character, hexadecimal value {1}.</summary>
        </member>
        <member name="P:ResXml.Xml_BadNameChar">
            <summary>The '{0}' character, hexadecimal value {1}, cannot be included in a name.</summary>
        </member>
        <member name="P:ResXml.Xml_BadDecimalEntity">
            <summary>Invalid syntax for a decimal numeric entity reference.</summary>
        </member>
        <member name="P:ResXml.Xml_BadHexEntity">
            <summary>Invalid syntax for a hexadecimal numeric entity reference.</summary>
        </member>
        <member name="P:ResXml.Xml_MissingByteOrderMark">
            <summary>There is no Unicode byte order mark. Cannot switch to Unicode.</summary>
        </member>
        <member name="P:ResXml.Xml_UnknownEncoding">
            <summary>System does not support '{0}' encoding.</summary>
        </member>
        <member name="P:ResXml.Xml_InternalError">
            <summary>An internal error has occurred.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidCharInThisEncoding">
            <summary>Invalid character in the given encoding.</summary>
        </member>
        <member name="P:ResXml.Xml_ErrorPosition">
            <summary>Line {0}, position {1}.</summary>
        </member>
        <member name="P:ResXml.Xml_MessageWithErrorPosition">
            <summary>{0} Line {1}, position {2}.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedTokenEx">
            <summary>'{0}' is an unexpected token. The expected token is '{1}'.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedTokens2">
            <summary>'{0}' is an unexpected token. The expected token is '{1}' or '{2}'.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectingWhiteSpace">
            <summary>'{0}' is an unexpected token. Expecting white space.</summary>
        </member>
        <member name="P:ResXml.Xml_TagMismatch">
            <summary>The '{0}' start tag on line {1} does not match the end tag of '{2}'.</summary>
        </member>
        <member name="P:ResXml.Xml_TagMismatchEx">
            <summary>The '{0}' start tag on line {1} position {2} does not match the end tag of '{3}'.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedEndTag">
            <summary>Unexpected end tag.</summary>
        </member>
        <member name="P:ResXml.Xml_UnknownNs">
            <summary>'{0}' is an undeclared prefix.</summary>
        </member>
        <member name="P:ResXml.Xml_BadAttributeChar">
            <summary>'{0}', hexadecimal value {1}, is an invalid attribute character.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectExternalOrClose">
            <summary>Expecting external ID, '[' or '&gt;'.</summary>
        </member>
        <member name="P:ResXml.Xml_MissingRoot">
            <summary>Root element is missing.</summary>
        </member>
        <member name="P:ResXml.Xml_MultipleRoots">
            <summary>There are multiple root elements.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidRootData">
            <summary>Data at the root level is invalid.</summary>
        </member>
        <member name="P:ResXml.Xml_XmlDeclNotFirst">
            <summary>Unexpected XML declaration. The XML declaration must be the first node in the document, and no white space characters are allowed to appear before it.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidXmlDecl">
            <summary>Syntax for an XML declaration is invalid.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidNodeType">
            <summary>'{0}' is an invalid XmlNodeType.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidPIName">
            <summary>'{0}' is an invalid name for processing instructions.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidXmlSpace">
            <summary>'{0}' is an invalid xml:space value.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidVersionNumber">
            <summary>Version number '{0}' is invalid.</summary>
        </member>
        <member name="P:ResXml.Xml_DupAttributeName">
            <summary>'{0}' is a duplicate attribute name.</summary>
        </member>
        <member name="P:ResXml.Xml_BadDTDLocation">
            <summary>Unexpected DTD declaration.</summary>
        </member>
        <member name="P:ResXml.Xml_ElementNotFound">
            <summary>Element '{0}' was not found.</summary>
        </member>
        <member name="P:ResXml.Xml_ElementNotFoundNs">
            <summary>Element '{0}' with namespace name '{1}' was not found.</summary>
        </member>
        <member name="P:ResXml.Xml_PartialContentNodeTypeNotSupportedEx">
            <summary>XmlNodeType {0} is not supported for partial content parsing.</summary>
        </member>
        <member name="P:ResXml.Xml_MultipleDTDsProvided">
            <summary>Cannot have multiple DTDs.</summary>
        </member>
        <member name="P:ResXml.Xml_CanNotBindToReservedNamespace">
            <summary>Cannot bind to the reserved namespace.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidCharacter">
            <summary>'{0}', hexadecimal value {1}, is an invalid character.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidBinHexValue">
            <summary>'{0}' is not a valid BinHex text sequence.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidBinHexValueOddCount">
            <summary>'{0}' is not a valid BinHex text sequence. The sequence must contain an even number of characters.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidTextDecl">
            <summary>Invalid text declaration.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidBase64Value">
            <summary>'{0}' is not a valid Base64 text sequence.</summary>
        </member>
        <member name="P:ResXml.Xml_UndeclaredEntity">
            <summary>Reference to undeclared entity '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_RecursiveParEntity">
            <summary>Parameter entity '{0}' references itself.</summary>
        </member>
        <member name="P:ResXml.Xml_RecursiveGenEntity">
            <summary>General entity '{0}' references itself.</summary>
        </member>
        <member name="P:ResXml.Xml_ExternalEntityInAttValue">
            <summary>External entity '{0}' reference cannot appear in the attribute value.</summary>
        </member>
        <member name="P:ResXml.Xml_UnparsedEntityRef">
            <summary>Reference to unparsed entity '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_NotSameNametable">
            <summary>Not the same name table.</summary>
        </member>
        <member name="P:ResXml.Xml_NametableMismatch">
            <summary>XmlReaderSettings.XmlNameTable must be the same name table as in XmlParserContext.NameTable or XmlParserContext.NamespaceManager.NameTable, or it must be null.</summary>
        </member>
        <member name="P:ResXml.Xml_BadNamespaceDecl">
            <summary>Invalid namespace declaration.</summary>
        </member>
        <member name="P:ResXml.Xml_ErrorParsingEntityName">
            <summary>An error occurred while parsing EntityName.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidNmToken">
            <summary>Invalid NmToken value '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_EntityRefNesting">
            <summary>Entity replacement text must nest properly within markup declarations.</summary>
        </member>
        <member name="P:ResXml.Xml_CannotResolveEntity">
            <summary>Cannot resolve entity reference '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_CannotResolveEntityDtdIgnored">
            <summary>Cannot resolve entity reference '{0}' because the DTD has been ignored. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.</summary>
        </member>
        <member name="P:ResXml.Xml_CannotResolveExternalSubset">
            <summary>Cannot resolve external DTD subset - public ID = '{0}', system ID = '{1}'.</summary>
        </member>
        <member name="P:ResXml.Xml_CannotResolveUrl">
            <summary>Cannot resolve '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_CDATAEndInText">
            <summary>']]&gt;' is not allowed in character data.</summary>
        </member>
        <member name="P:ResXml.Xml_ExternalEntityInStandAloneDocument">
            <summary>Standalone document declaration must have a value of 'no' because an external entity '{0}' is referenced.</summary>
        </member>
        <member name="P:ResXml.Xml_DtdAfterRootElement">
            <summary>DTD must be defined before the document root element.</summary>
        </member>
        <member name="P:ResXml.Xml_ReadOnlyProperty">
            <summary>The '{0}' property is read only and cannot be set.</summary>
        </member>
        <member name="P:ResXml.Xml_DtdIsProhibited">
            <summary>DTD is prohibited in this XML document.</summary>
        </member>
        <member name="P:ResXml.Xml_DtdIsProhibitedEx">
            <summary>For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.</summary>
        </member>
        <member name="P:ResXml.Xml_ReadSubtreeNotOnElement">
            <summary>ReadSubtree() can be called only if the reader is on an element node.</summary>
        </member>
        <member name="P:ResXml.Xml_DtdNotAllowedInFragment">
            <summary>DTD is not allowed in XML fragments.</summary>
        </member>
        <member name="P:ResXml.Xml_CannotStartDocumentOnFragment">
            <summary>WriteStartDocument cannot be called on writers created with ConformanceLevel.Fragment.</summary>
        </member>
        <member name="P:ResXml.Xml_ErrorOpeningExternalDtd">
            <summary>An error has occurred while opening external DTD '{0}': {1}</summary>
        </member>
        <member name="P:ResXml.Xml_ErrorOpeningExternalEntity">
            <summary>An error has occurred while opening external entity '{0}': {1}</summary>
        </member>
        <member name="P:ResXml.Xml_ReadBinaryContentNotSupported">
            <summary>{0} method is not supported on this XmlReader. Use CanReadBinaryContent property to find out if a reader implements it.</summary>
        </member>
        <member name="P:ResXml.Xml_ReadValueChunkNotSupported">
            <summary>ReadValueChunk method is not supported on this XmlReader. Use CanReadValueChunk property to find out if an XmlReader implements it.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidReadContentAs">
            <summary>The {0} method is not supported on node type {1}. If you want to read typed content of an element, use the ReadElementContentAs method.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidReadElementContentAs">
            <summary>The {0} method is not supported on node type {1}.</summary>
        </member>
        <member name="P:ResXml.Xml_MixedReadElementContentAs">
            <summary>ReadElementContentAs() methods cannot be called on an element that has child elements.</summary>
        </member>
        <member name="P:ResXml.Xml_MixingReadValueChunkWithBinary">
            <summary>ReadValueChunk calls cannot be mixed with ReadContentAsBase64 or ReadContentAsBinHex.</summary>
        </member>
        <member name="P:ResXml.Xml_MixingBinaryContentMethods">
            <summary>ReadContentAsBase64 and ReadContentAsBinHex method calls cannot be mixed with calls to ReadElementContentAsBase64 and ReadElementContentAsBinHex.</summary>
        </member>
        <member name="P:ResXml.Xml_MixingV1StreamingWithV2Binary">
            <summary>ReadContentAsBase64 and ReadContentAsBinHex method calls cannot be mixed with calls to ReadChars, ReadBase64, and ReadBinHex.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidReadValueChunk">
            <summary>The ReadValueAsChunk method is not supported on node type {0}.</summary>
        </member>
        <member name="P:ResXml.Xml_ReadContentAsFormatException">
            <summary>Content cannot be converted to the type {0}.</summary>
        </member>
        <member name="P:ResXml.Xml_DoubleBaseUri">
            <summary>BaseUri must be specified either as an argument of XmlReader.Create or on the XmlParserContext. If it is specified on both, it must be the same base URI.</summary>
        </member>
        <member name="P:ResXml.Xml_NotEnoughSpaceForSurrogatePair">
            <summary>The buffer is not large enough to fit a surrogate pair. Please provide a buffer of size at least 2 characters.</summary>
        </member>
        <member name="P:ResXml.Xml_EmptyUrl">
            <summary>The URL cannot be empty.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedNodeInSimpleContent">
            <summary>Unexpected node type {0}. {1} method can only be called on elements with simple or empty content.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidWhitespaceCharacter">
            <summary>The Whitespace or SignificantWhitespace node can contain only XML white space characters. '{0}' is not an XML white space character.</summary>
        </member>
        <member name="P:ResXml.Xml_IncompatibleConformanceLevel">
            <summary>Cannot change conformance checking to {0}. Make sure the ConformanceLevel in XmlReaderSettings is set to Auto for wrapping scenarios.</summary>
        </member>
        <member name="P:ResXml.Xml_LimitExceeded">
            <summary>The input document has exceeded a limit set by {0}.</summary>
        </member>
        <member name="P:ResXml.Xml_ClosedOrErrorReader">
            <summary>The XmlReader is closed or in error state.</summary>
        </member>
        <member name="P:ResXml.Xml_CharEntityOverflow">
            <summary>Invalid value of a character entity reference.</summary>
        </member>
        <member name="P:ResXml.Xml_BadNameCharWithPos">
            <summary>The '{0}' character, hexadecimal value {1}, at position {2} within the name, cannot be included in a name.</summary>
        </member>
        <member name="P:ResXml.Xml_XmlnsBelongsToReservedNs">
            <summary>The 'xmlns' attribute is bound to the reserved namespace 'http://www.w3.org/2000/xmlns/'.</summary>
        </member>
        <member name="P:ResXml.Xml_UndeclaredParEntity">
            <summary>Reference to undeclared parameter entity '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidXmlDocument">
            <summary>Invalid XML document. {0}</summary>
        </member>
        <member name="P:ResXml.Xml_NoDTDPresent">
            <summary>No DTD found.</summary>
        </member>
        <member name="P:ResXml.Xml_MultipleValidaitonTypes">
            <summary>Unsupported combination of validation types.</summary>
        </member>
        <member name="P:ResXml.Xml_NoValidation">
            <summary>No validation occurred.</summary>
        </member>
        <member name="P:ResXml.Xml_WhitespaceHandling">
            <summary>Expected WhitespaceHandling.None, or WhitespaceHandling.All, or WhitespaceHandling.Significant.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidResetStateCall">
            <summary>Cannot call ResetState when parsing an XML fragment.</summary>
        </member>
        <member name="P:ResXml.Xml_EntityHandling">
            <summary>Expected EntityHandling.ExpandEntities or EntityHandling.ExpandCharEntities.</summary>
        </member>
        <member name="P:ResXml.Xml_AttlistDuplEnumValue">
            <summary>'{0}' is a duplicate enumeration value.</summary>
        </member>
        <member name="P:ResXml.Xml_AttlistDuplNotationValue">
            <summary>'{0}' is a duplicate notation value.</summary>
        </member>
        <member name="P:ResXml.Xml_EncodingSwitchAfterResetState">
            <summary>'{0}' is an invalid value for the 'encoding' attribute. The encoding cannot be switched after a call to ResetState.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedNodeType">
            <summary>Unexpected XmlNodeType: '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidConditionalSection">
            <summary>A conditional section is not allowed in an internal subset.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedCDataEnd">
            <summary>']]&gt;' is not expected.</summary>
        </member>
        <member name="P:ResXml.Xml_UnclosedConditionalSection">
            <summary>There is an unclosed conditional section.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectDtdMarkup">
            <summary>Expected DTD markup was not found.</summary>
        </member>
        <member name="P:ResXml.Xml_IncompleteDtdContent">
            <summary>Incomplete DTD content.</summary>
        </member>
        <member name="P:ResXml.Xml_EnumerationRequired">
            <summary>Enumeration data type required.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidContentModel">
            <summary>Invalid content model.</summary>
        </member>
        <member name="P:ResXml.Xml_FragmentId">
            <summary>Fragment identifier '{0}' cannot be part of the system identifier '{1}'.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectPcData">
            <summary>Expecting 'PCDATA'.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectNoWhitespace">
            <summary>White space not allowed before '?', '*', or '+'.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectOp">
            <summary>Expecting '?', '*', or '+'.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidAttributeType">
            <summary>'{0}' is an invalid attribute type.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidAttributeType1">
            <summary>Invalid attribute type.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectAttType">
            <summary>Expecting an attribute type.</summary>
        </member>
        <member name="P:ResXml.Xml_ColonInLocalName">
            <summary>'{0}' is an unqualified name and cannot contain the character ':'.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidParEntityRef">
            <summary>A parameter entity reference is not allowed in internal markup.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectSubOrClose">
            <summary>Expecting an internal subset or the end of the DOCTYPE declaration.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectExternalOrPublicId">
            <summary>Expecting a system identifier or a public identifier.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectExternalIdOrEntityValue">
            <summary>Expecting an external identifier or an entity value.</summary>
        </member>
        <member name="P:ResXml.Xml_ExpectIgnoreOrInclude">
            <summary>Conditional sections must specify the keyword 'IGNORE' or 'INCLUDE'.</summary>
        </member>
        <member name="P:ResXml.Xml_UnsupportedClass">
            <summary>Object type is not supported.</summary>
        </member>
        <member name="P:ResXml.Xml_NullResolver">
            <summary>Resolving of external URIs was prohibited.</summary>
        </member>
        <member name="P:ResXml.Xml_RelativeUriNotSupported">
            <summary>Relative URIs are not supported.</summary>
        </member>
        <member name="P:ResXml.Xml_UntrustedCodeSettingResolver">
            <summary>XmlResolver can be set only by fully trusted code.</summary>
        </member>
        <member name="P:ResXml.Xml_WriterAsyncNotSetException">
            <summary>Set XmlWriterSettings.Async to true if you want to use Async Methods.</summary>
        </member>
        <member name="P:ResXml.Xml_PrefixForEmptyNs">
            <summary>Cannot use a prefix with an empty namespace.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidCommentChars">
            <summary>An XML comment cannot contain '--', and '-' cannot be the last character.</summary>
        </member>
        <member name="P:ResXml.Xml_UndefNamespace">
            <summary>The '{0}' namespace is not defined.</summary>
        </member>
        <member name="P:ResXml.Xml_EmptyName">
            <summary>The empty string '' is not a valid name.</summary>
        </member>
        <member name="P:ResXml.Xml_EmptyLocalName">
            <summary>The empty string '' is not a valid local name.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidNameCharsDetail">
            <summary>Invalid name character in '{0}'. The '{1}' character, hexadecimal value {2}, cannot be included in a name.</summary>
        </member>
        <member name="P:ResXml.Xml_NoStartTag">
            <summary>There was no XML start tag open.</summary>
        </member>
        <member name="P:ResXml.Xml_ClosedOrError">
            <summary>The Writer is closed or in error state.</summary>
        </member>
        <member name="P:ResXml.Xml_WrongToken">
            <summary>Token {0} in state {1} would result in an invalid XML document.</summary>
        </member>
        <member name="P:ResXml.Xml_XmlPrefix">
            <summary>Prefix "xml" is reserved for use by XML and can be mapped only to namespace name "http://www.w3.org/XML/1998/namespace".</summary>
        </member>
        <member name="P:ResXml.Xml_XmlnsPrefix">
            <summary>Prefix "xmlns" is reserved for use by XML.</summary>
        </member>
        <member name="P:ResXml.Xml_NamespaceDeclXmlXmlns">
            <summary>Prefix '{0}' cannot be mapped to namespace name reserved for "xml" or "xmlns".</summary>
        </member>
        <member name="P:ResXml.Xml_NonWhitespace">
            <summary>Only white space characters should be used.</summary>
        </member>
        <member name="P:ResXml.Xml_DupXmlDecl">
            <summary>Cannot write XML declaration. WriteStartDocument method has already written it.</summary>
        </member>
        <member name="P:ResXml.Xml_CannotWriteXmlDecl">
            <summary>Cannot write XML declaration. XML declaration can be only at the beginning of the document.</summary>
        </member>
        <member name="P:ResXml.Xml_NoRoot">
            <summary>Document does not have a root element.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidPosition">
            <summary>The current position on the Reader is neither an element nor an attribute.</summary>
        </member>
        <member name="P:ResXml.Xml_IncompleteEntity">
            <summary>Incomplete entity contents.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidSurrogateHighChar">
            <summary>Invalid high surrogate character (0x{0}). A high surrogate character must have a value from range (0xD800 - 0xDBFF).</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidSurrogateMissingLowChar">
            <summary>The surrogate pair is invalid. Missing a low surrogate character.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidSurrogatePairWithArgs">
            <summary>The surrogate pair (0x{0}, 0x{1}) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF).</summary>
        </member>
        <member name="P:ResXml.Xml_RedefinePrefix">
            <summary>The prefix '{0}' cannot be redefined from '{1}' to '{2}' within the same start element tag.</summary>
        </member>
        <member name="P:ResXml.Xml_DtdAlreadyWritten">
            <summary>The DTD has already been written out.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidCharsInIndent">
            <summary>XmlWriterSettings.{0} can contain only valid XML text content characters when XmlWriterSettings.CheckCharacters is true. {1}</summary>
        </member>
        <member name="P:ResXml.Xml_IndentCharsNotWhitespace">
            <summary>XmlWriterSettings.{0} can contain only valid XML white space characters when XmlWriterSettings.CheckCharacters and XmlWriterSettings.NewLineOnAttributes are true.</summary>
        </member>
        <member name="P:ResXml.Xml_ConformanceLevelFragment">
            <summary>Make sure that the ConformanceLevel setting is set to ConformanceLevel.Fragment or ConformanceLevel.Auto if you want to write an XML fragment.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidQuote">
            <summary>Invalid XML attribute quote character. Valid attribute quote characters are ' and ".</summary>
        </member>
        <member name="P:ResXml.Xml_UndefPrefix">
            <summary>An undefined prefix is in use.</summary>
        </member>
        <member name="P:ResXml.Xml_NoNamespaces">
            <summary>Cannot set the namespace if Namespaces is 'false'.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidCDataChars">
            <summary>Cannot have ']]&gt;' inside an XML CDATA block.</summary>
        </member>
        <member name="P:ResXml.Xml_NotTheFirst">
            <summary>WriteStartDocument needs to be the first call.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidPiChars">
            <summary>Cannot have '?&gt;' inside an XML processing instruction.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidNameChars">
            <summary>Invalid name character in '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_Closed">
            <summary>The Writer is closed.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidPrefix">
            <summary>Prefixes beginning with "xml" (regardless of whether the characters are uppercase, lowercase, or some combination thereof) are reserved for use by XML.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidIndentation">
            <summary>Indentation value must be greater than 0.</summary>
        </member>
        <member name="P:ResXml.Xml_NotInWriteState">
            <summary>NotInWriteState.</summary>
        </member>
        <member name="P:ResXml.Xml_SurrogatePairSplit">
            <summary>The second character surrogate pair is not in the input buffer to be written.</summary>
        </member>
        <member name="P:ResXml.Xml_NoMultipleRoots">
            <summary>Document cannot have multiple document elements.</summary>
        </member>
        <member name="P:ResXml.XmlBadName">
            <summary>A node of type '{0}' cannot have the name '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlNoNameAllowed">
            <summary>A node of type '{0}' cannot have a name.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_BadUri">
            <summary>The string was not recognized as a valid Uri.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_BadFormat">
            <summary>The string '{0}' is not a valid {1} value.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_Overflow">
            <summary>Value '{0}' was either too large or too small for {1}.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_TypeBadMapping">
            <summary>Xml type '{0}' does not support Clr type '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_TypeBadMapping2">
            <summary>Xml type '{0}' does not support a conversion from Clr type '{1}' to Clr type '{2}'.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_TypeListBadMapping">
            <summary>Xml type 'List of {0}' does not support Clr type '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_TypeListBadMapping2">
            <summary>Xml type 'List of {0}' does not support a conversion from Clr type '{1}' to Clr type '{2}'.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_TypeToString">
            <summary>Xml type '{0}' cannot convert from Clr type '{1}' unless the destination type is String or XmlAtomicValue.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_TypeFromString">
            <summary>Xml type '{0}' cannot convert to Clr type '{1}' unless the source value is a String or an XmlAtomicValue.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_TypeNoPrefix">
            <summary>The QName '{0}' cannot be represented as a String.  A prefix for namespace '{1}' cannot be found.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_TypeNoNamespace">
            <summary>The String '{0}' cannot be represented as an XmlQualifiedName.  A namespace for prefix '{1}' cannot be found.</summary>
        </member>
        <member name="P:ResXml.XmlConvert_NotOneCharString">
            <summary>String must be exactly one character long.</summary>
        </member>
        <member name="P:ResXml.Sch_ParEntityRefNesting">
            <summary>The parameter entity replacement text must nest properly within markup declarations.</summary>
        </member>
        <member name="P:ResXml.Sch_NotTokenString">
            <summary>line-feed (#xA) or tab (#x9) characters, leading or trailing spaces and sequences of one or more spaces (#x20) are not allowed in 'xs:token'.</summary>
        </member>
        <member name="P:ResXml.Sch_XsdDateTimeCompare">
            <summary>Cannot compare '{0}' and '{1}'.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidDateTimeOption">
            <summary>The '{0}' value for the 'dateTimeOption' parameter is not an allowed value for the 'XmlDateTimeSerializationMode' enumeration.</summary>
        </member>
        <member name="P:ResXml.Sch_StandAloneNormalization">
            <summary>StandAlone is 'yes' and the value of the attribute '{0}' contains a definition in an external document that changes on normalization.</summary>
        </member>
        <member name="P:ResXml.Sch_UnSpecifiedDefaultAttributeInExternalStandalone">
            <summary>Markup for unspecified default attribute '{0}' is external and standalone='yes'.</summary>
        </member>
        <member name="P:ResXml.Sch_DefaultException">
            <summary>A schema error occurred.</summary>
        </member>
        <member name="P:ResXml.Sch_DupElementDecl">
            <summary>The '{0}' element has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_IdAttrDeclared">
            <summary>The attribute of type ID is already declared on the '{0}' element.</summary>
        </member>
        <member name="P:ResXml.Sch_RootMatchDocType">
            <summary>Root element name must match the DocType name.</summary>
        </member>
        <member name="P:ResXml.Sch_DupId">
            <summary>'{0}' is already used as an ID.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredElement">
            <summary>The '{0}' element is not declared.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredAttribute">
            <summary>The '{0}' attribute is not declared.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredNotation">
            <summary>The '{0}' notation is not declared.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredId">
            <summary>Reference to undeclared ID is '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_SchemaRootExpected">
            <summary>Expected schema root. Make sure the root element is &lt;schema&gt; and the namespace is 'http://www.w3.org/2001/XMLSchema' for an XSD schema or 'urn:schemas-microsoft-com:xml-data' for an XDR schema.</summary>
        </member>
        <member name="P:ResXml.Sch_XSDSchemaRootExpected">
            <summary>The root element of a W3C XML Schema should be &lt;schema&gt; and its namespace should be 'http://www.w3.org/2001/XMLSchema'.</summary>
        </member>
        <member name="P:ResXml.Sch_UnsupportedAttribute">
            <summary>The '{0}' attribute is not supported in this context.</summary>
        </member>
        <member name="P:ResXml.Sch_UnsupportedElement">
            <summary>The '{0}' element is not supported in this context.</summary>
        </member>
        <member name="P:ResXml.Sch_MissAttribute">
            <summary>The '{0}' attribute is either invalid or missing.</summary>
        </member>
        <member name="P:ResXml.Sch_AnnotationLocation">
            <summary>The 'annotation' element cannot appear at this location.</summary>
        </member>
        <member name="P:ResXml.Sch_DataTypeTextOnly">
            <summary>Content must be "textOnly" when using DataType on an ElementType.</summary>
        </member>
        <member name="P:ResXml.Sch_UnknownModel">
            <summary>The model attribute must have a value of open or closed, not '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_UnknownOrder">
            <summary>The order attribute must have a value of 'seq', 'one', or 'many', not '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_UnknownContent">
            <summary>The content attribute must have a value of 'textOnly', 'eltOnly', 'mixed', or 'empty', not '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_UnknownRequired">
            <summary>The required attribute must have a value of yes or no.</summary>
        </member>
        <member name="P:ResXml.Sch_UnknownDtType">
            <summary>Reference to an unknown data type, '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_MixedMany">
            <summary>The order must be many when content is mixed.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupDisabled">
            <summary>The group is not allowed when ElementType has empty or textOnly content.</summary>
        </member>
        <member name="P:ResXml.Sch_MissDtvalue">
            <summary>The DataType value cannot be empty.</summary>
        </member>
        <member name="P:ResXml.Sch_MissDtvaluesAttribute">
            <summary>The dt:values attribute is missing.</summary>
        </member>
        <member name="P:ResXml.Sch_DupDtType">
            <summary>Data type has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupAttribute">
            <summary>The '{0}' attribute has already been declared for this ElementType.</summary>
        </member>
        <member name="P:ResXml.Sch_RequireEnumeration">
            <summary>Data type should be enumeration when the values attribute is present.</summary>
        </member>
        <member name="P:ResXml.Sch_DefaultIdValue">
            <summary>An attribute or element of type xs:ID or derived from xs:ID, should not have a value constraint.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementNotAllowed">
            <summary>Element is not allowed when the content is empty or textOnly.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementMissing">
            <summary>There is a missing element.</summary>
        </member>
        <member name="P:ResXml.Sch_ManyMaxOccurs">
            <summary>When the order is many, the maxOccurs attribute must have a value of '*'.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxOccursInvalid">
            <summary>The maxOccurs attribute must have a value of 1 or *.</summary>
        </member>
        <member name="P:ResXml.Sch_MinOccursInvalid">
            <summary>The minOccurs attribute must have a value of 0 or 1.</summary>
        </member>
        <member name="P:ResXml.Sch_DtMaxLengthInvalid">
            <summary>The value '{0}' is invalid for dt:maxLength.</summary>
        </member>
        <member name="P:ResXml.Sch_DtMinLengthInvalid">
            <summary>The value '{0}' is invalid for dt:minLength.</summary>
        </member>
        <member name="P:ResXml.Sch_DupDtMaxLength">
            <summary>The value of maxLength has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupDtMinLength">
            <summary>The value of minLength has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DtMinMaxLength">
            <summary>The maxLength value must be equal to or greater than the minLength value.</summary>
        </member>
        <member name="P:ResXml.Sch_DupElement">
            <summary>The '{0}' element already exists in the content model.</summary>
        </member>
        <member name="P:ResXml.Sch_DupGroupParticle">
            <summary>The content model can only have one of the following; 'all', 'choice', or 'sequence'.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidValue">
            <summary>The value '{0}' is invalid according to its data type.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidValueDetailed">
            <summary>The value '{0}' is invalid according to its schema type '{1}' - {2}</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidValueDetailedAttribute">
            <summary>The attribute '{0}' has an invalid value '{1}' according to its schema type '{2}' - {3}</summary>
        </member>
        <member name="P:ResXml.Sch_MissRequiredAttribute">
            <summary>The required attribute '{0}' is missing.</summary>
        </member>
        <member name="P:ResXml.Sch_FixedAttributeValue">
            <summary>The value of the '{0}' attribute does not equal its fixed value.</summary>
        </member>
        <member name="P:ResXml.Sch_FixedElementValue">
            <summary>The value of the '{0}' element does not equal its fixed value.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeValueDataTypeDetailed">
            <summary>The '{0}' attribute is invalid - The value '{1}' is invalid according to its datatype '{2}' - {3}</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeDefaultDataType">
            <summary>The default value of '{0}' attribute is invalid according to its datatype.</summary>
        </member>
        <member name="P:ResXml.Sch_IncludeLocation">
            <summary>The 'include' element cannot appear at this location.</summary>
        </member>
        <member name="P:ResXml.Sch_ImportLocation">
            <summary>The 'import' element cannot appear at this location.</summary>
        </member>
        <member name="P:ResXml.Sch_RedefineLocation">
            <summary>The 'redefine' element cannot appear at this location.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidBlockDefaultValue">
            <summary>The values 'list' and 'union' are invalid for the blockDefault attribute.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidFinalDefaultValue">
            <summary>The value 'substitution' is invalid for the finalDefault attribute.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementBlockValue">
            <summary>The values 'list' and 'union' are invalid for the block attribute on element.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementFinalValue">
            <summary>The values 'substitution', 'list', and 'union' are invalid for the final attribute on element.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidSimpleTypeFinalValue">
            <summary>The values 'substitution' and 'extension' are invalid for the final attribute on simpleType.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidComplexTypeBlockValue">
            <summary>The values 'substitution', 'list', and 'union' are invalid for the block attribute on complexType.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidComplexTypeFinalValue">
            <summary>The values 'substitution', 'list', and 'union' are invalid for the final attribute on complexType.</summary>
        </member>
        <member name="P:ResXml.Sch_DupIdentityConstraint">
            <summary>The identity constraint '{0}' has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupGlobalElement">
            <summary>The global element '{0}' has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupGlobalAttribute">
            <summary>The global attribute '{0}' has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupSimpleType">
            <summary>The simpleType '{0}' has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupComplexType">
            <summary>The complexType '{0}' has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupGroup">
            <summary>The group '{0}' has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupAttributeGroup">
            <summary>The attributeGroup '{0}' has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DupNotation">
            <summary>The notation '{0}' has already been declared.</summary>
        </member>
        <member name="P:ResXml.Sch_DefaultFixedAttributes">
            <summary>The fixed and default attributes cannot both be present.</summary>
        </member>
        <member name="P:ResXml.Sch_FixedInRef">
            <summary>The fixed value constraint on the '{0}' attribute reference must match the fixed value constraint on the declaration.</summary>
        </member>
        <member name="P:ResXml.Sch_FixedDefaultInRef">
            <summary>The default value constraint cannot be present on the '{0}' attribute reference if the fixed value constraint is present on the declaration.</summary>
        </member>
        <member name="P:ResXml.Sch_DupXsdElement">
            <summary>'{0}' is a duplicate XSD element.</summary>
        </member>
        <member name="P:ResXml.Sch_ForbiddenAttribute">
            <summary>The '{0}' attribute cannot be present.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeIgnored">
            <summary>The '{0}' attribute is ignored, because the value of 'prohibited' for attribute use only prevents inheritance of an identically named attribute from the base type definition.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementRef">
            <summary>When the ref attribute is present, the type attribute and complexType, simpleType, key, keyref, and unique elements cannot be present.</summary>
        </member>
        <member name="P:ResXml.Sch_TypeMutualExclusive">
            <summary>The type attribute cannot be present with either simpleType or complexType.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementNameRef">
            <summary>For element declaration, either the name or the ref attribute must be present.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeNameRef">
            <summary>For attribute '{0}', either the name or the ref attribute must be present, but not both.</summary>
        </member>
        <member name="P:ResXml.Sch_TextNotAllowed">
            <summary>The following text is not allowed in this context: '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredType">
            <summary>Type '{0}' is not declared.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredSimpleType">
            <summary>Type '{0}' is not declared, or is not a simple type.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredEquivClass">
            <summary>Substitution group refers to '{0}', an undeclared element.</summary>
        </member>
        <member name="P:ResXml.Sch_AttListPresence">
            <summary>An attribute of type ID must have a declared default of either #IMPLIED or #REQUIRED.</summary>
        </member>
        <member name="P:ResXml.Sch_NotationValue">
            <summary>'{0}' is not in the notation list.</summary>
        </member>
        <member name="P:ResXml.Sch_EnumerationValue">
            <summary>'{0}' is not in the enumeration list.</summary>
        </member>
        <member name="P:ResXml.Sch_EmptyAttributeValue">
            <summary>The attribute value cannot be empty.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidLanguageId">
            <summary>'{0}' is an invalid language identifier.</summary>
        </member>
        <member name="P:ResXml.Sch_XmlSpace">
            <summary>Invalid xml:space syntax.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidXsdAttributeValue">
            <summary>'{1}' is an invalid value for the '{0}' attribute.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidXsdAttributeDatatypeValue">
            <summary>The value for the '{0}' attribute is invalid - {1}</summary>
        </member>
        <member name="P:ResXml.Sch_ElementValueDataTypeDetailed">
            <summary>The '{0}' element is invalid - The value '{1}' is invalid according to its datatype '{2}' - {3}</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementDefaultValue">
            <summary>The default value '{0}' of element '{1}' is invalid according to the type specified by xsi:type.</summary>
        </member>
        <member name="P:ResXml.Sch_NonDeterministic">
            <summary>Multiple definition of element '{0}' causes the content model to become ambiguous. A content model must be formed such that during validation of an element information item sequence, the particle contained directly, indirectly or implicitly therein with wh ...</summary>
        </member>
        <member name="P:ResXml.Sch_NonDeterministicAnyEx">
            <summary>Wildcard '{0}' allows element '{1}', and causes the content model to become ambiguous. A content model must be formed such that during validation of an element information item sequence, the particle contained directly, indirectly or implicitly therein wit ...</summary>
        </member>
        <member name="P:ResXml.Sch_NonDeterministicAnyAny">
            <summary>Wildcards '{0}' and '{1}' have not empty intersection, and causes the content model to become ambiguous. A content model must be formed such that during validation of an element information item sequence, the particle contained directly, indirectly or impl ...</summary>
        </member>
        <member name="P:ResXml.Sch_StandAlone">
            <summary>The standalone document declaration must have a value of 'no'.</summary>
        </member>
        <member name="P:ResXml.Sch_XmlNsAttribute">
            <summary>The value 'xmlns' cannot be used as the name of an attribute declaration.</summary>
        </member>
        <member name="P:ResXml.Sch_AllElement">
            <summary>Element '{0}' cannot appear more than once if content model type is "all".</summary>
        </member>
        <member name="P:ResXml.Sch_MismatchTargetNamespaceInclude">
            <summary>The targetNamespace '{0}' of included/redefined schema should be the same as the targetNamespace '{1}' of the including schema.</summary>
        </member>
        <member name="P:ResXml.Sch_MismatchTargetNamespaceImport">
            <summary>The namespace attribute '{0}' of an import should be the same value as the targetNamespace '{1}' of the imported schema.</summary>
        </member>
        <member name="P:ResXml.Sch_MismatchTargetNamespaceEx">
            <summary>The targetNamespace parameter '{0}' should be the same value as the targetNamespace '{1}' of the schema.</summary>
        </member>
        <member name="P:ResXml.Sch_XsiTypeNotFound">
            <summary>This is an invalid xsi:type '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_XsiTypeAbstract">
            <summary>The xsi:type '{0}' cannot be abstract.</summary>
        </member>
        <member name="P:ResXml.Sch_ListFromNonatomic">
            <summary>A list data type must be derived from an atomic or union data type.</summary>
        </member>
        <member name="P:ResXml.Sch_UnionFromUnion">
            <summary>It is an error if a union type has a member with variety union and this member cannot be substituted with its own members. This may be due to the fact that the union member is a restriction of a union with facets.</summary>
        </member>
        <member name="P:ResXml.Sch_DupLengthFacet">
            <summary>This is a duplicate Length constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupMinLengthFacet">
            <summary>This is a duplicate MinLength constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupMaxLengthFacet">
            <summary>This is a duplicate MaxLength constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupWhiteSpaceFacet">
            <summary>This is a duplicate WhiteSpace constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupMaxInclusiveFacet">
            <summary>This is a duplicate MaxInclusive constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupMaxExclusiveFacet">
            <summary>This is a duplicate MaxExclusive constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupMinInclusiveFacet">
            <summary>This is a duplicate MinInclusive constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupMinExclusiveFacet">
            <summary>This is a duplicate MinExclusive constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupTotalDigitsFacet">
            <summary>This is a duplicate TotalDigits constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_DupFractionDigitsFacet">
            <summary>This is a duplicate FractionDigits constraining facet.</summary>
        </member>
        <member name="P:ResXml.Sch_LengthFacetProhibited">
            <summary>The length constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_MinLengthFacetProhibited">
            <summary>The MinLength constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxLengthFacetProhibited">
            <summary>The MaxLength constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_PatternFacetProhibited">
            <summary>The Pattern constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_EnumerationFacetProhibited">
            <summary>The Enumeration constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_WhiteSpaceFacetProhibited">
            <summary>The WhiteSpace constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxInclusiveFacetProhibited">
            <summary>The MaxInclusive constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxExclusiveFacetProhibited">
            <summary>The MaxExclusive constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_MinInclusiveFacetProhibited">
            <summary>The MinInclusive constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_MinExclusiveFacetProhibited">
            <summary>The MinExclusive constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_TotalDigitsFacetProhibited">
            <summary>The TotalDigits constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_FractionDigitsFacetProhibited">
            <summary>The FractionDigits constraining facet is prohibited for '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_LengthFacetInvalid">
            <summary>The Length constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_MinLengthFacetInvalid">
            <summary>The MinLength constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_MaxLengthFacetInvalid">
            <summary>The MaxLength constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_MaxInclusiveFacetInvalid">
            <summary>The MaxInclusive constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_MaxExclusiveFacetInvalid">
            <summary>The MaxExclusive constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_MinInclusiveFacetInvalid">
            <summary>The MinInclusive constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_MinExclusiveFacetInvalid">
            <summary>The MinExclusive constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_TotalDigitsFacetInvalid">
            <summary>The TotalDigits constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_FractionDigitsFacetInvalid">
            <summary>The FractionDigits constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_PatternFacetInvalid">
            <summary>The Pattern constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_EnumerationFacetInvalid">
            <summary>The Enumeration constraining facet is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidWhiteSpace">
            <summary>The white space character, '{0}', is invalid.</summary>
        </member>
        <member name="P:ResXml.Sch_UnknownFacet">
            <summary>This is an unknown facet.</summary>
        </member>
        <member name="P:ResXml.Sch_LengthAndMinMax">
            <summary>It is an error for both length and minLength or maxLength to be present.</summary>
        </member>
        <member name="P:ResXml.Sch_MinLengthGtMaxLength">
            <summary>MinLength is greater than MaxLength.</summary>
        </member>
        <member name="P:ResXml.Sch_FractionDigitsGtTotalDigits">
            <summary>FractionDigits is greater than TotalDigits.</summary>
        </member>
        <member name="P:ResXml.Sch_LengthConstraintFailed">
            <summary>The actual length is not equal to the specified length.</summary>
        </member>
        <member name="P:ResXml.Sch_MinLengthConstraintFailed">
            <summary>The actual length is less than the MinLength value.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxLengthConstraintFailed">
            <summary>The actual length is greater than the MaxLength value.</summary>
        </member>
        <member name="P:ResXml.Sch_PatternConstraintFailed">
            <summary>The Pattern constraint failed.</summary>
        </member>
        <member name="P:ResXml.Sch_EnumerationConstraintFailed">
            <summary>The Enumeration constraint failed.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxInclusiveConstraintFailed">
            <summary>The MaxInclusive constraint failed.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxExclusiveConstraintFailed">
            <summary>The MaxExclusive constraint failed.</summary>
        </member>
        <member name="P:ResXml.Sch_MinInclusiveConstraintFailed">
            <summary>The MinInclusive constraint failed.</summary>
        </member>
        <member name="P:ResXml.Sch_MinExclusiveConstraintFailed">
            <summary>The MinExclusive constraint failed.</summary>
        </member>
        <member name="P:ResXml.Sch_TotalDigitsConstraintFailed">
            <summary>The TotalDigits constraint failed.</summary>
        </member>
        <member name="P:ResXml.Sch_FractionDigitsConstraintFailed">
            <summary>The FractionDigits constraint failed.</summary>
        </member>
        <member name="P:ResXml.Sch_UnionFailedEx">
            <summary>The value '{0}' is not valid according to any of the memberTypes of the union.</summary>
        </member>
        <member name="P:ResXml.Sch_NotationRequired">
            <summary>NOTATION cannot be used directly in a schema; only data types derived from NOTATION by specifying an enumeration value can be used in a schema. All enumeration facet values must match the name of a notation declared in the current schema.</summary>
        </member>
        <member name="P:ResXml.Sch_DupNotationAttribute">
            <summary>No element type can have more than one NOTATION attribute specified.</summary>
        </member>
        <member name="P:ResXml.Sch_MissingPublicSystemAttribute">
            <summary>NOTATION must have either the Public or System attribute present.</summary>
        </member>
        <member name="P:ResXml.Sch_NotationAttributeOnEmptyElement">
            <summary>An attribute of type NOTATION must not be declared on an element declared EMPTY.</summary>
        </member>
        <member name="P:ResXml.Sch_RefNotInScope">
            <summary>The Keyref '{0}' cannot find the referred key or unique in scope.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredIdentityConstraint">
            <summary>The '{0}' identity constraint is not declared.</summary>
        </member>
        <member name="P:ResXml.Sch_RefInvalidIdentityConstraint">
            <summary>Reference to an invalid identity constraint, '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_RefInvalidCardin">
            <summary>Keyref '{0}' has different cardinality as the referred key or unique element.</summary>
        </member>
        <member name="P:ResXml.Sch_ReftoKeyref">
            <summary>The '{0}' Keyref can refer to key or unique only.</summary>
        </member>
        <member name="P:ResXml.Sch_EmptyXPath">
            <summary>The XPath for selector or field cannot be empty.</summary>
        </member>
        <member name="P:ResXml.Sch_UnresolvedPrefix">
            <summary>The prefix '{0}' in XPath cannot be resolved.</summary>
        </member>
        <member name="P:ResXml.Sch_UnresolvedKeyref">
            <summary>The key sequence '{0}' in '{1}' Keyref fails to refer to some key.</summary>
        </member>
        <member name="P:ResXml.Sch_ICXpathError">
            <summary>'{0}' is an invalid XPath for selector or field.</summary>
        </member>
        <member name="P:ResXml.Sch_SelectorAttr">
            <summary>'{0}' is an invalid XPath for selector. Selector cannot have an XPath selection with an attribute node.</summary>
        </member>
        <member name="P:ResXml.Sch_FieldSimpleTypeExpected">
            <summary>The field '{0}' is expecting an element or attribute with simple type or simple content.</summary>
        </member>
        <member name="P:ResXml.Sch_FieldSingleValueExpected">
            <summary>The field '{0}' is expecting at the most one value.</summary>
        </member>
        <member name="P:ResXml.Sch_MissingKey">
            <summary>The identity constraint '{0}' validation has failed. Either a key is missing or the existing key has an empty node.</summary>
        </member>
        <member name="P:ResXml.Sch_DuplicateKey">
            <summary>There is a duplicate key sequence '{0}' for the '{1}' key or unique identity constraint.</summary>
        </member>
        <member name="P:ResXml.Sch_TargetNamespaceXsi">
            <summary>The target namespace of an attribute declaration, whether local or global, must not match http://www.w3.org/2001/XMLSchema-instance.</summary>
        </member>
        <member name="P:ResXml.Sch_UndeclaredEntity">
            <summary>Reference to an undeclared entity, '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_UnparsedEntityRef">
            <summary>Reference to an unparsed entity, '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxOccursInvalidXsd">
            <summary>The value for the 'maxOccurs' attribute must be xsd:nonNegativeInteger or 'unbounded'.</summary>
        </member>
        <member name="P:ResXml.Sch_MinOccursInvalidXsd">
            <summary>The value for the 'minOccurs' attribute must be xsd:nonNegativeInteger.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxInclusiveExclusive">
            <summary>'maxInclusive' and 'maxExclusive' cannot both be specified for the same data type.</summary>
        </member>
        <member name="P:ResXml.Sch_MinInclusiveExclusive">
            <summary>'minInclusive' and 'minExclusive' cannot both be specified for the same data type.</summary>
        </member>
        <member name="P:ResXml.Sch_MinInclusiveGtMaxInclusive">
            <summary>The value specified for 'minInclusive' cannot be greater than the value specified for 'maxInclusive' for the same data type.</summary>
        </member>
        <member name="P:ResXml.Sch_MinExclusiveGtMaxExclusive">
            <summary>The value specified for 'minExclusive' cannot be greater than the value specified for 'maxExclusive' for the same data type.</summary>
        </member>
        <member name="P:ResXml.Sch_MinInclusiveGtMaxExclusive">
            <summary>The value specified for 'minInclusive' cannot be greater than the value specified for 'maxExclusive' for the same data type.</summary>
        </member>
        <member name="P:ResXml.Sch_MinExclusiveGtMaxInclusive">
            <summary>The value specified for 'minExclusive' cannot be greater than the value specified for 'maxInclusive' for the same data type.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleTypeRestriction">
            <summary>'simpleType' should be the first child of restriction.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidFacetPosition">
            <summary>Facet should go before 'attribute', 'attributeGroup', or 'anyAttribute'.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeMutuallyExclusive">
            <summary>'{0}' and content model are mutually exclusive.</summary>
        </member>
        <member name="P:ResXml.Sch_AnyAttributeLastChild">
            <summary>'anyAttribute' must be the last child.</summary>
        </member>
        <member name="P:ResXml.Sch_ComplexTypeContentModel">
            <summary>The content model of a complex type must consist of 'annotation' (if present); followed by zero or one of the following: 'simpleContent', 'complexContent', 'group', 'choice', 'sequence', or 'all'; followed by zero or more 'attribute' or 'attributeGroup'; f ...</summary>
        </member>
        <member name="P:ResXml.Sch_ComplexContentContentModel">
            <summary>Complex content restriction or extension should consist of zero or one of 'group', 'choice', 'sequence', or 'all'; followed by zero or more 'attribute' or 'attributeGroup'; followed by zero or one 'anyAttribute'.</summary>
        </member>
        <member name="P:ResXml.Sch_NotNormalizedString">
            <summary>Carriage return (#xD), line feed (#xA), and tab (#x9) characters are not allowed in xs:normalizedString.</summary>
        </member>
        <member name="P:ResXml.Sch_FractionDigitsNotOnDecimal">
            <summary>FractionDigits should be equal to 0 on types other then decimal.</summary>
        </member>
        <member name="P:ResXml.Sch_ContentInNill">
            <summary>Element '{0}' must have no character or element children.</summary>
        </member>
        <member name="P:ResXml.Sch_NoElementSchemaFound">
            <summary>Could not find schema information for the element '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_NoAttributeSchemaFound">
            <summary>Could not find schema information for the attribute '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidNamespace">
            <summary>The Namespace '{0}' is an invalid URI.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidTargetNamespaceAttribute">
            <summary>The targetNamespace attribute cannot have empty string as its value.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidNamespaceAttribute">
            <summary>The namespace attribute cannot have empty string as its value.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidSchemaLocation">
            <summary>The SchemaLocation '{0}' is an invalid URI.</summary>
        </member>
        <member name="P:ResXml.Sch_ImportTargetNamespace">
            <summary>Namespace attribute of an import must not match the real value of the enclosing targetNamespace of the &lt;schema&gt;.</summary>
        </member>
        <member name="P:ResXml.Sch_ImportTargetNamespaceNull">
            <summary>The enclosing &lt;schema&gt; must have a targetNamespace, if the Namespace attribute is absent on the import element.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupDoubleRedefine">
            <summary>Double redefine for group.</summary>
        </member>
        <member name="P:ResXml.Sch_ComponentRedefineNotFound">
            <summary>Cannot find a {0} with name '{1}' to redefine.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupRedefineNotFound">
            <summary>No group to redefine.</summary>
        </member>
        <member name="P:ResXml.Sch_AttrGroupDoubleRedefine">
            <summary>Double redefine for attribute group.</summary>
        </member>
        <member name="P:ResXml.Sch_AttrGroupRedefineNotFound">
            <summary>No attribute group to redefine.</summary>
        </member>
        <member name="P:ResXml.Sch_ComplexTypeDoubleRedefine">
            <summary>Double redefine for complex type.</summary>
        </member>
        <member name="P:ResXml.Sch_ComplexTypeRedefineNotFound">
            <summary>No complex type to redefine.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleToComplexTypeRedefine">
            <summary>Cannot redefine a simple type as complex type.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleTypeDoubleRedefine">
            <summary>Double redefine for simple type.</summary>
        </member>
        <member name="P:ResXml.Sch_ComplexToSimpleTypeRedefine">
            <summary>Cannot redefine a complex type as simple type.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleTypeRedefineNotFound">
            <summary>No simple type to redefine.</summary>
        </member>
        <member name="P:ResXml.Sch_MinMaxGroupRedefine">
            <summary>When group is redefined, the real value of both minOccurs and maxOccurs attribute must be 1 (or absent).</summary>
        </member>
        <member name="P:ResXml.Sch_MultipleGroupSelfRef">
            <summary>Multiple self-reference within a group is redefined.</summary>
        </member>
        <member name="P:ResXml.Sch_MultipleAttrGroupSelfRef">
            <summary>Multiple self-reference within an attribute group is redefined.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidTypeRedefine">
            <summary>If type is being redefined, the base type has to be self-referenced.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementRef">
            <summary>If ref is present, all of &lt;complexType&gt;, &lt;simpleType&gt;, &lt;key&gt;, &lt;keyref&gt;, &lt;unique&gt;, nillable, default, fixed, form, block, and type must be absent.</summary>
        </member>
        <member name="P:ResXml.Sch_MinGtMax">
            <summary>minOccurs value cannot be greater than maxOccurs value.</summary>
        </member>
        <member name="P:ResXml.Sch_DupSelector">
            <summary>Selector cannot appear twice in one identity constraint.</summary>
        </member>
        <member name="P:ResXml.Sch_IdConstraintNoSelector">
            <summary>Selector must be present.</summary>
        </member>
        <member name="P:ResXml.Sch_IdConstraintNoFields">
            <summary>At least one field must be present.</summary>
        </member>
        <member name="P:ResXml.Sch_IdConstraintNoRefer">
            <summary>The referring attribute must be present.</summary>
        </member>
        <member name="P:ResXml.Sch_SelectorBeforeFields">
            <summary>Cannot define fields before selector.</summary>
        </member>
        <member name="P:ResXml.Sch_NoSimpleTypeContent">
            <summary>SimpleType content is missing.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleTypeRestRefBase">
            <summary>SimpleType restriction should have either the base attribute or a simpleType child, but not both.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleTypeRestRefBaseNone">
            <summary>SimpleType restriction should have either the base attribute or a simpleType child to indicate the base type for the derivation.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleTypeListRefBase">
            <summary>SimpleType list should have either the itemType attribute or a simpleType child, but not both.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleTypeListRefBaseNone">
            <summary>SimpleType list should have either the itemType attribute or a simpleType child to indicate the itemType of the list.</summary>
        </member>
        <member name="P:ResXml.Sch_SimpleTypeUnionNoBase">
            <summary>Either the memberTypes attribute must be non-empty or there must be at least one simpleType child.</summary>
        </member>
        <member name="P:ResXml.Sch_NoRestOrExtQName">
            <summary>'restriction' or 'extension' child is required for complexType '{0}' in namespace '{1}', because it has a simpleContent or complexContent child.</summary>
        </member>
        <member name="P:ResXml.Sch_NoRestOrExt">
            <summary>'restriction' or 'extension' child is required for complexType with simpleContent or complexContent child.</summary>
        </member>
        <member name="P:ResXml.Sch_NoGroupParticle">
            <summary>'sequence', 'choice', or 'all' child is required.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAllMin">
            <summary>'all' must have 'minOccurs' value of 0 or 1.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAllMax">
            <summary>'all' must have {max occurs}=1.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidFacet">
            <summary>The 'value' attribute must be present in facet.</summary>
        </member>
        <member name="P:ResXml.Sch_AbstractElement">
            <summary>The element '{0}' is abstract or its type is abstract.</summary>
        </member>
        <member name="P:ResXml.Sch_XsiTypeBlockedEx">
            <summary>The xsi:type attribute value '{0}' is not valid for the element '{1}', either because it is not a type validly derived from the type in the schema, or because it has xsi:type derivation blocked.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidXsiNill">
            <summary>If the 'nillable' attribute is false in the schema, the 'xsi:nil' attribute must not be present in the instance.</summary>
        </member>
        <member name="P:ResXml.Sch_SubstitutionNotAllowed">
            <summary>Element '{0}' cannot substitute in place of head element '{1}' because it has block='substitution'.</summary>
        </member>
        <member name="P:ResXml.Sch_SubstitutionBlocked">
            <summary>Member element {0}'s type cannot be derived by restriction or extension from head element {1}'s type, because it has block='restriction' or 'extension'.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementInEmptyEx">
            <summary>The element '{0}' cannot contain child element '{1}' because the parent element's content model is empty.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementInTextOnlyEx">
            <summary>The element '{0}' cannot contain child element '{1}' because the parent element's content model is text only.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidTextInElement">
            <summary>The element {0} cannot contain text.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementContent">
            <summary>The element {0} has invalid child element {1}.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementContentComplex">
            <summary>The element {0} has invalid child element {1} - {2}</summary>
        </member>
        <member name="P:ResXml.Sch_IncompleteContent">
            <summary>The element {0} has incomplete content.</summary>
        </member>
        <member name="P:ResXml.Sch_IncompleteContentComplex">
            <summary>The element {0} has incomplete content - {2}</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidTextInElementExpecting">
            <summary>The element {0} cannot contain text. List of possible elements expected: {1}.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementContentExpecting">
            <summary>The element {0} has invalid child element {1}. List of possible elements expected: {2}.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementContentExpectingComplex">
            <summary>The element {0} has invalid child element {1}. List of possible elements expected: {2}. {3}</summary>
        </member>
        <member name="P:ResXml.Sch_IncompleteContentExpecting">
            <summary>The element {0} has incomplete content. List of possible elements expected: {1}.</summary>
        </member>
        <member name="P:ResXml.Sch_IncompleteContentExpectingComplex">
            <summary>The element {0} has incomplete content. List of possible elements expected: {1}. {2}</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementSubstitution">
            <summary>The element {0} cannot substitute for a local element {1} expected in that position.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementNameAndNamespace">
            <summary>'{0}' in namespace '{1}'</summary>
        </member>
        <member name="P:ResXml.Sch_ElementName">
            <summary>'{0}'</summary>
        </member>
        <member name="P:ResXml.Sch_ContinuationString">
            <summary>{0}as well as</summary>
        </member>
        <member name="P:ResXml.Sch_AnyElementNS">
            <summary>any element in namespace '{0}'</summary>
        </member>
        <member name="P:ResXml.Sch_AnyElement">
            <summary>any element</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidTextInEmpty">
            <summary>The element cannot contain text. Content model is empty.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidWhitespaceInEmpty">
            <summary>The element cannot contain white space. Content model is empty.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidPIComment">
            <summary>The element cannot contain comment or processing instruction. Content model is empty.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAttributeRef">
            <summary>If ref is present, all of 'simpleType', 'form', 'type', and 'use' must be absent.</summary>
        </member>
        <member name="P:ResXml.Sch_OptionalDefaultAttribute">
            <summary>The 'use' attribute must be optional (or absent) if the default attribute is present.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeCircularRef">
            <summary>Circular attribute reference.</summary>
        </member>
        <member name="P:ResXml.Sch_IdentityConstraintCircularRef">
            <summary>Circular identity constraint reference.</summary>
        </member>
        <member name="P:ResXml.Sch_SubstitutionCircularRef">
            <summary>Circular substitution group affiliation.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAnyAttribute">
            <summary>Invalid namespace in 'anyAttribute'.</summary>
        </member>
        <member name="P:ResXml.Sch_DupIdAttribute">
            <summary>Duplicate ID attribute.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAllElementMax">
            <summary>The {max occurs} of all the particles in the {particles} of an all group must be 0 or 1.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAny">
            <summary>Invalid namespace in 'any'.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAnyDetailed">
            <summary>The value of the namespace attribute of the element or attribute wildcard is invalid - {0}</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidExamplar">
            <summary>Cannot be nominated as the {substitution group affiliation} of any other declaration.</summary>
        </member>
        <member name="P:ResXml.Sch_NoExamplar">
            <summary>Reference to undeclared substitution group affiliation.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidSubstitutionMember">
            <summary>'{0}' cannot be a member of substitution group with head element '{1}'.</summary>
        </member>
        <member name="P:ResXml.Sch_RedefineNoSchema">
            <summary>'SchemaLocation' must successfully resolve if &lt;redefine&gt; contains any child other than &lt;annotation&gt;.</summary>
        </member>
        <member name="P:ResXml.Sch_ProhibitedAttribute">
            <summary>The '{0}' attribute is not allowed.</summary>
        </member>
        <member name="P:ResXml.Sch_TypeCircularRef">
            <summary>Circular type reference.</summary>
        </member>
        <member name="P:ResXml.Sch_TwoIdAttrUses">
            <summary>Two distinct members of the attribute uses must not have type definitions which are both xs:ID or are derived from xs:ID.</summary>
        </member>
        <member name="P:ResXml.Sch_AttrUseAndWildId">
            <summary>It is an error if there is a member of the attribute uses of a type definition with type xs:ID or derived from xs:ID and another attribute with type xs:ID matches an attribute wildcard.</summary>
        </member>
        <member name="P:ResXml.Sch_MoreThanOneWildId">
            <summary>It is an error if more than one attribute whose type is xs:ID or is derived from xs:ID, matches an attribute wildcard on an element.</summary>
        </member>
        <member name="P:ResXml.Sch_BaseFinalExtension">
            <summary>The base type is the final extension.</summary>
        </member>
        <member name="P:ResXml.Sch_NotSimpleContent">
            <summary>The content type of the base type must be a simple type definition or it must be mixed, and simpleType child must be present.</summary>
        </member>
        <member name="P:ResXml.Sch_NotComplexContent">
            <summary>The content type of the base type must not be a simple type definition.</summary>
        </member>
        <member name="P:ResXml.Sch_BaseFinalRestriction">
            <summary>The base type is final restriction.</summary>
        </member>
        <member name="P:ResXml.Sch_BaseFinalList">
            <summary>The base type is the final list.</summary>
        </member>
        <member name="P:ResXml.Sch_BaseFinalUnion">
            <summary>The base type is the final union.</summary>
        </member>
        <member name="P:ResXml.Sch_UndefBaseRestriction">
            <summary>Undefined complexType '{0}' is used as a base for complex type restriction.</summary>
        </member>
        <member name="P:ResXml.Sch_UndefBaseExtension">
            <summary>Undefined complexType '{0}' is used as a base for complex type extension.</summary>
        </member>
        <member name="P:ResXml.Sch_DifContentType">
            <summary>The derived type and the base type must have the same content type.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidContentRestriction">
            <summary>Invalid content type derivation by restriction.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidContentRestrictionDetailed">
            <summary>Invalid content type derivation by restriction. {0}</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidBaseToEmpty">
            <summary>If the derived content type is Empty, then the base content type should also be Empty or Mixed with Emptiable particle according to rule 5.3 of Schema Component Constraint: Derivation Valid (Restriction, Complex).</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidBaseToMixed">
            <summary>If the derived content type is Mixed, then the base content type should also be Mixed according to rule 5.4 of Schema Component Constraint: Derivation Valid (Restriction, Complex).</summary>
        </member>
        <member name="P:ResXml.Sch_DupAttributeUse">
            <summary>The attribute '{0}' already exists.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidParticleRestriction">
            <summary>Invalid particle derivation by restriction.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidParticleRestrictionDetailed">
            <summary>Invalid particle derivation by restriction - '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_ForbiddenDerivedParticleForAll">
            <summary>'Choice' or 'any' is forbidden as derived particle when the base particle is 'all'.</summary>
        </member>
        <member name="P:ResXml.Sch_ForbiddenDerivedParticleForElem">
            <summary>Only 'element' is valid as derived particle when the base particle is 'element'.</summary>
        </member>
        <member name="P:ResXml.Sch_ForbiddenDerivedParticleForChoice">
            <summary>'All' or 'any' is forbidden as derived particle when the base particle is 'choice'.</summary>
        </member>
        <member name="P:ResXml.Sch_ForbiddenDerivedParticleForSeq">
            <summary>'All', 'any', and 'choice' are forbidden as derived particles when the base particle is 'sequence'.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementFromElement">
            <summary>Derived element '{0}' is not a valid restriction of base element '{1}' according to Elt:Elt -- NameAndTypeOK.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementFromAnyRule1">
            <summary>The namespace of element '{0}'is not valid with respect to the wildcard's namespace constraint in the base, Elt:Any -- NSCompat Rule 1.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementFromAnyRule2">
            <summary>The occurrence range of element '{0}'is not a valid restriction of the wildcard's occurrence range in the base, Elt:Any -- NSCompat Rule2.</summary>
        </member>
        <member name="P:ResXml.Sch_AnyFromAnyRule1">
            <summary>The derived wildcard's occurrence range is not a valid restriction of the base wildcard's occurrence range, Any:Any -- NSSubset Rule 1.</summary>
        </member>
        <member name="P:ResXml.Sch_AnyFromAnyRule2">
            <summary>The derived wildcard's namespace constraint must be an intensional subset of the base wildcard's namespace constraint, Any:Any -- NSSubset Rule2.</summary>
        </member>
        <member name="P:ResXml.Sch_AnyFromAnyRule3">
            <summary>The derived wildcard's 'processContents' must be identical to or stronger than the base wildcard's 'processContents', where 'strict' is stronger than 'lax' and 'lax' is stronger than 'skip', Any:Any -- NSSubset Rule 3.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupBaseFromAny1">
            <summary>Every member of the derived group particle must be a valid restriction of the base wildcard, NSRecurseCheckCardinality Rule 1.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupBaseFromAny2">
            <summary>The derived particle's occurrence range at ({0}, {1}) is not a valid restriction of the base wildcard's occurrence range at ({2}, {3}), NSRecurseCheckCardinality Rule 2.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementFromGroupBase1">
            <summary>The derived element {0} at ({1}, {2}) is not a valid restriction of the base sequence particle at ({3}, {4}) according to Elt:All/Choice/Sequence -- RecurseAsIfGroup.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementFromGroupBase2">
            <summary>The derived element {0} at ({1}, {2}) is not a valid restriction of the base choice particle at ({3}, {4}) according to Elt:All/Choice/Sequence -- RecurseAsIfGroup.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementFromGroupBase3">
            <summary>The derived element {0} at ({1}, {2}) is not a valid restriction of the base all particle at ({3}, {4}) according to Elt:All/Choice/Sequence -- RecurseAsIfGroup.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupBaseRestRangeInvalid">
            <summary>The derived particle's range is not a valid restriction of the base particle's range according to All:All,Sequence:Sequence -- Recurse Rule 1 or Choice:Choice -- RecurseLax.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupBaseRestNoMap">
            <summary>The derived particle cannot have more members than the base particle - All:All,Sequence:Sequence -- Recurse Rule 2 / Choice:Choice -- RecurseLax.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupBaseRestNotEmptiable">
            <summary>All particles in the {particles} of the base particle which are not mapped to by any particle in the {particles} of the derived particle should be emptiable - All:All,Sequence:Sequence -- Recurse Rule 2 / Choice:Choice -- RecurseLax.</summary>
        </member>
        <member name="P:ResXml.Sch_SeqFromAll">
            <summary>The derived sequence particle at ({0}, {1}) is not a valid restriction of the base all particle at ({2}, {3}) according to Sequence:All -- RecurseUnordered.</summary>
        </member>
        <member name="P:ResXml.Sch_SeqFromChoice">
            <summary>The derived sequence particle at ({0}, {1}) is not a valid restriction of the base choice particle at ({2}, {3}) according to Sequence:Choice -- MapAndSum.</summary>
        </member>
        <member name="P:ResXml.Sch_UndefGroupRef">
            <summary>Reference to undeclared model group '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_GroupCircularRef">
            <summary>Circular group reference.</summary>
        </member>
        <member name="P:ResXml.Sch_AllRefNotRoot">
            <summary>The group ref to 'all' is not the root particle, or it is being used as an extension.</summary>
        </member>
        <member name="P:ResXml.Sch_AllRefMinMax">
            <summary>The group ref to 'all' must have {min occurs}= 0 or 1 and {max occurs}=1.</summary>
        </member>
        <member name="P:ResXml.Sch_NotAllAlone">
            <summary>'all' is not the only particle in a group, or is being used as an extension.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeGroupCircularRef">
            <summary>Circular attribute group reference.</summary>
        </member>
        <member name="P:ResXml.Sch_UndefAttributeGroupRef">
            <summary>Reference to undeclared attribute group '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAttributeExtension">
            <summary>Invalid attribute extension.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAnyAttributeRestriction">
            <summary>The base any attribute must be a superset of the derived 'anyAttribute'.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeRestrictionProhibited">
            <summary>Invalid attribute restriction. Attribute restriction is prohibited in base type.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeRestrictionInvalid">
            <summary>Invalid attribute restriction. Derived attribute's type is not a valid restriction of the base attribute's type.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeFixedInvalid">
            <summary>Invalid attribute restriction. Derived attribute's fixed value must be the same as the base attribute's fixed value.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeUseInvalid">
            <summary>Derived attribute's use has to be required if base attribute's use is required.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeRestrictionInvalidFromWildcard">
            <summary>The {base type definition} must have an {attribute wildcard} and the {target namespace} of the R's {attribute declaration} must be valid with respect to that wildcard.</summary>
        </member>
        <member name="P:ResXml.Sch_NoDerivedAttribute">
            <summary>The base attribute '{0}' whose use = 'required' does not have a corresponding derived attribute while redefining attribute group '{1}'.</summary>
        </member>
        <member name="P:ResXml.Sch_UnexpressibleAnyAttribute">
            <summary>The 'anyAttribute' is not expressible.</summary>
        </member>
        <member name="P:ResXml.Sch_RefInvalidAttribute">
            <summary>Reference to invalid attribute '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementCircularRef">
            <summary>Circular element reference.</summary>
        </member>
        <member name="P:ResXml.Sch_RefInvalidElement">
            <summary>Reference to invalid element '{0}'.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementCannotHaveValue">
            <summary>Element's type does not allow fixed or default value constraint.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementInMixedWithFixed">
            <summary>Although the '{0}' element's content type is mixed, it cannot have element children, because it has a fixed value constraint in the schema.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementTypeCollision">
            <summary>Elements with the same name and in the same scope must have the same type.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidIncludeLocation">
            <summary>Cannot resolve the 'schemaLocation' attribute.</summary>
        </member>
        <member name="P:ResXml.Sch_CannotLoadSchema">
            <summary>Cannot load the schema for the namespace '{0}' - {1}</summary>
        </member>
        <member name="P:ResXml.Sch_CannotLoadSchemaLocation">
            <summary>Cannot load the schema from the location '{0}' - {1}</summary>
        </member>
        <member name="P:ResXml.Sch_LengthGtBaseLength">
            <summary>It is an error if 'length' is among the members of {facets} of {base type definition} and {value} is greater than the {value} of the parent 'length'.</summary>
        </member>
        <member name="P:ResXml.Sch_MinLengthGtBaseMinLength">
            <summary>It is an error if 'minLength' is among the members of {facets} of {base type definition} and {value} is less than the {value} of the parent 'minLength'.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxLengthGtBaseMaxLength">
            <summary>It is an error if 'maxLength' is among the members of {facets} of {base type definition} and {value} is greater than the {value} of the parent 'maxLength'.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxMinLengthBaseLength">
            <summary>It is an error for both 'length' and either 'minLength' or 'maxLength' to be members of {facets}, unless they are specified in different derivation steps. In which case the following must be true: the {value} of 'minLength' &lt;= the {value} of 'length' &lt;= th ...</summary>
        </member>
        <member name="P:ResXml.Sch_MaxInclusiveMismatch">
            <summary>It is an error if the derived 'maxInclusive' facet value is greater than the parent 'maxInclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxExclusiveMismatch">
            <summary>It is an error if the derived 'maxExclusive' facet value is greater than the parent 'maxExclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MinInclusiveMismatch">
            <summary>It is an error if the derived 'minInclusive' facet value is less than the parent 'minInclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MinExclusiveMismatch">
            <summary>It is an error if the derived 'minExclusive' facet value is less than the parent 'minExclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MinExlIncMismatch">
            <summary>It is an error if the derived 'minExclusive' facet value is less than or equal to the parent 'minInclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MinExlMaxExlMismatch">
            <summary>It is an error if the derived 'minExclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MinIncMaxExlMismatch">
            <summary>It is an error if the derived 'minInclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MinIncExlMismatch">
            <summary>It is an error if the derived 'minInclusive' facet value is less than or equal to the parent 'minExclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxIncExlMismatch">
            <summary>It is an error if the derived 'maxInclusive' facet value is greater than or equal to the parent 'maxExclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_MaxExlIncMismatch">
            <summary>It is an error if the derived 'maxExclusive' facet value is greater than or equal to the parent 'maxInclusive' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_TotalDigitsMismatch">
            <summary>It is an error if the derived 'totalDigits' facet value is greater than the parent 'totalDigits' facet value.</summary>
        </member>
        <member name="P:ResXml.Sch_FacetBaseFixed">
            <summary>Values that are declared as {fixed} in a base type can not be changed in a derived type.</summary>
        </member>
        <member name="P:ResXml.Sch_WhiteSpaceRestriction1">
            <summary>It is an error if 'whiteSpace' is among the members of {facets} of {base type definition}, {value} is 'replace' or 'preserve', and the {value} of the parent 'whiteSpace' is 'collapse'.</summary>
        </member>
        <member name="P:ResXml.Sch_WhiteSpaceRestriction2">
            <summary>It is an error if 'whiteSpace' is among the members of {facets} of {base type definition}, {value} is 'preserve', and the {value} of the parent 'whiteSpace' is 'replace'.</summary>
        </member>
        <member name="P:ResXml.Sch_XsiNilAndFixed">
            <summary>There must be no fixed value when an attribute is 'xsi:nil' and has a value of 'true'.</summary>
        </member>
        <member name="P:ResXml.Sch_MixSchemaTypes">
            <summary>Different schema types cannot be mixed.</summary>
        </member>
        <member name="P:ResXml.Sch_XSDSchemaOnly">
            <summary>'XmlSchemaSet' can load only W3C XML Schemas.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidPublicAttribute">
            <summary>Public attribute '{0}' is an invalid URI.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidSystemAttribute">
            <summary>System attribute '{0}' is an invalid URI.</summary>
        </member>
        <member name="P:ResXml.Sch_TypeAfterConstraints">
            <summary>'simpleType' or 'complexType' cannot follow 'unique', 'key' or 'keyref'.</summary>
        </member>
        <member name="P:ResXml.Sch_XsiNilAndType">
            <summary>There can be no type value when attribute is 'xsi:nil' and has value 'true'.</summary>
        </member>
        <member name="P:ResXml.Sch_DupSimpleTypeChild">
            <summary>'simpleType' should have only one child 'union', 'list', or 'restriction'.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidIdAttribute">
            <summary>Invalid 'id' attribute value: {0}</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidNameAttributeEx">
            <summary>Invalid 'name' attribute value '{0}': '{1}'.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidAttribute">
            <summary>Invalid '{0}' attribute: '{1}'.</summary>
        </member>
        <member name="P:ResXml.Sch_EmptyChoice">
            <summary>Empty choice cannot be satisfied if 'minOccurs' is not equal to 0.</summary>
        </member>
        <member name="P:ResXml.Sch_DerivedNotFromBase">
            <summary>The data type of the simple content is not a valid restriction of the base complex type.</summary>
        </member>
        <member name="P:ResXml.Sch_NeedSimpleTypeChild">
            <summary>Simple content restriction must have a simple type child if the content type of the base type is not a simple type definition.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidCollection">
            <summary>The schema items collection cannot contain an object of type 'XmlSchemaInclude', 'XmlSchemaImport', or 'XmlSchemaRedefine'.</summary>
        </member>
        <member name="P:ResXml.Sch_UnrefNS">
            <summary>Namespace '{0}' is not available to be referenced in this schema.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidSimpleTypeRestriction">
            <summary>Restriction of 'anySimpleType' is not allowed.</summary>
        </member>
        <member name="P:ResXml.Sch_MultipleRedefine">
            <summary>Multiple redefines of the same schema will be ignored.</summary>
        </member>
        <member name="P:ResXml.Sch_NullValue">
            <summary>Value cannot be null.</summary>
        </member>
        <member name="P:ResXml.Sch_ComplexContentModel">
            <summary>Content model validation resulted in a large number of states, possibly due to large occurrence ranges. Therefore, content model may not be validated accurately.</summary>
        </member>
        <member name="P:ResXml.Sch_SchemaNotPreprocessed">
            <summary>All schemas in the set should be successfully preprocessed prior to compilation.</summary>
        </member>
        <member name="P:ResXml.Sch_SchemaNotRemoved">
            <summary>The schema could not be removed because other schemas in the set have dependencies on this schema or its imports.</summary>
        </member>
        <member name="P:ResXml.Sch_ComponentAlreadySeenForNS">
            <summary>An element or attribute information item has already been validated from the '{0}' namespace. It is an error if 'xsi:schemaLocation', 'xsi:noNamespaceSchemaLocation', or an inline schema occurs for that namespace.</summary>
        </member>
        <member name="P:ResXml.Sch_DefaultAttributeNotApplied">
            <summary>Default attribute '{0}' for element '{1}' could not be applied as the attribute namespace is not mapped to a prefix in the instance document.</summary>
        </member>
        <member name="P:ResXml.Sch_NotXsiAttribute">
            <summary>The attribute '{0}' does not match one of the four allowed attributes in the 'xsi' namespace.</summary>
        </member>
        <member name="P:ResXml.Sch_SchemaDoesNotExist">
            <summary>Schema does not exist in the set.</summary>
        </member>
        <member name="P:ResXml.XmlDocument_ValidateInvalidNodeType">
            <summary>Validate method can be called only on nodes of type Document, DocumentFragment, Element, or Attribute.</summary>
        </member>
        <member name="P:ResXml.XmlDocument_NodeNotFromDocument">
            <summary>Cannot validate '{0}' because its owner document is not the current document.</summary>
        </member>
        <member name="P:ResXml.XmlDocument_NoNodeSchemaInfo">
            <summary>Schema information could not be found for the node passed into Validate. The node may be invalid in its current position. Navigate to the ancestor that has schema information, then call Validate again.</summary>
        </member>
        <member name="P:ResXml.XmlDocument_NoSchemaInfo">
            <summary>The XmlSchemaSet on the document is either null or has no schemas in it. Provide schema information before calling Validate.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidStartTransition">
            <summary>It is invalid to call the '{0}' method in the current state of the validator. The '{1}' method must be called before proceeding with validation.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidStateTransition">
            <summary>The transition from the '{0}' method to the '{1}' method is not allowed.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidEndValidation">
            <summary>The 'EndValidation' method cannot not be called when all the elements have not been validated. 'ValidateEndElement' calls corresponding to 'ValidateElement' calls might be missing.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidEndElementCall">
            <summary>It is invalid to call the 'ValidateEndElement' overload that takes in a 'typedValue' after 'ValidateText' or 'ValidateWhitespace' methods have been called.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidEndElementCallTyped">
            <summary>It is invalid to call the 'ValidateEndElement' overload that takes in a 'typedValue' for elements with complex content.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidEndElementMultiple">
            <summary>The call to the '{0}' method does not match a corresponding call to 'ValidateElement' method.</summary>
        </member>
        <member name="P:ResXml.Sch_DuplicateAttribute">
            <summary>The '{0}' attribute has already been validated and is a duplicate attribute.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidPartialValidationType">
            <summary>The partial validation type has to be 'XmlSchemaElement', 'XmlSchemaAttribute', or 'XmlSchemaType'.</summary>
        </member>
        <member name="P:ResXml.Sch_SchemaElementNameMismatch">
            <summary>The element name '{0}' does not match the name '{1}' of the 'XmlSchemaElement' set as a partial validation type.</summary>
        </member>
        <member name="P:ResXml.Sch_SchemaAttributeNameMismatch">
            <summary>The attribute name '{0}' does not match the name '{1}' of the 'XmlSchemaAttribute' set as a partial validation type.</summary>
        </member>
        <member name="P:ResXml.Sch_ValidateAttributeInvalidCall">
            <summary>If the partial validation type is 'XmlSchemaElement' or 'XmlSchemaType', the 'ValidateAttribute' method cannot be called.</summary>
        </member>
        <member name="P:ResXml.Sch_ValidateElementInvalidCall">
            <summary>If the partial validation type is 'XmlSchemaAttribute', the 'ValidateElement' method cannot be called.</summary>
        </member>
        <member name="P:ResXml.Sch_EnumNotStarted">
            <summary>Enumeration has not started. Call MoveNext.</summary>
        </member>
        <member name="P:ResXml.Sch_EnumFinished">
            <summary>Enumeration has already finished.</summary>
        </member>
        <member name="P:ResXml.SchInf_schema">
            <summary>The supplied xml instance is a schema or contains an inline schema. This class cannot infer a schema for a schema.</summary>
        </member>
        <member name="P:ResXml.SchInf_entity">
            <summary>Inference cannot handle entity references. Pass in an 'XmlReader' that expands entities.</summary>
        </member>
        <member name="P:ResXml.SchInf_simplecontent">
            <summary>Expected simple content. Schema was not created using this tool.</summary>
        </member>
        <member name="P:ResXml.SchInf_extension">
            <summary>Expected 'Extension' within 'SimpleContent'. Schema was not created using this tool.</summary>
        </member>
        <member name="P:ResXml.SchInf_particle">
            <summary>Particle cannot exist along with 'ContentModel'.</summary>
        </member>
        <member name="P:ResXml.SchInf_ct">
            <summary>Complex type expected to exist with at least one 'Element' at this point.</summary>
        </member>
        <member name="P:ResXml.SchInf_seq">
            <summary>sequence expected to contain elements only. Schema was not created using this tool.</summary>
        </member>
        <member name="P:ResXml.SchInf_noseq">
            <summary>The supplied schema contains particles other than Sequence and Choice. Only schemas generated by this tool are supported.</summary>
        </member>
        <member name="P:ResXml.SchInf_noct">
            <summary>Expected ComplexType. Schema was not generated using this tool.</summary>
        </member>
        <member name="P:ResXml.SchInf_UnknownParticle">
            <summary>Expected Element. Schema was not generated using this tool.</summary>
        </member>
        <member name="P:ResXml.SchInf_schematype">
            <summary>Inference can only handle simple built-in types for 'SchemaType'.</summary>
        </member>
        <member name="P:ResXml.SchInf_NoElement">
            <summary>There is no element to infer schema.</summary>
        </member>
        <member name="P:ResXml.Xp_UnclosedString">
            <summary>This is an unclosed string.</summary>
        </member>
        <member name="P:ResXml.Xp_ExprExpected">
            <summary>'{0}' is an invalid expression.</summary>
        </member>
        <member name="P:ResXml.Xp_InvalidArgumentType">
            <summary>The argument to function '{0}' in '{1}' cannot be converted to a node-set.</summary>
        </member>
        <member name="P:ResXml.Xp_InvalidNumArgs">
            <summary>Function '{0}' in '{1}' has an invalid number of arguments.</summary>
        </member>
        <member name="P:ResXml.Xp_InvalidName">
            <summary>'{0}' has an invalid qualified name.</summary>
        </member>
        <member name="P:ResXml.Xp_InvalidToken">
            <summary>'{0}' has an invalid token.</summary>
        </member>
        <member name="P:ResXml.Xp_NodeSetExpected">
            <summary>Expression must evaluate to a node-set.</summary>
        </member>
        <member name="P:ResXml.Xp_NotSupported">
            <summary>The XPath query '{0}' is not supported.</summary>
        </member>
        <member name="P:ResXml.Xp_InvalidPattern">
            <summary>'{0}' is an invalid XSLT pattern.</summary>
        </member>
        <member name="P:ResXml.Xp_InvalidKeyPattern">
            <summary>'{0}' is an invalid key pattern. It either contains a variable reference or 'key()' function.</summary>
        </member>
        <member name="P:ResXml.Xp_BadQueryObject">
            <summary>This is an invalid object. Only objects returned from Compile() can be passed as input.</summary>
        </member>
        <member name="P:ResXml.Xp_UndefinedXsltContext">
            <summary>XsltContext is needed for this query because of an unknown function.</summary>
        </member>
        <member name="P:ResXml.Xp_NoContext">
            <summary>Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function.</summary>
        </member>
        <member name="P:ResXml.Xp_UndefVar">
            <summary>The variable '{0}' is undefined.</summary>
        </member>
        <member name="P:ResXml.Xp_UndefFunc">
            <summary>The function '{0}()' is undefined.</summary>
        </member>
        <member name="P:ResXml.Xp_FunctionFailed">
            <summary>Function '{0}()' has failed.</summary>
        </member>
        <member name="P:ResXml.Xp_CurrentNotAllowed">
            <summary>The 'current()' function cannot be used in a pattern.</summary>
        </member>
        <member name="P:ResXml.Xp_QueryTooComplex">
            <summary>The xpath query is too complex.</summary>
        </member>
        <member name="P:ResXml.Xdom_DualDocumentTypeNode">
            <summary>This document already has a 'DocumentType' node.</summary>
        </member>
        <member name="P:ResXml.Xdom_DualDocumentElementNode">
            <summary>This document already has a 'DocumentElement' node.</summary>
        </member>
        <member name="P:ResXml.Xdom_DualDeclarationNode">
            <summary>This document already has an 'XmlDeclaration' node.</summary>
        </member>
        <member name="P:ResXml.Xdom_Import">
            <summary>Cannot import nodes of type '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xdom_Import_NullNode">
            <summary>Cannot import a null node.</summary>
        </member>
        <member name="P:ResXml.Xdom_NoRootEle">
            <summary>The document does not have a root element.</summary>
        </member>
        <member name="P:ResXml.Xdom_Attr_Name">
            <summary>The attribute local name cannot be empty.</summary>
        </member>
        <member name="P:ResXml.Xdom_AttrCol_Object">
            <summary>An 'Attributes' collection can only contain 'Attribute' objects.</summary>
        </member>
        <member name="P:ResXml.Xdom_AttrCol_Insert">
            <summary>The reference node must be a child of the current node.</summary>
        </member>
        <member name="P:ResXml.Xdom_NamedNode_Context">
            <summary>The named node is from a different document context.</summary>
        </member>
        <member name="P:ResXml.Xdom_Version">
            <summary>Wrong XML version information. The XML must match production "VersionNum ::= '1.' [0-9]+".</summary>
        </member>
        <member name="P:ResXml.Xdom_standalone">
            <summary>Wrong value for the XML declaration standalone attribute of '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xdom_Ent_Innertext">
            <summary>The 'InnerText' of an 'Entity' node is read-only and cannot be set.</summary>
        </member>
        <member name="P:ResXml.Xdom_EntRef_SetVal">
            <summary>'EntityReference' nodes have no support for setting value.</summary>
        </member>
        <member name="P:ResXml.Xdom_WS_Char">
            <summary>The string for white space contains an invalid character.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_SetVal">
            <summary>Cannot set a value on node type '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xdom_Empty_LocalName">
            <summary>The local name for elements or attributes cannot be null or an empty string.</summary>
        </member>
        <member name="P:ResXml.Xdom_Set_InnerXml">
            <summary>Cannot set the 'InnerXml' for the current node because it is either read-only or cannot have children.</summary>
        </member>
        <member name="P:ResXml.Xdom_Attr_InUse">
            <summary>The 'Attribute' node cannot be inserted because it is already an attribute of another element.</summary>
        </member>
        <member name="P:ResXml.Xdom_Enum_ElementList">
            <summary>The element list has changed. The enumeration operation failed to continue.</summary>
        </member>
        <member name="P:ResXml.Xdom_Invalid_NT_String">
            <summary>'{0}' does not represent any 'XmlNodeType'.</summary>
        </member>
        <member name="P:ResXml.Xdom_InvalidCharacter_EntityReference">
            <summary>Cannot create an 'EntityReference' node with a name starting with '#'.</summary>
        </member>
        <member name="P:ResXml.Xdom_IndexOutOfRange">
            <summary>The index being passed in is out of range.</summary>
        </member>
        <member name="P:ResXml.Xdom_Document_Innertext">
            <summary>The 'InnerText' of a 'Document' node is read-only and cannot be set.</summary>
        </member>
        <member name="P:ResXml.Xpn_BadPosition">
            <summary>Operation is not valid due to the current position of the navigator.</summary>
        </member>
        <member name="P:ResXml.Xpn_MissingParent">
            <summary>The current position of the navigator is missing a valid parent.</summary>
        </member>
        <member name="P:ResXml.Xpn_NoContent">
            <summary>No content generated as the result of the operation.</summary>
        </member>
        <member name="P:ResXml.Xdom_Load_NoDocument">
            <summary>The document to be loaded could not be found.</summary>
        </member>
        <member name="P:ResXml.Xdom_Load_NoReader">
            <summary>There is no reader from which to load the document.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Null_Doc">
            <summary>Cannot create a node without an owner document.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Insert_Child">
            <summary>Cannot insert a node or any ancestor of that node as a child of itself.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Insert_Contain">
            <summary>The current node cannot contain other nodes.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Insert_Path">
            <summary>The reference node is not a child of this node.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Insert_Context">
            <summary>The node to be inserted is from a different document context.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Insert_Location">
            <summary>Cannot insert the node in the specified location.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Insert_TypeConflict">
            <summary>The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Remove_Contain">
            <summary>The current node cannot contain other nodes, so the node to be removed is not its child.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Remove_Child">
            <summary>The node to be removed is not a child of this node.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Modify_ReadOnly">
            <summary>This node is read-only. It cannot be modified.</summary>
        </member>
        <member name="P:ResXml.Xdom_TextNode_SplitText">
            <summary>The 'Text' node is not connected in the DOM live tree. No 'SplitText' operation could be performed.</summary>
        </member>
        <member name="P:ResXml.Xdom_Attr_Reserved_XmlNS">
            <summary>The namespace declaration attribute has an incorrect 'namespaceURI': '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xdom_Node_Cloning">
            <summary>'Entity' and 'Notation' nodes cannot be cloned.</summary>
        </member>
        <member name="P:ResXml.Xnr_ResolveEntity">
            <summary>The node is not an expandable 'EntityReference' node.</summary>
        </member>
        <member name="P:ResXml.XPathDocument_MissingSchemas">
            <summary>An XmlSchemaSet must be provided to validate the document.</summary>
        </member>
        <member name="P:ResXml.XPathDocument_NotEnoughSchemaInfo">
            <summary>Element should have prior schema information to call this method.</summary>
        </member>
        <member name="P:ResXml.XPathDocument_ValidateInvalidNodeType">
            <summary>Validate and CheckValidity are only allowed on Root or Element nodes.</summary>
        </member>
        <member name="P:ResXml.XPathDocument_SchemaSetNotAllowed">
            <summary>An XmlSchemaSet is only allowed as a parameter on the Root node.</summary>
        </member>
        <member name="P:ResXml.XmlBin_MissingEndCDATA">
            <summary>CDATA end token is missing.</summary>
        </member>
        <member name="P:ResXml.XmlBin_InvalidQNameID">
            <summary>Invalid QName ID.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_UnexpectedToken">
            <summary>Unexpected BinaryXml token.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_InvalidSqlDecimal">
            <summary>Unable to parse data as SQL_DECIMAL.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_InvalidSignature">
            <summary>Invalid BinaryXml signature.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_InvalidProtocolVersion">
            <summary>Invalid BinaryXml protocol version.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_UnsupportedCodePage">
            <summary>Unsupported BinaryXml codepage.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_InvalidStandalone">
            <summary>Invalid BinaryXml standalone token.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_NoParserContext">
            <summary>BinaryXml Parser does not support initialization with XmlParserContext.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_ListsOfValuesNotSupported">
            <summary>Lists of BinaryXml value tokens not supported.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_CastNotSupported">
            <summary>Token '{0}' does not support a conversion to Clr type '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_NoRemapPrefix">
            <summary>Prefix '{0}' is already assigned to namespace '{1}' and cannot be reassigned to '{2}' on this tag.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_AttrWithNsNoPrefix">
            <summary>Attribute '{0}' has namespace '{1}' but no prefix.</summary>
        </member>
        <member name="P:ResXml.XmlBinary_ValueTooBig">
            <summary>The value is too big to fit into an Int32. The arithmetic operation resulted in an overflow.</summary>
        </member>
        <member name="P:ResXml.SqlTypes_ArithOverflow">
            <summary>Arithmetic Overflow.</summary>
        </member>
        <member name="P:ResXml.SqlTypes_ArithTruncation">
            <summary>Numeric arithmetic causes truncation.</summary>
        </member>
        <member name="P:ResXml.SqlTypes_DivideByZero">
            <summary>Divide by zero error encountered.</summary>
        </member>
        <member name="P:ResXml.XmlMissingType">
            <summary>Invalid serialization assembly: Required type {0} cannot be found in the generated assembly '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedType">
            <summary>{0} is an unsupported type.</summary>
        </member>
        <member name="P:ResXml.XmlSerializerUnsupportedType">
            <summary>{0} is an unsupported type. Please use [XmlIgnore] attribute to exclude members of this type from serialization graph.</summary>
        </member>
        <member name="P:ResXml.XmlSerializerUnsupportedMember">
            <summary>Cannot serialize member '{0}' of type '{1}', see inner exception for more details.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedTypeKind">
            <summary>The type {0} may not be serialized.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedSoapTypeKind">
            <summary>The type {0} may not be serialized with SOAP-encoded messages. Set the Use for your message to Literal.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedIDictionary">
            <summary>The type {0} is not supported because it implements IDictionary.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedIDictionaryDetails">
            <summary>Cannot serialize member {0} of type {1}, because it implements IDictionary.</summary>
        </member>
        <member name="P:ResXml.XmlDuplicateTypeName">
            <summary>A type with the name {0} has already been added in namespace {1}.</summary>
        </member>
        <member name="P:ResXml.XmlSerializableNameMissing1">
            <summary>Schema Id is missing. The schema returned from {0}.GetSchema() must have an Id.</summary>
        </member>
        <member name="P:ResXml.XmlConstructorInaccessible">
            <summary>{0} cannot be serialized because it does not have a parameterless constructor.</summary>
        </member>
        <member name="P:ResXml.XmlTypeInaccessible">
            <summary>{0} is inaccessible due to its protection level. Only public types can be processed.</summary>
        </member>
        <member name="P:ResXml.XmlTypeStatic">
            <summary>{0} cannot be serialized. Static types cannot be used as parameters or return types.</summary>
        </member>
        <member name="P:ResXml.XmlNoDefaultAccessors">
            <summary>You must implement a default accessor on {0} because it inherits from ICollection.</summary>
        </member>
        <member name="P:ResXml.XmlNoAddMethod">
            <summary>To be XML serializable, types which inherit from {2} must have an implementation of Add({1}) at all levels of their inheritance hierarchy. {0} does not implement Add({1}).</summary>
        </member>
        <member name="P:ResXml.XmlReadOnlyPropertyError">
            <summary>Cannot deserialize type '{0}' because it contains property '{1}' which has no public setter.</summary>
        </member>
        <member name="P:ResXml.XmlAttributeSetAgain">
            <summary>'{0}.{1}' already has attributes.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalWildcard">
            <summary>Cannot use wildcards at the top level of a schema.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalArrayElement">
            <summary>An element declared at the top level of a schema cannot have maxOccurs &gt; 1. Provide a wrapper element for '{0}' by using XmlArray or XmlArrayItem instead of XmlElementAttribute, or by using the Wrapped parameter style.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalForm">
            <summary>There was an error exporting '{0}': elements declared at the top level of a schema cannot be unqualified.</summary>
        </member>
        <member name="P:ResXml.XmlBareTextMember">
            <summary>There was an error exporting '{0}': bare members cannot contain text content.</summary>
        </member>
        <member name="P:ResXml.XmlBareAttributeMember">
            <summary>There was an error exporting '{0}': bare members cannot be attributes.</summary>
        </member>
        <member name="P:ResXml.XmlReflectionError">
            <summary>There was an error reflecting '{0}'.</summary>
        </member>
        <member name="P:ResXml.XmlTypeReflectionError">
            <summary>There was an error reflecting type '{0}'.</summary>
        </member>
        <member name="P:ResXml.XmlPropertyReflectionError">
            <summary>There was an error reflecting property '{0}'.</summary>
        </member>
        <member name="P:ResXml.XmlFieldReflectionError">
            <summary>There was an error reflecting field '{0}'.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidDataTypeUsage">
            <summary>'{0}' is an invalid value for the {1} property. The property may only be specified for primitive types.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidXsdDataType">
            <summary>Value '{0}' cannot be used for the {1} property. The datatype '{2}' is missing.</summary>
        </member>
        <member name="P:ResXml.XmlDataTypeMismatch">
            <summary>'{0}' is an invalid value for the {1} property. {0} cannot be converted to {2}.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalTypeContext">
            <summary>{0} cannot be used as: 'xml {1}'.</summary>
        </member>
        <member name="P:ResXml.XmlUdeclaredXsdType">
            <summary>The type, {0}, is undeclared.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidConstantAttribute">
            <summary>Only XmlEnum may be used on enumerated constants.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalDefault">
            <summary>The default value for XmlAttribute or XmlElement may only be specified for primitive types.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalAttributesArrayAttribute">
            <summary>XmlAttribute and XmlAnyAttribute cannot be used in conjunction with XmlElement, XmlText, XmlAnyElement, XmlArray, or XmlArrayItem.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalElementsArrayAttribute">
            <summary>XmlElement, XmlText, and XmlAnyElement cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlArray, or XmlArrayItem.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalArrayArrayAttribute">
            <summary>XmlArray and XmlArrayItem cannot be used in conjunction with XmlAttribute, XmlAnyAttribute, XmlElement, XmlText, or XmlAnyElement.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalAttribute">
            <summary>For non-array types, you may use the following attributes: XmlAttribute, XmlText, XmlElement, or XmlAnyElement.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalType">
            <summary>The type for {0} may not be specified for primitive types.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalAttrOrText">
            <summary>Cannot serialize member '{0}' of type {1}. XmlAttribute/XmlText cannot be used to encode complex types.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalSoapAttribute">
            <summary>Cannot serialize member '{0}' of type {1}. SoapAttribute cannot be used to encode complex types.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalAttrOrTextInterface">
            <summary>Cannot serialize member '{0}' of type {1}. XmlAttribute/XmlText cannot be used to encode types implementing {2}.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalAttributeFlagsArray">
            <summary>XmlAttribute cannot be used to encode array of {1}, because it is marked with FlagsAttribute.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalAnyElement">
            <summary>Cannot serialize member of type {0}: XmlAnyElement can only be used with classes of type XmlNode or a type deriving from XmlNode.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidIsNullable">
            <summary>IsNullable may not be 'true' for value type {0}.  Please consider using Nullable&lt;{0}&gt; instead.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidNotNullable">
            <summary>IsNullable may not be set to 'false' for a Nullable&lt;{0}&gt; type. Consider using '{0}' type or removing the IsNullable property from the {1} attribute.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidFormUnqualified">
            <summary>The Form property may not be 'Unqualified' when an explicit Namespace property is present.</summary>
        </member>
        <member name="P:ResXml.XmlDuplicateNamespace">
            <summary>The namespace, {0}, is a duplicate.</summary>
        </member>
        <member name="P:ResXml.XmlElementHasNoName">
            <summary>This element has no name. Please review schema type '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlAttributeHasNoName">
            <summary>This attribute has no name.</summary>
        </member>
        <member name="P:ResXml.XmlElementImportedTwice">
            <summary>The element, {0}, from namespace, {1}, was imported in two different contexts: ({2}, {3}).</summary>
        </member>
        <member name="P:ResXml.XmlHiddenMember">
            <summary>Member {0}.{1} of type {2} hides base class member {3}.{4} of type {5}. Use XmlElementAttribute or XmlAttributeAttribute to specify a new name.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidXmlOverride">
            <summary>Member '{0}.{1}' hides inherited member '{2}.{3}', but has different custom attributes.</summary>
        </member>
        <member name="P:ResXml.XmlMembersDeriveError">
            <summary>These members may not be derived.</summary>
        </member>
        <member name="P:ResXml.XmlTypeUsedTwice">
            <summary>The type '{0}' from namespace '{1}' was used in two different ways.</summary>
        </member>
        <member name="P:ResXml.XmlMissingGroup">
            <summary>Group {0} is missing.</summary>
        </member>
        <member name="P:ResXml.XmlMissingAttributeGroup">
            <summary>The attribute group {0} is missing.</summary>
        </member>
        <member name="P:ResXml.XmlMissingDataType">
            <summary>The datatype '{0}' is missing.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidEncoding">
            <summary>Referenced type '{0}' is only valid for encoded SOAP.</summary>
        </member>
        <member name="P:ResXml.XmlMissingElement">
            <summary>The element '{0}' is missing.</summary>
        </member>
        <member name="P:ResXml.XmlMissingAttribute">
            <summary>The attribute {0} is missing.</summary>
        </member>
        <member name="P:ResXml.XmlMissingMethodEnum">
            <summary>The method for enum {0} is missing.</summary>
        </member>
        <member name="P:ResXml.XmlNoAttributeHere">
            <summary>Cannot write a node of type XmlAttribute as an element value. Use XmlAnyAttributeAttribute with an array of XmlNode or XmlAttribute to write the node as an attribute.</summary>
        </member>
        <member name="P:ResXml.XmlNeedAttributeHere">
            <summary>The node must be either type XmlAttribute or a derived type.</summary>
        </member>
        <member name="P:ResXml.XmlElementNameMismatch">
            <summary>This element was named '{0}' from namespace '{1}' but should have been named '{2}' from namespace '{3}'.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedDefaultType">
            <summary>The default value type, {0}, is unsupported.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedDefaultValue">
            <summary>The formatter {0} cannot be used for default values.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidDefaultValue">
            <summary>Value '{0}' cannot be converted to {1}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidDefaultEnumValue">
            <summary>Enum {0} cannot be converted to {1}.</summary>
        </member>
        <member name="P:ResXml.XmlUnknownNode">
            <summary>{0} was not expected.</summary>
        </member>
        <member name="P:ResXml.XmlUnknownConstant">
            <summary>Instance validation error: '{0}' is not a valid value for {1}.</summary>
        </member>
        <member name="P:ResXml.XmlSerializeError">
            <summary>There is an error in the XML document.</summary>
        </member>
        <member name="P:ResXml.XmlSerializeErrorDetails">
            <summary>There is an error in XML document ({0}, {1}).</summary>
        </member>
        <member name="P:ResXml.XmlCompilerError">
            <summary>Unable to generate a temporary class (result={0}).</summary>
        </member>
        <member name="P:ResXml.XmlSchemaDuplicateNamespace">
            <summary>There are more then one schema with targetNamespace='{0}'.</summary>
        </member>
        <member name="P:ResXml.XmlSchemaCompiled">
            <summary>Cannot add schema to compiled schemas collection.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidSchemaExtension">
            <summary>'{0}' is not a valid SchemaExtensionType.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidArrayDimentions">
            <summary>SOAP-ENC:arrayType with multidimensional array found at {0}. Only single-dimensional arrays are supported. Consider using an array of arrays instead.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidArrayTypeName">
            <summary>The SOAP-ENC:arrayType references type is named '{0}'; a type named '{1}' was expected at {2}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidArrayTypeNamespace">
            <summary>The SOAP-ENC:arrayType references type is from namespace '{0}'; the namespace '{1}' was expected at {2}.</summary>
        </member>
        <member name="P:ResXml.XmlMissingArrayType">
            <summary>SOAP-ENC:arrayType was missing at {0}.</summary>
        </member>
        <member name="P:ResXml.XmlEmptyArrayType">
            <summary>SOAP-ENC:arrayType was empty at {0}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidArraySyntax">
            <summary>SOAP-ENC:arrayType must end with a ']' character.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidArrayTypeSyntax">
            <summary>Invalid wsd:arrayType syntax: '{0}'.</summary>
        </member>
        <member name="P:ResXml.XmlMismatchedArrayBrackets">
            <summary>SOAP-ENC:arrayType has mismatched brackets.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidArrayLength">
            <summary>SOAP-ENC:arrayType could not handle '{1}' as the length of the array.</summary>
        </member>
        <member name="P:ResXml.XmlMissingHref">
            <summary>The referenced element with ID '{0}' is located outside the current document and cannot be retrieved.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidHref">
            <summary>The referenced element with ID '{0}' was not found in the document.</summary>
        </member>
        <member name="P:ResXml.XmlUnknownType">
            <summary>The specified type was not recognized: name='{0}', namespace='{1}', at {2}.</summary>
        </member>
        <member name="P:ResXml.XmlAbstractType">
            <summary>The specified type is abstract: name='{0}', namespace='{1}', at {2}.</summary>
        </member>
        <member name="P:ResXml.XmlMappingsScopeMismatch">
            <summary>Exported mappings must come from the same importer.</summary>
        </member>
        <member name="P:ResXml.XmlMethodTypeNameConflict">
            <summary>The XML element '{0}' from namespace '{1}' references a method and a type. Change the method's message name using WebMethodAttribute or change the type's root element using the XmlRootAttribute.</summary>
        </member>
        <member name="P:ResXml.XmlCannotReconcileAccessor">
            <summary>The top XML element '{0}' from namespace '{1}' references distinct types {2} and {3}. Use XML attributes to specify another XML name or namespace for the element or types.</summary>
        </member>
        <member name="P:ResXml.XmlCannotReconcileAttributeAccessor">
            <summary>The global XML attribute '{0}' from namespace '{1}' references distinct types {2} and {3}. Use XML attributes to specify another XML name or namespace for the attribute or types.</summary>
        </member>
        <member name="P:ResXml.XmlCannotReconcileAccessorDefault">
            <summary>The global XML item '{0}' from namespace '{1}' has mismatch default value attributes: '{2}' and '{3}' and cannot be mapped to the same schema item. Use XML attributes to specify another XML name or namespace for one of the items, or make sure that the defa ...</summary>
        </member>
        <member name="P:ResXml.XmlInvalidTypeAttributes">
            <summary>XmlRoot and XmlType attributes may not be specified for the type {0}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidAttributeUse">
            <summary>XML attributes may not be specified for the type {0}.</summary>
        </member>
        <member name="P:ResXml.XmlTypesDuplicate">
            <summary>Types '{0}' and '{1}' both use the XML type name, '{2}', from namespace '{3}'. Use XML attributes to specify a unique XML name and/or namespace for the type.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidSoapArray">
            <summary>An array of type {0} may not be used with XmlArrayType.Soap.</summary>
        </member>
        <member name="P:ResXml.XmlCannotIncludeInSchema">
            <summary>The type {0} may not be exported to a schema because the IncludeInSchema property of the XmlType attribute is 'false'.</summary>
        </member>
        <member name="P:ResXml.XmlSoapCannotIncludeInSchema">
            <summary>The type {0} may not be exported to a schema because the IncludeInSchema property of the SoapType attribute is 'false'.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidSerializable">
            <summary>The type {0} may not be used in this context. To use {0} as a parameter, return type, or member of a class or struct, the parameter, return type, or member must be declared as type {0} (it cannot be object). Objects of type {0} may not be used in un-typed  ...</summary>
        </member>
        <member name="P:ResXml.XmlInvalidUseOfType">
            <summary>The type {0} may not be used in this context.</summary>
        </member>
        <member name="P:ResXml.XmlUnxpectedType">
            <summary>The type {0} was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically.</summary>
        </member>
        <member name="P:ResXml.XmlUnknownAnyElement">
            <summary>The XML element '{0}' from namespace '{1}' was not expected. The XML element name and namespace must match those provided via XmlAnyElementAttribute(s).</summary>
        </member>
        <member name="P:ResXml.XmlMultipleAttributeOverrides">
            <summary>{0}. {1} already has attributes.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidEnumAttribute">
            <summary>Only SoapEnum may be used on enum constants.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidReturnPosition">
            <summary>The return value must be the first member.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidElementAttribute">
            <summary>Only SoapElementAttribute or SoapAttributeAttribute may be used on members.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidVoid">
            <summary>The type Void is not valid in this context.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidContent">
            <summary>Invalid content {0}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidSchemaElementType">
            <summary>Types must be declared at the top level in the schema. Please review schema type '{0}' from namespace '{1}': element '{2}' is using anonymous type declaration, anonymous types are not supported with encoded SOAP.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidSubstitutionGroupUse">
            <summary>Substitution group may not be used with encoded SOAP. Please review type declaration '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlElementMissingType">
            <summary>Please review type declaration '{0}' from namespace '{1}': element '{2}' does not specify a type.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidAnyAttributeUse">
            <summary>Any may not be specified. Attributes are not supported with encoded SOAP. Please review schema type '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlSoapInvalidAttributeUse">
            <summary>Attributes are not supported with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}': use elements (not attributes) for fields/parameters.</summary>
        </member>
        <member name="P:ResXml.XmlSoapInvalidChoice">
            <summary>Choice is not supported with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}': use all or sequence (not choice) for fields/parameters.</summary>
        </member>
        <member name="P:ResXml.XmlSoapUnsupportedGroupRef">
            <summary>The ref syntax for groups is not supported with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}': replace the group reference with local group declaration.</summary>
        </member>
        <member name="P:ResXml.XmlSoapUnsupportedGroupRepeat">
            <summary>Group may not repeat.  Unbounded groups are not supported with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlSoapUnsupportedGroupNested">
            <summary>Nested groups may not be used with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlSoapUnsupportedGroupAny">
            <summary>Any may not be used with encoded SOAP. Please change definition of schema type '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidEnumContent">
            <summary>Invalid content '{0}' for enumerated data type {1}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidAttributeType">
            <summary>{0} may not be used on parameters or return values when they are not wrapped.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidBaseType">
            <summary>Type {0} cannot derive from {1} because it already has base type {2}.</summary>
        </member>
        <member name="P:ResXml.XmlPrimitiveBaseType">
            <summary>Type '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidIdentifier">
            <summary>Identifier '{0}' is not CLS-compliant.</summary>
        </member>
        <member name="P:ResXml.XmlGenError">
            <summary>There was an error generating the XML document.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidXmlns">
            <summary>Invalid namespace attribute: xmlns:{0}="".</summary>
        </member>
        <member name="P:ResXml.XmlCircularReference">
            <summary>A circular reference was detected while serializing an object of type {0}.</summary>
        </member>
        <member name="P:ResXml.XmlCircularReference2">
            <summary>A circular type reference was detected in anonymous type '{0}'.  Please change '{0}' to be a named type by setting {1}={2} in the type definition.</summary>
        </member>
        <member name="P:ResXml.XmlAnonymousBaseType">
            <summary>Illegal type derivation: Type '{0}' derives from anonymous type '{1}'. Please change '{1}' to be a named type by setting {2}={3} in the type definition.</summary>
        </member>
        <member name="P:ResXml.XmlMissingSchema">
            <summary>Missing schema targetNamespace="{0}".</summary>
        </member>
        <member name="P:ResXml.XmlNoSerializableMembers">
            <summary>Cannot serialize object of type '{0}'. The object does not have serializable members.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalOverride">
            <summary>Error: Type '{0}' could not be imported because it redefines inherited member '{1}' with a different type. '{1}' is declared as type '{3}' on '{0}', but as type '{2}' on base class '{4}'.</summary>
        </member>
        <member name="P:ResXml.XmlReadOnlyCollection">
            <summary>Could not deserialize {0}. Parameterless constructor is required for collections and enumerators.</summary>
        </member>
        <member name="P:ResXml.XmlRpcNestedValueType">
            <summary>Cannot serialize {0}. Nested structs are not supported with encoded SOAP.</summary>
        </member>
        <member name="P:ResXml.XmlRpcRefsInValueType">
            <summary>Cannot serialize {0}. References in structs are not supported with encoded SOAP.</summary>
        </member>
        <member name="P:ResXml.XmlRpcArrayOfValueTypes">
            <summary>Cannot serialize {0}. Arrays of structs are not supported with encoded SOAP.</summary>
        </member>
        <member name="P:ResXml.XmlDuplicateElementName">
            <summary>The XML element '{0}' from namespace '{1}' is already present in the current scope. Use XML attributes to specify another XML name or namespace for the element.</summary>
        </member>
        <member name="P:ResXml.XmlDuplicateAttributeName">
            <summary>The XML attribute '{0}' from namespace '{1}' is already present in the current scope. Use XML attributes to specify another XML name or namespace for the attribute.</summary>
        </member>
        <member name="P:ResXml.XmlBadBaseElement">
            <summary>Element '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.</summary>
        </member>
        <member name="P:ResXml.XmlBadBaseType">
            <summary>Type '{0}' from namespace '{1}' is not a complex type and cannot be used as a {2}.</summary>
        </member>
        <member name="P:ResXml.XmlUndefinedAlias">
            <summary>Namespace prefix '{0}' is not defined.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceIdentifierType">
            <summary>Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use {2}.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceIdentifierArrayType">
            <summary>Type of choice identifier '{0}' is inconsistent with type of '{1}'. Please use array of {2}.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceIdentifierTypeEnum">
            <summary>Choice identifier '{0}' must be an enum.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceIdentiferMemberMissing">
            <summary>Missing '{0}' member needed for serialization of choice '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceIdentiferAmbiguous">
            <summary>Ambiguous choice identifier. There are several members named '{0}'.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceIdentiferMissing">
            <summary>You need to add {0} to the '{1}' member.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceMissingValue">
            <summary>Type {0} is missing enumeration value '{1}' for element '{2}' from namespace '{3}'.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceMissingAnyValue">
            <summary>Type {0} is missing enumeration value '##any:' corresponding to XmlAnyElementAttribute.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceMismatchChoiceException">
            <summary>Value of {0} mismatches the type of {1}; you need to set it to {2}.</summary>
        </member>
        <member name="P:ResXml.XmlArrayItemAmbiguousTypes">
            <summary>Ambiguous types specified for member '{0}'.  Items '{1}' and '{2}' have the same type.  Please consider using {3} with {4} instead.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedInterface">
            <summary>Cannot serialize interface {0}.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedInterfaceDetails">
            <summary>Cannot serialize member {0} of type {1} because it is an interface.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedRank">
            <summary>Cannot serialize object of type {0}. Multidimensional arrays are not supported.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedInheritance">
            <summary>Using {0} as a base type for a class is not supported by XmlSerializer.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalMultipleText">
            <summary>Cannot serialize object of type '{0}' because it has multiple XmlText attributes. Consider using an array of strings with XmlTextAttribute for serialization of a mixed complex type.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalMultipleTextMembers">
            <summary>XmlText may not be used on multiple parameters or return values.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalArrayTextAttribute">
            <summary>Member '{0}' cannot be encoded using the XmlText attribute. You may use the XmlText attribute to encode primitives, enumerations, arrays of strings, or arrays of XmlNode.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalTypedTextAttribute">
            <summary>Cannot serialize object of type '{0}'. Consider changing type of XmlText member '{0}.{1}' from {2} to string or string array.</summary>
        </member>
        <member name="P:ResXml.XmlIllegalSimpleContentExtension">
            <summary>Cannot serialize object of type '{0}'. Base type '{1}' has simpleContent and can only be extended by adding XmlAttribute elements. Please consider changing XmlText member of the base class to string array.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidCast">
            <summary>Cannot assign object of type {0} to an object of type {1}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidCastWithId">
            <summary>Cannot assign object of type {0} to an object of type {1}. The error occurred while reading node with id='{2}'.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidArrayRef">
            <summary>Invalid reference id='{0}'. Object of type {1} cannot be stored in an array of this type. Details: array index={2}.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidNullCast">
            <summary>Cannot assign null value to an object of type {1}.</summary>
        </member>
        <member name="P:ResXml.XmlMultipleXmlns">
            <summary>Cannot serialize object of type '{0}' because it has multiple XmlNamespaceDeclarations attributes.</summary>
        </member>
        <member name="P:ResXml.XmlMultipleXmlnsMembers">
            <summary>XmlNamespaceDeclarations may not be used on multiple parameters or return values.</summary>
        </member>
        <member name="P:ResXml.XmlXmlnsInvalidType">
            <summary>Cannot use XmlNamespaceDeclarations attribute on member '{0}' of type {1}.  This attribute is only valid on members of type {2}.</summary>
        </member>
        <member name="P:ResXml.XmlSoleXmlnsAttribute">
            <summary>XmlNamespaceDeclarations attribute cannot be used in conjunction with any other custom attributes.</summary>
        </member>
        <member name="P:ResXml.XmlConstructorHasSecurityAttributes">
            <summary>The type '{0}' cannot be serialized because its parameterless constructor is decorated with declarative security permission attributes. Consider using imperative asserts or demands in the constructor.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidChoiceIdentifierValue">
            <summary>Invalid or missing value of the choice identifier '{1}' of type '{0}[]'.</summary>
        </member>
        <member name="P:ResXml.XmlAnyElementDuplicate">
            <summary>The element '{0}' has been attributed with duplicate XmlAnyElementAttribute(Name="{1}", Namespace="{2}").</summary>
        </member>
        <member name="P:ResXml.XmlChoiceIdDuplicate">
            <summary>Enum values in the XmlChoiceIdentifier '{0}' have to be unique.  Value '{1}' already present.</summary>
        </member>
        <member name="P:ResXml.XmlChoiceIdentifierMismatch">
            <summary>Value '{0}' of the choice identifier '{1}' does not match element '{2}' from namespace '{3}'.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedRedefine">
            <summary>Cannot import schema for type '{0}' from namespace '{1}'. Redefine not supported.</summary>
        </member>
        <member name="P:ResXml.XmlDuplicateElementInScope">
            <summary>The XML element named '{0}' from namespace '{1}' is already present in the current scope.</summary>
        </member>
        <member name="P:ResXml.XmlDuplicateElementInScope1">
            <summary>The XML element named '{0}' from namespace '{1}' is already present in the current scope. Elements with the same name in the same scope must have the same type.</summary>
        </member>
        <member name="P:ResXml.XmlNoPartialTrust">
            <summary>One or more assemblies referenced by the XmlSerializer cannot be called from partially trusted code.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidEncodingNotEncoded1">
            <summary>The encoding style '{0}' is not valid for this call because this XmlSerializer instance does not support encoding. Use the SoapReflectionImporter to initialize an XmlSerializer that supports encoding.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidEncoding3">
            <summary>The encoding style '{0}' is not valid for this call. Valid values are '{1}' for SOAP 1.1 encoding or '{2}' for SOAP 1.2 encoding.</summary>
        </member>
        <member name="P:ResXml.XmlInvalidSpecifiedType">
            <summary>Member '{0}' of type {1} cannot be serialized.  Members with names ending on 'Specified' suffix have special meaning to the XmlSerializer: they control serialization of optional ValueType members and have to be of type {2}.</summary>
        </member>
        <member name="P:ResXml.XmlUnsupportedOpenGenericType">
            <summary>Type {0} is not supported because it has unbound generic parameters.  Only instantiated generic types can be serialized.</summary>
        </member>
        <member name="P:ResXml.XmlMismatchSchemaObjects">
            <summary>Warning: Cannot share {0} named '{1}' from '{2}' namespace. Several mismatched schema declarations were found.</summary>
        </member>
        <member name="P:ResXml.XmlCircularTypeReference">
            <summary>Type '{0}' from targetNamespace='{1}' has invalid definition: Circular type reference.</summary>
        </member>
        <member name="P:ResXml.XmlCircularGroupReference">
            <summary>Group '{0}' from targetNamespace='{1}' has invalid definition: Circular group reference.</summary>
        </member>
        <member name="P:ResXml.XmlRpcLitElementNamespace">
            <summary>{0}='{1}' is not supported with rpc\literal SOAP. The wrapper element has to be unqualified.</summary>
        </member>
        <member name="P:ResXml.XmlRpcLitElementNullable">
            <summary>{0}='{1}' is not supported with rpc\literal SOAP. The wrapper element cannot be nullable.</summary>
        </member>
        <member name="P:ResXml.XmlRpcLitElements">
            <summary>Multiple accessors are not supported with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.</summary>
        </member>
        <member name="P:ResXml.XmlRpcLitArrayElement">
            <summary>Input or output values of an rpc\literal method cannot have maxOccurs &gt; 1. Provide a wrapper element for '{0}' by using XmlArray or XmlArrayItem instead of XmlElement attribute.</summary>
        </member>
        <member name="P:ResXml.XmlRpcLitAttributeAttributes">
            <summary>XmlAttribute and XmlAnyAttribute cannot be used with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.</summary>
        </member>
        <member name="P:ResXml.XmlRpcLitAttributes">
            <summary>XmlText, XmlAnyElement, or XmlChoiceIdentifier cannot be used with rpc\literal SOAP, you may use the following attributes: XmlArray, XmlArrayItem, or single XmlElement.</summary>
        </member>
        <member name="P:ResXml.XmlSequenceMembers">
            <summary>Explicit sequencing may not be used on parameters or return values.  Please remove {0} property from custom attributes.</summary>
        </member>
        <member name="P:ResXml.XmlRpcLitXmlns">
            <summary>Input or output values of an rpc\literal method cannot have an XmlNamespaceDeclarations attribute (member '{0}').</summary>
        </member>
        <member name="P:ResXml.XmlDuplicateNs">
            <summary>Illegal namespace declaration xmlns:{0}='{1}'. Namespace alias '{0}' already defined in the current scope.</summary>
        </member>
        <member name="P:ResXml.XmlAnonymousInclude">
            <summary>Cannot include anonymous type '{0}'.</summary>
        </member>
        <member name="P:ResXml.RefSyntaxNotSupportedForElements0">
            <summary>Element reference syntax not supported with encoded SOAP. Replace element reference '{0}' from namespace '{1}' with a local element declaration.</summary>
        </member>
        <member name="P:ResXml.XmlSchemaIncludeLocation">
            <summary>Schema attribute schemaLocation='{1}' is not supported on objects of type {0}.  Please set {0}.Schema property.</summary>
        </member>
        <member name="P:ResXml.XmlSerializableSchemaError">
            <summary>Schema type information provided by {0} is invalid: {1}</summary>
        </member>
        <member name="P:ResXml.XmlGetSchemaMethodName">
            <summary>'{0}' is an invalid language identifier.</summary>
        </member>
        <member name="P:ResXml.XmlGetSchemaMethodMissing">
            <summary>You must implement public static {0}({1}) method on {2}.</summary>
        </member>
        <member name="P:ResXml.XmlGetSchemaMethodReturnType">
            <summary>Method {0}.{1}() specified by {2} has invalid signature: return type must be compatible with {3}.</summary>
        </member>
        <member name="P:ResXml.XmlGetSchemaEmptyTypeName">
            <summary>{0}.{1}() must return a valid type name.</summary>
        </member>
        <member name="P:ResXml.XmlGetSchemaTypeMissing">
            <summary>{0}.{1}() must return a valid type name. Type '{2}' cannot be found in the targetNamespace='{3}'.</summary>
        </member>
        <member name="P:ResXml.XmlGetSchemaInclude">
            <summary>Multiple schemas with targetNamespace='{0}' returned by {1}.{2}().  Please use only the main (parent) schema, and add the others to the schema Includes.</summary>
        </member>
        <member name="P:ResXml.XmlSerializableAttributes">
            <summary>Only XmlRoot attribute may be specified for the type {0}. Please use {1} to specify schema type.</summary>
        </member>
        <member name="P:ResXml.XmlSerializableMergeItem">
            <summary>Cannot merge schemas with targetNamespace='{0}'. Several mismatched declarations were found: {1}</summary>
        </member>
        <member name="P:ResXml.XmlSerializableBadDerivation">
            <summary>Type '{0}' from namespace '{1}' declared as derivation of type '{2}' from namespace '{3}, but corresponding CLR types are not compatible.  Cannot convert type '{4}' to '{5}'.</summary>
        </member>
        <member name="P:ResXml.XmlSerializableMissingClrType">
            <summary>Type '{0}' from namespace '{1}' does not have corresponding IXmlSerializable type. Please consider adding {2} to '{3}'.</summary>
        </member>
        <member name="P:ResXml.XmlCircularDerivation">
            <summary>Circular reference in derivation of IXmlSerializable type '{0}'.</summary>
        </member>
        <member name="P:ResXml.XmlSerializerAccessDenied">
            <summary>Access to the temp directory is denied.  The process under which XmlSerializer is running does not have sufficient permission to access the temp directory.  CodeDom will use the user account the process is using to do the compilation, so if the user doesn� ...</summary>
        </member>
        <member name="P:ResXml.XmlIdentityAccessDenied">
            <summary>Access to the temp directory is denied.  Identity '{0}' under which XmlSerializer is running does not have sufficient permission to access the temp directory.  CodeDom will use the user account the process is using to do the compilation, so if the user doe ...</summary>
        </member>
        <member name="P:ResXml.XmlMelformMapping">
            <summary>This mapping was not crated by reflection importer and cannot be used in this context.</summary>
        </member>
        <member name="P:ResXml.XmlSchemaSyntaxErrorDetails">
            <summary>Schema with targetNamespace='{0}' has invalid syntax. {1} Line {2}, position {3}.</summary>
        </member>
        <member name="P:ResXml.XmlSchemaElementReference">
            <summary>Element reference '{0}' declared in schema type '{1}' from namespace '{2}'.</summary>
        </member>
        <member name="P:ResXml.XmlSchemaAttributeReference">
            <summary>Attribute reference '{0}' declared in schema type '{1}' from namespace '{2}'.</summary>
        </member>
        <member name="P:ResXml.XmlSchemaItem">
            <summary>Schema item '{1}' from namespace '{0}'. {2}</summary>
        </member>
        <member name="P:ResXml.XmlSchemaNamedItem">
            <summary>Schema item '{1}' named '{2}' from namespace '{0}'. {3}</summary>
        </member>
        <member name="P:ResXml.XmlSchemaContentDef">
            <summary>Check content definition of schema type '{0}' from namespace '{1}'. {2}</summary>
        </member>
        <member name="P:ResXml.XmlSchema">
            <summary>Schema with targetNamespace='{0}' has invalid syntax. {1}</summary>
        </member>
        <member name="P:ResXml.XmlSerializerCompileFailed">
            <summary>Cannot load dynamically generated serialization assembly. In some hosting environments assembly load functionality is restricted, consider using pre-generated serializer. Please see inner exception for more information.</summary>
        </member>
        <member name="P:ResXml.XmlSerializableRootDupName">
            <summary>Cannot reconcile schema for '{0}'. Please use [XmlRoot] attribute to change default name or namespace of the top-level element to avoid duplicate element declarations: element name='{1}' namespace='{2}'.</summary>
        </member>
        <member name="P:ResXml.XmlDropDefaultAttribute">
            <summary>DefaultValue attribute on members of type {0} is not supported in this version of the .Net Framework.</summary>
        </member>
        <member name="P:ResXml.XmlDropAttributeValue">
            <summary>'{0}' attribute on items of type '{1}' is not supported in this version of the .Net Framework.  Ignoring {0}='{2}' attribute.</summary>
        </member>
        <member name="P:ResXml.XmlDropArrayAttributeValue">
            <summary>'{0}' attribute on array-like elements is not supported in this version of the .Net Framework.  Ignoring {0}='{1}' attribute on element name='{2}'.</summary>
        </member>
        <member name="P:ResXml.XmlDropNonPrimitiveAttributeValue">
            <summary>'{0}' attribute supported only for primitive types.  Ignoring {0}='{1}' attribute.</summary>
        </member>
        <member name="P:ResXml.XmlNotKnownDefaultValue">
            <summary>Schema importer extension {0} failed to parse '{1}'='{2}' attribute of type {3} from namespace='{4}'.</summary>
        </member>
        <member name="P:ResXml.XmlRemarks">
            <summary>&lt;remarks/&gt;</summary>
        </member>
        <member name="P:ResXml.XmlCodegenWarningDetails">
            <summary>CODEGEN Warning: {0}</summary>
        </member>
        <member name="P:ResXml.XmlExtensionComment">
            <summary>This type definition was generated by {0} schema importer extension.</summary>
        </member>
        <member name="P:ResXml.XmlExtensionDuplicateDefinition">
            <summary>Schema importer extension {0} generated duplicate type definitions: {1}.</summary>
        </member>
        <member name="P:ResXml.XmlImporterExtensionBadLocalTypeName">
            <summary>Schema importer extension {0} returned invalid type information: '{1}' is not a valid type name.</summary>
        </member>
        <member name="P:ResXml.XmlImporterExtensionBadTypeName">
            <summary>Schema importer extension {0} returned invalid type information for xsd type {1} from namespace='{2}': '{3}' is not a valid type name.</summary>
        </member>
        <member name="P:ResXml.XmlConfigurationDuplicateExtension">
            <summary>Duplicate extension name.  schemaImporterExtension with name '{0}' already been added.</summary>
        </member>
        <member name="P:ResXml.XmlPregenMissingDirectory">
            <summary>Could not find directory to save XmlSerializer generated assembly: {0}.</summary>
        </member>
        <member name="P:ResXml.XmlPregenMissingTempDirectory">
            <summary>Could not find TEMP directory to save XmlSerializer generated assemblies.</summary>
        </member>
        <member name="P:ResXml.XmlPregenTypeDynamic">
            <summary>Cannot pre-generate serialization assembly for type '{0}'. Pre-generation of serialization assemblies is not supported for dynamic types. Save the assembly and load it from disk to use it with XmlSerialization.</summary>
        </member>
        <member name="P:ResXml.XmlSerializerExpiredDetails">
            <summary>Pre-generated serializer '{0}' has expired. You need to re-generate serializer for '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlSerializerExpired">
            <summary>Pre-generated assembly '{0}' CodeBase='{1}' has expired.</summary>
        </member>
        <member name="P:ResXml.XmlPregenAssemblyDynamic">
            <summary>Cannot pre-generate serialization assembly. Pre-generation of serialization assemblies is not supported for dynamic assemblies. Save the assembly and load it from disk to use it with XmlSerialization.</summary>
        </member>
        <member name="P:ResXml.XmlNotSerializable">
            <summary>Type '{0}' is not serializable.</summary>
        </member>
        <member name="P:ResXml.XmlPregenOrphanType">
            <summary>Cannot pre-generate serializer for multiple assemblies. Type '{0}' does not belong to assembly {1}.</summary>
        </member>
        <member name="P:ResXml.XmlPregenCannotLoad">
            <summary>Could not load file or assembly '{0}' or one of its dependencies. The system cannot find the file specified.</summary>
        </member>
        <member name="P:ResXml.XmlPregenInvalidXmlSerializerAssemblyAttribute">
            <summary>Invalid XmlSerializerAssemblyAttribute usage. Please use {0} property or {1} property.</summary>
        </member>
        <member name="P:ResXml.XmlSequenceInconsistent">
            <summary>Inconsistent sequencing: if used on one of the class's members, the '{0}' property is required on all particle-like members, please explicitly set '{0}' using XmlElement, XmlAnyElement or XmlArray custom attribute on class member '{1}'.</summary>
        </member>
        <member name="P:ResXml.XmlSequenceUnique">
            <summary>'{1}' values must be unique within the same scope. Value '{0}' is in use. Please change '{1}' property on '{2}'.</summary>
        </member>
        <member name="P:ResXml.XmlSequenceHierarchy">
            <summary>There was an error processing type '{0}'. Type member '{1}' declared in '{2}' is missing required '{3}' property. If one class in the class hierarchy uses explicit sequencing feature ({3}), then its base class and all derived classes have to do the same.</summary>
        </member>
        <member name="P:ResXml.XmlSequenceMatch">
            <summary>If multiple custom attributes specified on a single member only one of them have to have explicit '{0}' property, however if more that one attribute has the explicit '{0}', all values have to match.</summary>
        </member>
        <member name="P:ResXml.XmlDisallowNegativeValues">
            <summary>Negative values are prohibited.</summary>
        </member>
        <member name="P:ResXml.Xml_UnparsedEntity">
            <summary>The '{0}' entity is not an unparsed entity.</summary>
        </member>
        <member name="P:ResXml.Xml_InvalidSurrogatePair">
            <summary>The surrogate pair is invalid.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidContent">
            <summary>The element '{0}' has invalid content.</summary>
        </member>
        <member name="P:ResXml.Xp_InvalidArgument">
            <summary>'{0}' function in '{1}' has an invalid argument. Possibly ')' is missing.</summary>
        </member>
        <member name="P:ResXml.XmlMissingMethod">
            <summary>{0} was not found in {1}.</summary>
        </member>
        <member name="P:ResXml.XmlSchemaSyntaxError">
            <summary>Schema with targetNamespace='{0}' has invalid syntax.</summary>
        </member>
        <member name="P:ResXml.Xml_UnexpectedToken">
            <summary>This is an unexpected token. The expected token is '{0}'.</summary>
        </member>
        <member name="P:ResXml.Xml_PartialContentNodeTypeNotSupported">
            <summary>This NodeType is not supported for partial content parsing.</summary>
        </member>
        <member name="P:ResXml.Sch_AttributeValueDataType">
            <summary>The '{0}' attribute has an invalid value according to its data type.</summary>
        </member>
        <member name="P:ResXml.Sch_ElementValueDataType">
            <summary>The '{0}' element has an invalid value according to its data type.</summary>
        </member>
        <member name="P:ResXml.Sch_NonDeterministicAny">
            <summary>The content model must be deterministic. Wildcard declaration along with a local element declaration causes the content model to become ambiguous.</summary>
        </member>
        <member name="P:ResXml.Sch_MismatchTargetNamespace">
            <summary>The attribute targetNamespace does not match the designated namespace URI.</summary>
        </member>
        <member name="P:ResXml.Sch_UnionFailed">
            <summary>Union does not support this value.</summary>
        </member>
        <member name="P:ResXml.Sch_XsiTypeBlocked">
            <summary>The element '{0}' has xsi:type derivation blocked.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementInEmpty">
            <summary>The element cannot contain child element. Content model is empty.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidElementInTextOnly">
            <summary>The element cannot contain a child element. Content model is text only.</summary>
        </member>
        <member name="P:ResXml.Sch_InvalidNameAttribute">
            <summary>Invalid 'name' attribute value: {0}.</summary>
        </member>
        <member name="P:ResXml.XmlInternalError">
            <summary>Internal error.</summary>
        </member>
        <member name="P:ResXml.XmlInternalErrorDetails">
            <summary>Internal error: {0}.</summary>
        </member>
        <member name="P:ResXml.XmlInternalErrorMethod">
            <summary>Internal error: missing generated method for {0}.</summary>
        </member>
        <member name="P:ResXml.XmlInternalErrorReaderAdvance">
            <summary>Internal error: deserialization failed to advance over underlying stream.</summary>
        </member>
        <member name="P:ResXml.Enc_InvalidByteInEncoding">
            <summary>Invalid byte was found at index {0}.</summary>
        </member>
        <member name="P:ResXml.Arg_ExpectingXmlTextReader">
            <summary>The XmlReader passed in to construct this XmlValidatingReaderImpl must be an instance of a Microsoft.Xml.XmlTextReader.</summary>
        </member>
        <member name="P:ResXml.Arg_CannotCreateNode">
            <summary>Cannot create node of type {0}.</summary>
        </member>
        <member name="P:ResXml.Xml_XapResolverCannotOpenUri">
            <summary>Cannot open '{0}'. The Uri parameter must be a relative path pointing to content inside the Silverlight application's XAP package. If you need to load content from an arbitrary Uri, please see the documentation on Loading XML content using WebClient/HttpWe ...</summary>
        </member>
        <member name="P:SRCodeDom.toStringUnknown">
            <summary>(unknown)</summary>
        </member>
        <member name="P:SRCodeDom.InvalidNullEmptyArgument">
            <summary>Argument {0} cannot be null or zero-length.</summary>
        </member>
        <member name="P:SRCodeDom.InvalidElementType">
            <summary>Element type {0} is not supported.</summary>
        </member>
        <member name="P:SRCodeDom.InvalidIdentifier">
            <summary>Identifier '{0}' is not valid.</summary>
        </member>
        <member name="P:SRCodeDom.DuplicateFileName">
            <summary>The file name '{0}' was already in the collection.</summary>
        </member>
        <member name="P:SRCodeDom.Argument_NullComment">
            <summary>The 'Comment' property of the CodeCommentStatement '{0}' cannot be null.</summary>
        </member>
        <member name="P:SRCodeDom.InvalidPrimitiveType">
            <summary>Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression.</summary>
        </member>
        <member name="P:SRCodeDom.Cannot_Specify_Both_Compiler_Path_And_Version">
            <summary>Cannot specify both the '{0}' and '{1}' CodeDom provider options to choose a compiler. Please remove one of them.</summary>
        </member>
        <member name="P:SRCodeDom.CodeGenOutputWriter">
            <summary>The output writer for code generation and the writer supplied don't match and cannot be used. This is generally caused by a bad implementation of a CodeGenerator derived class.</summary>
        </member>
        <member name="P:SRCodeDom.CodeGenReentrance">
            <summary>This code generation API cannot be called while the generator is being used to generate something else.</summary>
        </member>
        <member name="P:SRCodeDom.InvalidLanguageIdentifier">
            <summary>The identifier:"{0}" on the property:"{1}" of type:"{2}" is not a valid language-independent identifier name. Check to see if CodeGenerator.IsValidLanguageIndependentIdentifier allows the identifier name.</summary>
        </member>
        <member name="P:SRCodeDom.InvalidTypeName">
            <summary>The type name:"{0}" on the property:"{1}" of type:"{2}" is not a valid language-independent type name.</summary>
        </member>
        <member name="P:SRCodeDom.Empty_attribute">
            <summary>The '{0}' attribute cannot be an empty string.</summary>
        </member>
        <member name="P:SRCodeDom.Invalid_nonnegative_integer_attribute">
            <summary>The '{0}' attribute must be a non-negative integer.</summary>
        </member>
        <member name="P:SRCodeDom.CodeDomProvider_NotDefined">
            <summary>There is no CodeDom provider defined for the language.</summary>
        </member>
        <member name="P:SRCodeDom.Language_Names_Cannot_Be_Empty">
            <summary>You need to specify a non-empty String for a language name in the CodeDom configuration section.</summary>
        </member>
        <member name="P:SRCodeDom.Extension_Names_Cannot_Be_Empty_Or_Non_Period_Based">
            <summary>An extension name in the CodeDom configuration section must be a non-empty string which starts with a period.</summary>
        </member>
        <member name="P:SRCodeDom.Unable_To_Locate_Type">
            <summary>The CodeDom provider type "{0}" could not be located.</summary>
        </member>
        <member name="P:SRCodeDom.NotSupported_CodeDomAPI">
            <summary>This CodeDomProvider does not support this method.</summary>
        </member>
        <member name="P:SRCodeDom.ArityDoesntMatch">
            <summary>The total arity specified in '{0}' does not match the number of TypeArguments supplied.  There were '{1}' TypeArguments supplied.</summary>
        </member>
        <member name="P:SRCodeDom.AutoGen_Comment_Line2">
            <summary>This code was generated by a tool.</summary>
        </member>
        <member name="P:SRCodeDom.AutoGen_Comment_Line3">
            <summary>Runtime Version:</summary>
        </member>
        <member name="P:SRCodeDom.AutoGen_Comment_Line4">
            <summary>Changes to this file may cause incorrect behavior and will be lost if</summary>
        </member>
        <member name="P:SRCodeDom.AutoGen_Comment_Line5">
            <summary>the code is regenerated.</summary>
        </member>
        <member name="P:SRCodeDom.InvalidPathCharsInChecksum">
            <summary>The CodeChecksumPragma file name '{0}' contains invalid path characters.</summary>
        </member>
        <member name="P:SRCodeDom.InvalidRegion">
            <summary>The region directive '{0}' contains invalid characters.  RegionText cannot contain any new line characters.</summary>
        </member>
        <member name="P:SRCodeDom.Provider_does_not_support_options">
            <summary>This CodeDomProvider type does not have a constructor that takes providerOptions - "{0}"</summary>
        </member>
        <member name="P:SRSerialization.AbstractElementNotSupported">
            <summary>The element cannot have 'abstract' set to 'true'.</summary>
        </member>
        <member name="P:SRSerialization.AbstractTypeNotSupported">
            <summary>The type cannot have 'abstract' set to 'true'.</summary>
        </member>
        <member name="P:SRSerialization.AmbiguousReferencedTypes1">
            <summary>List of referenced types contains more than one type with same data contract name. Need to exclude all but one of the following types. Only matching types can be valid references: {0}</summary>
        </member>
        <member name="P:SRSerialization.AmbiguousReferencedTypes3">
            <summary>List of referenced types contains more than one type with data contract name '{0}' in namespace '{1}'. Need to exclude all but one of the following types. Only matching types can be valid references: {2}</summary>
        </member>
        <member name="P:SRSerialization.AmbiguousReferencedCollectionTypes1">
            <summary>List of referenced collection types contains more than one type with same data contract name. Include only one of the following types. Only matching types can be valid references: {0}</summary>
        </member>
        <member name="P:SRSerialization.AmbiguousReferencedCollectionTypes3">
            <summary>List of referenced collection types contains more than one type with data contract name '{0}' in namespace '{1}'. Include only one of the following types. Only matching types can be valid references: {2}</summary>
        </member>
        <member name="P:SRSerialization.AnnotationAttributeNotFound">
            <summary>Invalid '{0}' annotation in type '{1}' from namespace '{2}'. Attribute '{3}' not present.</summary>
        </member>
        <member name="P:SRSerialization.AnonymousTypeNotSupported">
            <summary>Anonymous type in element '{0}' from namespace '{1}' is not supported.</summary>
        </member>
        <member name="P:SRSerialization.AnyAttributeNotSupported">
            <summary>'anyAttribute' is not supported.</summary>
        </member>
        <member name="P:SRSerialization.ArrayExceededSizeAttribute">
            <summary>Array length '{0}' provided by Size attribute is not equal to the number of array elements '{1}' from namespace '{2}' found.</summary>
        </member>
        <member name="P:SRSerialization.ArrayExceededSize">
            <summary>Array length '{0}' provided by the get-only collection of type '{1}' is less than the number of array elements found in the input stream.  Consider increasing the length of the array.</summary>
        </member>
        <member name="P:SRSerialization.ArrayItemFormMustBe">
            <summary>Form for element '{0}' must be qualified.</summary>
        </member>
        <member name="P:SRSerialization.ArrayTypeCannotBeImported">
            <summary>Array type '{0}' in namespace '{1}' cannot be imported. {2}</summary>
        </member>
        <member name="P:SRSerialization.ArrayTypeIsNotSupported">
            <summary>An internal error has occurred. '{0}[]' is not supported when generating code for serialization.</summary>
        </member>
        <member name="P:SRSerialization.AssemblyNotFound">
            <summary>Assembly '{0}' is not found.</summary>
        </member>
        <member name="P:SRSerialization.AttributeNotFound">
            <summary>XML '{2}' '{3}:{4}' does not contain expected attribute '{0}:{1}'. The deserializer has no knowledge of which type to deserialize. Check that the type being serialized has the same contract as the type being deserialized.</summary>
        </member>
        <member name="P:SRSerialization.BaseTypeNotISerializable">
            <summary>One of its base types, '{0}' from namespace '{1}' is not ISerializable.</summary>
        </member>
        <member name="P:SRSerialization.CLRNamespaceMappedMultipleTimes">
            <summary>CLR namespace '{2}' has already been mapped to data contract namespace '{0}'. It cannot be mapped to another data contract namespace '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.CallbackMustReturnVoid">
            <summary>Serialization Callback '{1}' in type '{0}' must return void.</summary>
        </member>
        <member name="P:SRSerialization.CallbackParameterInvalid">
            <summary>Serialization Callback '{1}' in type '{0}' must have a single parameter of type '{2}'.</summary>
        </member>
        <member name="P:SRSerialization.CallbacksCannotBeVirtualMethods">
            <summary>Virtual Method '{0}' of type '{1}' cannot be marked with '{2}' attribute.</summary>
        </member>
        <member name="P:SRSerialization.CanOnlyStoreIntoArgOrLocGot0">
            <summary>An internal error has occurred. Data can only be stored into ArgBuilder or LocalBuilder. Got: {0}.</summary>
        </member>
        <member name="P:SRSerialization.CannotComputeUniqueName">
            <summary>A unique name cannot be computed for '{0}' because there are already Int32.MaxValue types of with the same name.</summary>
        </member>
        <member name="P:SRSerialization.CannotDeriveFromSealedReferenceType">
            <summary>Type with data contract name '{0}' in namespace '{1}' cannot be imported. Cannot derive from sealed referenced type '{2}'.</summary>
        </member>
        <member name="P:SRSerialization.CannotDeserializeRefAtTopLevel">
            <summary>Cannot deserialize since root element references unrecognized object with id '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.CannotHaveDuplicateElementNames">
            <summary>The type contains two elements with the same name '{0}'. Multiple elements with the same name in one type are not supported because members marked with DataMemberAttribute attribute must have unique names.</summary>
        </member>
        <member name="P:SRSerialization.CannotHaveDuplicateAttributeNames">
            <summary>The type contains two attributes with the same name '{0}'. Multiple attributes with the same name in one type are not supported.</summary>
        </member>
        <member name="P:SRSerialization.CannotImportInvalidSchemas">
            <summary>Cannot import invalid schemas. Compilation on the XmlSchemaSet failed.</summary>
        </member>
        <member name="P:SRSerialization.CannotImportNullDataContractName">
            <summary>Cannot import type for null XmlQualifiedName specified via parameter.</summary>
        </member>
        <member name="P:SRSerialization.CannotImportNullSchema">
            <summary>Cannot import null XmlSchema contained in XmlSchemaSet specified via parameter.</summary>
        </member>
        <member name="P:SRSerialization.CannotLoadMemberType">
            <summary>Cannot load member type '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.CannotSerializeObjectWithCycles">
            <summary>Object graph for type '{0}' contains cycles and cannot be serialized if reference tracking is disabled.</summary>
        </member>
        <member name="P:SRSerialization.CannotSetMembersForReferencedType">
            <summary>Existing type '{0}' specified via the referenced types collection has been referenced in the generated code. Members cannot be added for this type since it cannot be modified.</summary>
        </member>
        <member name="P:SRSerialization.CannotSetNamespaceForReferencedType">
            <summary>Existing type '{0}' specified via the referenced types collection has been referenced in the generated code. Cannot set namespace for this type since it cannot be modified.</summary>
        </member>
        <member name="P:SRSerialization.CannotUseGenericTypeAsBase">
            <summary>Collection type cannot be generated for type '{0}' from namespace '{1}'. Cannot use a generic list type as a base type because the language does not support generic type references.</summary>
        </member>
        <member name="P:SRSerialization.CharIsInvalidPrimitive">
            <summary>An internal error has occurred. Char is not a valid schema primitive and should be treated as int in DataContract.</summary>
        </member>
        <member name="P:SRSerialization.CircularTypeReference">
            <summary>It contains a circular reference for type '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.ClrTypeNotFound">
            <summary>The deserializer cannot load the type to deserialize because type '{1}' could not be found in assembly '{0}'. Check that the type being serialized has the same contract as the type being deserialized and the same assembly is used.</summary>
        </member>
        <member name="P:SRSerialization.CollectionTypeCannotBeBuiltIn">
            <summary>{0} is a built-in type and cannot be a collection.</summary>
        </member>
        <member name="P:SRSerialization.CollectionTypeIsNotIEnumerable">
            <summary>{0} does not implement IEnumerable interface.</summary>
        </member>
        <member name="P:SRSerialization.CollectionTypeDoesNotHaveDefaultCtor">
            <summary>{0} does not have a default constructor.</summary>
        </member>
        <member name="P:SRSerialization.CollectionTypeDoesNotHaveAddMethod">
            <summary>{0} does not have a valid Add method with parameter of type '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.CollectionTypeHasMultipleDefinitionsOfInterface">
            <summary>{0} has multiple definitions of interface '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.CollectionTypeCannotHaveDataContract">
            <summary>{0} has DataContractAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.CollectionMustHaveGetEnumeratorMethod">
            <summary>Collection type '{0}' does not have a valid GetEnumerator method.</summary>
        </member>
        <member name="P:SRSerialization.CollectionMustHaveAddMethod">
            <summary>Collection type '{0}' does not have a valid Add method.</summary>
        </member>
        <member name="P:SRSerialization.CollectionMustHaveItemType">
            <summary>Collection type '{0}' must have a non-null item type.</summary>
        </member>
        <member name="P:SRSerialization.ComplexTypeRestrictionNotSupported">
            <summary>Complex types derived by restriction not supported.</summary>
        </member>
        <member name="P:SRSerialization.CouldNotReadSerializationSchema">
            <summary>An internal error has occurred. Could not load serialization schema. Consider providing schema with namespace '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.DataContractCacheOverflow">
            <summary>An internal error has occurred. DataContract cache overflow.</summary>
        </member>
        <member name="P:SRSerialization.DataContractNamespaceAlreadySet">
            <summary>ContractNamespaceAttribute attribute maps CLR namespace '{2}' to multiple data contract namespaces '{0}' and '{1}'. You can map a CLR namespace to only one data contract namespace.</summary>
        </member>
        <member name="P:SRSerialization.DataContractNamespaceIsNotValid">
            <summary>DataContract namespace '{0}' is not a valid URI.</summary>
        </member>
        <member name="P:SRSerialization.DataContractNamespaceReserved">
            <summary>DataContract namespace '{0}' cannot be specified since it is reserved.</summary>
        </member>
        <member name="P:SRSerialization.DataMemberOnEnumField">
            <summary>Member '{0}.{1}' has DataMemberAttribute attribute. Use EnumMemberAttribute attribute instead.</summary>
        </member>
        <member name="P:SRSerialization.DcTypeNotFoundOnDeserialize">
            <summary>Element '{2}:{3}' contains data from a type that maps to the name '{0}:{1}'. The deserializer has no knowledge of any type that maps to this name. Consider using a DataContractResolver if you are using DataContractSerializer or add the type corresponding t ...</summary>
        </member>
        <member name="P:SRSerialization.DcTypeNotFoundOnSerialize">
            <summary>Type '{0}' with data contract name '{1}:{2}' is not expected. Consider using a DataContractResolver if you are using DataContractSerializer or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attr ...</summary>
        </member>
        <member name="P:SRSerialization.DcTypeNotResolvedOnDeserialize">
            <summary>Element '{2}:{3}' contains data from a type that maps to the name '{0}:{1}'. The deserializer has no knowledge of any type that maps to this name. Consider changing the implementation of the ResolveName method on your DataContractResolver to return a non-n ...</summary>
        </member>
        <member name="P:SRSerialization.DefaultOnElementNotSupported">
            <summary>Default value on element '{0}' is not supported.</summary>
        </member>
        <member name="P:SRSerialization.DerivedTypeNotISerializable">
            <summary>It is not ISerializable but its base type '{0}' in namespace '{1}' is ISerializable.</summary>
        </member>
        <member name="P:SRSerialization.DeserializedObjectWithIdNotFound">
            <summary>Deserialized object with reference id '{0}' not found in stream.</summary>
        </member>
        <member name="P:SRSerialization.DupContractInDataContractSet">
            <summary>DataContract with name '{0}' and namespace '{1}' cannot be added to DataContractSet since another contract with the same data contract name is already present and the contracts are not equivalent.</summary>
        </member>
        <member name="P:SRSerialization.DupContractInKnownTypes">
            <summary>Type '{0}' cannot be added to list of known types since another type '{1}' with the same data contract name '{2}:{3}' is already present. If there are different collections of a particular type - for example, List&lt;Test&gt; and Test[], they cannot both be adde ...</summary>
        </member>
        <member name="P:SRSerialization.DupEnumMemberValue">
            <summary>Type '{2}' contains two members '{0}' 'and '{1}' with the same name '{3}'. Multiple members with the same name in one type are not supported. Consider changing one of the member names using EnumMemberAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.DupKeyValueName">
            <summary>The collection data contract type '{0}' specifies the same value '{1}' for both the KeyName and the ValueName properties. This is not allowed. Consider changing either the KeyName or the ValueName property.</summary>
        </member>
        <member name="P:SRSerialization.DupMemberName">
            <summary>Type '{2}' contains two members '{0}' 'and '{1}' with the same data member name '{3}'. Multiple members with the same name in one type are not supported. Consider changing one of the member names using DataMemberAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.DupTypeContractInDataContractSet">
            <summary>DataContract for type '{0}' cannot be added to DataContractSet since type '{1}' with the same data contract name '{2}' in namespace '{3}' is already present and the contracts are not equivalent.</summary>
        </member>
        <member name="P:SRSerialization.DuplicateAttribute">
            <summary>Invalid Callback. Method '{3}' in type '{2}' has both '{0}' and '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.DuplicateCallback">
            <summary>Invalid attribute. Both '{0}' and '{1}' in type '{2}' have '{3}'.</summary>
        </member>
        <member name="P:SRSerialization.ElementMaxOccursMustBe">
            <summary>'maxOccurs' on element '{0}' must be 1.</summary>
        </member>
        <member name="P:SRSerialization.ElementMinOccursMustBe">
            <summary>'minOccurs' on element '{0}' must be 0 or 1.</summary>
        </member>
        <member name="P:SRSerialization.ElementRefOnLocalElementNotSupported">
            <summary>Ref to element '{0}' in '{1}' namespace is not supported.</summary>
        </member>
        <member name="P:SRSerialization.EnumListInAnonymousTypeNotSupported">
            <summary>Anonymous type with &lt;list&gt; cannot be used to create Flags enumeration because it is not a valid enum type.</summary>
        </member>
        <member name="P:SRSerialization.EnumListMustContainAnonymousType">
            <summary>Simple type list must contain an anonymous type specifying enumeration facets.</summary>
        </member>
        <member name="P:SRSerialization.EnumOnlyEnumerationFacetsSupported">
            <summary>Facets other than enumeration facets are not supported.</summary>
        </member>
        <member name="P:SRSerialization.EnumEnumerationFacetsMustHaveValue">
            <summary>Enumeration facets without 'value' are not supported.</summary>
        </member>
        <member name="P:SRSerialization.EnumRestrictionInvalid">
            <summary>Anonymous type with &lt;restriction&gt; cannot be used to create Flags enumeration because it is not a valid enum type.</summary>
        </member>
        <member name="P:SRSerialization.EnumTypeCannotBeImported">
            <summary>Enum type '{0}' in namespace '{1}' cannot be imported. {2}</summary>
        </member>
        <member name="P:SRSerialization.EnumTypeCannotHaveIsReference">
            <summary>Enum type '{0}' cannot have the IsReference setting of '{1}'. Either change the setting to '{2}', or remove it completely.</summary>
        </member>
        <member name="P:SRSerialization.EnumUnionInAnonymousTypeNotSupported">
            <summary>Anonymous type with &lt;union&gt;. cannot be used to create Flags enumeration because it is not a valid enum type.</summary>
        </member>
        <member name="P:SRSerialization.ErrorInLine">
            <summary>Error in line {0} position {1}.</summary>
        </member>
        <member name="P:SRSerialization.ErrorIsStartObject">
            <summary>There was an error checking start element of object {0}. {1}</summary>
        </member>
        <member name="P:SRSerialization.ErrorDeserializing">
            <summary>There was an error deserializing the object {0}. {1}</summary>
        </member>
        <member name="P:SRSerialization.ErrorSerializing">
            <summary>There was an error serializing the object {0}. {1}</summary>
        </member>
        <member name="P:SRSerialization.ErrorWriteStartObject">
            <summary>There was an error writing start element of object {0}. {1}</summary>
        </member>
        <member name="P:SRSerialization.ErrorWriteEndObject">
            <summary>There was an error writing end element of object {0}. {1}</summary>
        </member>
        <member name="P:SRSerialization.ErrorTypeInfo">
            <summary>of type {0}</summary>
        </member>
        <member name="P:SRSerialization.ExceededMaxItemsQuota">
            <summary>Maximum number of items that can be serialized or deserialized in an object graph is '{0}'. Change the object graph or increase the MaxItemsInObjectGraph quota.</summary>
        </member>
        <member name="P:SRSerialization.ExpectingElement">
            <summary>Expecting element '{1}' from namespace '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.ExpectingElementAtDeserialize">
            <summary>Expecting state '{0}' when ReadObject is called.</summary>
        </member>
        <member name="P:SRSerialization.ExpectingEnd">
            <summary>Expecting End'{0}'.</summary>
        </member>
        <member name="P:SRSerialization.ExpectingState">
            <summary>Expecting state '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.EncounteredWithNameNamespace">
            <summary>{0}. Encountered '{1}'  with name '{2}', namespace '{3}'.</summary>
        </member>
        <member name="P:SRSerialization.FactoryObjectContainsSelfReference">
            <summary>Object graph of type '{0}' with Id '{2}' contains a reference to itself. The object has been replaced with a new object of type '{1}' either because it implements IObjectReference or because it is surrogated. The serializer does not support fixing up the n ...</summary>
        </member>
        <member name="P:SRSerialization.FixedOnElementNotSupported">
            <summary>Fixed value on element '{0}' is not supported.</summary>
        </member>
        <member name="P:SRSerialization.FormMustBeQualified">
            <summary>Form on element '{0}' must be qualified.</summary>
        </member>
        <member name="P:SRSerialization.GenericAnnotationAttributeNotFound">
            <summary>Annotation for generic type '{0}' did not have attribute '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.GenericAnnotationForNestedLevelMustBeIncreasing">
            <summary>Nested level on annotation elements '{0}' from namespace '{1}' for generic type '{2}' must be in increasing order.</summary>
        </member>
        <member name="P:SRSerialization.GenericAnnotationHasInvalidAttributeValue">
            <summary>Annotation element '{0}' from namespace '{1}' for generic type '{2}' has an invalid value '{3}' for attribute '{4}'. Expecting value to be of type '{5}'.</summary>
        </member>
        <member name="P:SRSerialization.GenericAnnotationHasInvalidElement">
            <summary>Annotation for generic type '{2}' has an invalid element '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.GenericCallbackException">
            <summary>A user callback threw an exception.  Check the exception stack and inner exception to determine the callback that failed.</summary>
        </member>
        <member name="P:SRSerialization.GenericNameBraceMismatch">
            <summary>The data contract name '{0}' for type '{1}' has a curly brace '{{' that is not matched with a closing curly brace. Curly braces have special meaning in data contract names - they are used to customize the naming of data contracts for generic types.</summary>
        </member>
        <member name="P:SRSerialization.GenericParameterNotValid">
            <summary>In the data contract name for type '{1}', there are curly braces with '{0}' inside, which is an invalid value. Curly braces have special meaning in data contract names - they are used to customize the naming of data contracts for generic types. Based on th ...</summary>
        </member>
        <member name="P:SRSerialization.GenericTypeNameMismatch">
            <summary>DataContract name '{0}' from namespace '{1}' does not match the generic name '{2}' from namespace '{3}'.</summary>
        </member>
        <member name="P:SRSerialization.GenericTypeNotExportable">
            <summary>Type '{0}' cannot be exported as a schema type because it is an open generic type. You can only export a generic type if all its generic parameter types are actual types.</summary>
        </member>
        <member name="P:SRSerialization.GetOnlyCollectionMustHaveAddMethod">
            <summary>Collection interface type '{0}' is being used as a get-only property and does not have an Add method. Consider adding a setter to the property or using a collection data contract that does have an Add method - for example IList or ICollection&lt;T&gt;.</summary>
        </member>
        <member name="P:SRSerialization.InconsistentIsReference">
            <summary>The IsReference setting for type '{0}' is '{1}', but the same setting for its parent class '{2}' is '{3}'. Derived types must have the same value for IsReference as the base type. Change the setting on type '{0}' to '{3}', or on type '{2}' to '{1}', or do  ...</summary>
        </member>
        <member name="P:SRSerialization.IsAnyCannotBeNull">
            <summary>A null value cannot be serialized at the top level for IXmlSerializable root type '{0}' since its IsAny setting is 'true'. This type must write all its contents including the root element. Verify that the IXmlSerializable implementation is correct.</summary>
        </member>
        <member name="P:SRSerialization.IsAnyCannotBeSerializedAsDerivedType">
            <summary>An object of type '{0}' cannot be serialized at the top level for IXmlSerializable root type '{1}' since its IsAny setting is 'true'. This type must write all its contents including the root element. Verify that the IXmlSerializable implementation is corre ...</summary>
        </member>
        <member name="P:SRSerialization.IsAnyCannotHaveXmlRoot">
            <summary>Type '{0}' cannot specify an XmlRootAttribute attribute because its IsAny setting is 'true'. This type must write all its contents including the root element. Verify that the IXmlSerializable implementation is correct.</summary>
        </member>
        <member name="P:SRSerialization.ISerializableContainsMoreThanOneItems">
            <summary>Its root sequence contains more than one particle.</summary>
        </member>
        <member name="P:SRSerialization.ISerializableDerivedContainsOneOrMoreItems">
            <summary>Derived ISerializable types cannot contain any particles.</summary>
        </member>
        <member name="P:SRSerialization.ISerializableDoesNotContainAny">
            <summary>It does not contain root sequence with a wildcard element &lt;any&gt;.</summary>
        </member>
        <member name="P:SRSerialization.ISerializableMustRefFactoryTypeAttribute">
            <summary>It does not reference attribute '{0}' from namespace '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.ISerializableTypeCannotBeImported">
            <summary>ISerializable type '{0}' in namespace '{1}' cannot be imported. '{2}'</summary>
        </member>
        <member name="P:SRSerialization.ISerializableWildcardMaxOccursMustBe">
            <summary>'maxOccurs' on the wildcard element must be '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.ISerializableWildcardMinOccursMustBe">
            <summary>'minOccurs' on the wildcard element must be '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.ISerializableWildcardNamespaceInvalid">
            <summary>Namespace on the wildcard element must be '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.ISerializableWildcardProcessContentsInvalid">
            <summary>ProcessContents on the wildcard element must be '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.IndexedPropertyCannotBeSerialized">
            <summary>Property '{1}' in type '{0}' cannot be serialized because serialization of indexed properties is not supported.</summary>
        </member>
        <member name="P:SRSerialization.InvalidAnnotationExpectingText">
            <summary>Annotation '{0}' from namespace '{1}' has an invalid element '{2}' from namespace '{3}'. Expecting text.</summary>
        </member>
        <member name="P:SRSerialization.InvalidClassDerivation">
            <summary>Type '{0}' in namespace '{1}' cannot be used as the base type of a data contract type, because it itself does not have a data contract. Consider marking type '{0}' with the DataContractAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.InvalidClrNameGeneratedForISerializable">
            <summary>ISerializable type with data contract name '{0}' in namespace '{1}' cannot be imported. The data contract name cannot be customized for ISerializable type and the generated name '{2}' does not match the expected name '{0}'. Check if the required name has b ...</summary>
        </member>
        <member name="P:SRSerialization.InvalidClrNamespaceGeneratedForISerializable">
            <summary>ISerializable type with data contract name '{0}' in namespace '{1}' cannot be imported. The data contract namespace cannot be customized for ISerializable types and the generated namespace '{3}' does not match the required CLR namespace '{2}'. Check if the ...</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionContractItemName">
            <summary>Type '{0}' cannot have CollectionDataContractAttribute attribute ItemName set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionContractKeyName">
            <summary>Type '{0}' cannot have CollectionDataContractAttribute attribute KeyName set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionContractKeyNoDictionary">
            <summary>The collection data contract type '{0}' specifies '{1}' for the KeyName property. This is not allowed since the type is not IDictionary. Remove the setting for the KeyName property.</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionContractName">
            <summary>Type '{0}' cannot have CollectionDataContractAttribute attribute Name set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionContractNamespace">
            <summary>Type '{0}' cannot have CollectionDataContractAttribute attribute Namespace set to null.</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionDataContract">
            <summary>Type '{0}' with CollectionDataContractAttribute attribute is an invalid collection type since it</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionContractValueName">
            <summary>Type '{0}' cannot have CollectionDataContractAttribute attribute ValueName set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionContractValueNoDictionary">
            <summary>The collection data contract type '{0}' specifies '{1}' for the ValueName property. This is not allowed since the type is not IDictionary. Remove the setting for the ValueName property.</summary>
        </member>
        <member name="P:SRSerialization.InvalidCollectionType">
            <summary>Type '{0}' is an invalid collection type since it</summary>
        </member>
        <member name="P:SRSerialization.InvalidDataContractName">
            <summary>Type '{0}' cannot have DataContractAttribute attribute Name set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidDataContractNamespace">
            <summary>Type '{0}' cannot have DataContractAttribute attribute Namespace set to null.</summary>
        </member>
        <member name="P:SRSerialization.InvalidDataMemberName">
            <summary>Member '{0}' in type '{1}' cannot have DataMemberAttribute attribute Name set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidEmitDefaultAnnotation">
            <summary>Annotation for element {0} in type {1} from namespace {2} specifies EmitDefaultValue as 'true'. This requires the element to be either nillable or the element's type must be a value type.</summary>
        </member>
        <member name="P:SRSerialization.InvalidEnumBaseType">
            <summary>Type '{0}' in namespace '{1}' is not a valid base type for enum '{2}' in namespace '{3}'.</summary>
        </member>
        <member name="P:SRSerialization.InvalidEnumMemberValue">
            <summary>'{0}' in type '{1}' cannot have EnumMemberAttribute attribute Value set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidEnumValueOnWrite">
            <summary>Enum value '{0}' is invalid for type '{1}' and cannot be serialized. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.InvalidEnumValueOnRead">
            <summary>Invalid enum value '{0}' cannot be deserialized into type '{1}'. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.InvalidGetSchemaMethod">
            <summary>Type '{0}' cannot have MethodName on XmlSchemaProviderAttribute attribute set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidGlobalDataContractNamespace">
            <summary>CLR namespace '{0}' cannot have ContractNamespace set to null.</summary>
        </member>
        <member name="P:SRSerialization.InvalidISerializableDerivation">
            <summary>Cannot import type '{0}' in namespace '{1}' as its base type because derived type is ISerializable but the base type is not ISerializable.</summary>
        </member>
        <member name="P:SRSerialization.InvalidKeyValueType">
            <summary>It is an invalid dictionary type. Element '{0}' must reference a complex type containing a sequence with two required elements. Either fix the schema or remove the IsDictionary annotation.</summary>
        </member>
        <member name="P:SRSerialization.InvalidKeyValueTypeNamespace">
            <summary>It is an invalid dictionary type since element '{0}' references a type from a different namespace '{1}'. Either fix the schema or remove the IsDictionary annotation.</summary>
        </member>
        <member name="P:SRSerialization.InvalidMember">
            <summary>Member '{0}.{1}' cannot be serialized since it is neither a field nor a property, and therefore cannot be marked with the DataMemberAttribute attribute. Remove the DataMemberAttribute attribute from the '{1}' member.</summary>
        </member>
        <member name="P:SRSerialization.InvalidLocalNameEmpty">
            <summary>The empty string is not a valid local name.</summary>
        </member>
        <member name="P:SRSerialization.InvalidNodeType">
            <summary>'{0}' is an invalid node type.</summary>
        </member>
        <member name="P:SRSerialization.InvalidNonNullReturnValueByIsAny">
            <summary>Method '{0}.{1}()' returns a non-null value. The return value must be null since IsAny=true.</summary>
        </member>
        <member name="P:SRSerialization.InvalidPrimitiveType">
            <summary>Type '{0}' is not a valid serializable type.</summary>
        </member>
        <member name="P:SRSerialization.InvalidReturnTypeOnGetSchemaMethod">
            <summary>Method '{0}.{1}()' returns '{2}'. The return type must be compatible with '{3}' or '{4}'.</summary>
        </member>
        <member name="P:SRSerialization.InvalidSizeDefinition">
            <summary>Invalid Size '{0}'. Must be non-negative integer.</summary>
        </member>
        <member name="P:SRSerialization.InvalidStateInExtensionDataReader">
            <summary>An internal error has occurred. ExtensionDataReader is in an invalid state.</summary>
        </member>
        <member name="P:SRSerialization.InvalidXmlDataContractName">
            <summary>XML data contract Name for type '{0}' cannot be set to null or empty string.</summary>
        </member>
        <member name="P:SRSerialization.InvalidXmlDeserializingExtensionData">
            <summary>The XML encountered when deserializing extension data is invalid.</summary>
        </member>
        <member name="P:SRSerialization.InvalidXsIdDefinition">
            <summary>Invalid Id '{0}'. Must not be null or empty.</summary>
        </member>
        <member name="P:SRSerialization.InvalidXsRefDefinition">
            <summary>Invalid Ref '{0}'. Must not be null or empty.</summary>
        </member>
        <member name="P:SRSerialization.IsNotAssignableFrom">
            <summary>An internal error has occurred. '{0}' is not assignable from '{1}' - error generating code for serialization.</summary>
        </member>
        <member name="P:SRSerialization.IsDictionaryFormattedIncorrectly">
            <summary>'{0}' is an invalid value for IsDictionary annotation. {1}</summary>
        </member>
        <member name="P:SRSerialization.IsRequiredDataMemberOnIsReferenceDataContractType">
            <summary>'{0}.{1}' has the IsRequired setting of '{2}. However, '{0}' has the IsReference setting of '{2}', because either it is set explicitly, or it is derived from a base class. Set IsRequired on '{0}.{1}' to false, or disable IsReference on '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.IsValueTypeFormattedIncorrectly">
            <summary>'{0}' is an invalid value for IsValueType annotation. {1}</summary>
        </member>
        <member name="P:SRSerialization.IXmlSerializableCannotHaveCollectionDataContract">
            <summary>Type '{0}' cannot be IXmlSerializable and have CollectionDataContractAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.IXmlSerializableCannotHaveDataContract">
            <summary>Type '{0}' cannot be IXmlSerializable and have DataContractAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.IXmlSerializableIllegalOperation">
            <summary>This method cannot be called from IXmlSerializable implementations.</summary>
        </member>
        <member name="P:SRSerialization.IXmlSerializableMustHaveDefaultConstructor">
            <summary>IXmlSerializable Type '{0}' must have default constructor.</summary>
        </member>
        <member name="P:SRSerialization.IXmlSerializableWritePastSubTree">
            <summary>IXmlSerializable.WriteXml method of type '{0}' attempted to close too many tags.  Verify that the IXmlSerializable implementation is correct.</summary>
        </member>
        <member name="P:SRSerialization.IXmlSerializableMissingEndElements">
            <summary>IXmlSerializable.WriteXml method of type '{0}' did not close all open tags. Verify that the IXmlSerializable implementation is correct.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustIXmlSerializableTypeNotPublic">
            <summary>The IXmlSerializable type '{0}' is not serializable in partial trust because it is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustIXmlSerialzableNoPublicConstructor">
            <summary>The IXmlSerializable type '{0}' cannot be deserialized in partial trust because it does not have a public parameterless constructor.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractTypeNotPublic">
            <summary>The data contract type '{0}' is not serializable in partial trust because it is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustNonAttributedSerializableTypeNoPublicConstructor">
            <summary>The type '{0}' cannot be deserialized in partial trust because it does not have a public parameterless constructor.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractOnSerializingNotPublic">
            <summary>The data contract type '{0}' cannot be serialized in partial trust because the OnSerializing method '{1}' is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractOnSerializedNotPublic">
            <summary>The data contract type '{0}' cannot be serialized in partial trust because the OnSerialized method '{1}' is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractOnDeserializingNotPublic">
            <summary>The data contract type '{0}' cannot be deserialized in partial trust because the OnDeserializing method '{1}' is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractOnDeserializedNotPublic">
            <summary>The data contract type '{0}' cannot be deserialized in partial trust because the OnDeserialized method '{1}' is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractFieldGetNotPublic">
            <summary>The data contract type '{0}' cannot be serialized in partial trust because the member '{1}' is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractFieldSetNotPublic">
            <summary>The data contract type '{0}' cannot be deserialized in partial trust because the member '{1}' is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractPropertyGetNotPublic">
            <summary>The data contract type '{0}' cannot be serialized in partial trust because the property '{1}' does not have a public getter.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractPropertySetNotPublic">
            <summary>The data contract type '{0}' cannot be deserialized in partial trust because the property '{1}' does not have a public setter.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustCollectionContractTypeNotPublic">
            <summary>The collection data contract type '{0}' is not serializable in partial trust because it is not public.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustCollectionContractNoPublicConstructor">
            <summary>The collection data contract type '{0}' cannot be deserialized in partial trust because it does not have a public parameterless constructor.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustCollectionContractAddMethodNotPublic">
            <summary>The collection data contract type '{0}' cannot be deserialized in partial trust because the method '{1}' is not public.</summary>
        </member>
        <member name="P:SRSerialization.NonAttributedSerializableTypesMustHaveDefaultConstructor">
            <summary>The Type '{0}' must have a parameterless constructor.</summary>
        </member>
        <member name="P:SRSerialization.AttributedTypesCannotInheritFromNonAttributedSerializableTypes">
            <summary>Type '{0}' cannot inherit from a type that is not marked with DataContractAttribute or SerializableAttribute.  Consider marking the base type '{1}' with DataContractAttribute or SerializableAttribute, or removing them from the derived type.</summary>
        </member>
        <member name="P:SRSerialization.JsonCircularReferenceDetected">
            <summary>A circular reference has been detected when serializing an object of type {0} to JSON. Circular references are not supported in the JSON format.</summary>
        </member>
        <member name="P:SRSerialization.SurrogatesWithGetOnlyCollectionsNotSupported">
            <summary>Using surrogates with get-only collection properties is not supported.  Consider removing the surrogate associated with '{0}' or adding a setter to '{1}.{2}'.</summary>
        </member>
        <member name="P:SRSerialization.SurrogatesWithGetOnlyCollectionsNotSupportedSerDeser">
            <summary>Using surrogates with get-only collection properties is not supported.  Consider removing the surrogate associated with '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.NullValueReturnedForGetOnlyCollection">
            <summary>The get-only collection of type '{0}' returned a null value.  The input stream contains collection items which cannot be added if the instance is null.  Consider initializing the collection in the getter.</summary>
        </member>
        <member name="P:SRSerialization.KeyTypeCannotBeParsedInSimpleDictionary">
            <summary>The dictionary of type '{0}' cannot be deserialized as a simple dictionary because its key type '{1}' does not have a public static Parse method.</summary>
        </member>
        <member name="P:SRSerialization.KnownTypeAttributeEmptyString">
            <summary>Method name specified by KnownTypeAttribute attribute on type '{0}' cannot be the empty string.</summary>
        </member>
        <member name="P:SRSerialization.KnownTypeAttributeUnknownMethod">
            <summary>KnownTypeAttribute attribute on type '{1}' specifies a method named '{0}' to provide known types. Static method '{0}()' was not found on this type. Ensure that the method exists and is marked as static.</summary>
        </member>
        <member name="P:SRSerialization.KnownTypeAttributeReturnType">
            <summary>KnownTypeAttribute attribute on type '{0}' specifies a method named '{1}' to provide known types. The return type of this method is invalid because it is not assignable to IEnumerable&lt;Type&gt;. Ensure that the method exists and has a valid signature.</summary>
        </member>
        <member name="P:SRSerialization.KnownTypeAttributeOneScheme">
            <summary>Type '{0}': If a KnownTypeAttribute attribute specifies a method it must be the only KnownTypeAttribute attribute on that type.</summary>
        </member>
        <member name="P:SRSerialization.KnownTypeAttributeValidMethodTypes">
            <summary>Method specified by KnownTypeAttribute attribute on type '{0}' does not expose valid types.</summary>
        </member>
        <member name="P:SRSerialization.KnownTypeAttributeNoData">
            <summary>KnownTypeAttribute attribute on type '{0}' contains no data.</summary>
        </member>
        <member name="P:SRSerialization.KnownTypeAttributeMethodNull">
            <summary>Method specified by KnownTypeAttribute attribute on type '{0}' returned null.</summary>
        </member>
        <member name="P:SRSerialization.MaxArrayLengthExceeded">
            <summary>The maximum array length ({0}) has been exceeded while reading XML data for array of type '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.MixedContentNotSupported">
            <summary>Complex type with mixed content is not supported.</summary>
        </member>
        <member name="P:SRSerialization.MissingGetSchemaMethod">
            <summary>Type '{0}' does not have a static method '{1}' that takes a parameter of type 'System.Xml.Schema.XmlSchemaSet' as specified by the XmlSchemaProviderAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.MultipleIdDefinition">
            <summary>Invalid XML encountered. The same Id value '{0}' is defined more than once. Multiple objects cannot be deserialized using the same Id.</summary>
        </member>
        <member name="P:SRSerialization.MustContainOnlyLocalElements">
            <summary>The root sequence must contain only local elements. Group ref, choice, any and nested sequences are not supported.</summary>
        </member>
        <member name="P:SRSerialization.NameCannotBeNullOrEmpty">
            <summary>XmlQualifiedName.Name cannot be null or empty.</summary>
        </member>
        <member name="P:SRSerialization.NoConversionPossibleTo">
            <summary>An internal error has occurred. No conversion is possible to '{0}' - error generating code for serialization.</summary>
        </member>
        <member name="P:SRSerialization.NoGetMethodForProperty">
            <summary>No get method for property '{1}' in type '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.NoSetMethodForProperty">
            <summary>No set method for property '{1}' in type '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.NonOptionalFieldMemberOnIsReferenceSerializableType">
            <summary>'{0}.{1}' is not marked with OptionalFieldAttribute, thus indicating that it must be serialized. However, '{0}' derives from a class marked with DataContractAttribute and an IsReference setting of '{2}'. It is not possible to have required data members on  ...</summary>
        </member>
        <member name="P:SRSerialization.NullKnownType">
            <summary>One of the known types provided to the serializer via '{0}' argument was invalid because it was null. All known types specified must be non-null values.</summary>
        </member>
        <member name="P:SRSerialization.ObjectSerializer_DictionaryNotSupported">
            <summary>An internal error has occurred. JSON dictionary type {0} not supported.</summary>
        </member>
        <member name="P:SRSerialization.ObjectDeserializer_BadEscape">
            <summary>Invalid escape code encountered in a JSON string.</summary>
        </member>
        <member name="P:SRSerialization.ObjectDeserializer_IllegalPrimitive">
            <summary>'{0}' is not a valid JSON primitive. This error can also occur when extraneous data is present after the JSON data.</summary>
        </member>
        <member name="P:SRSerialization.ObjectDeserializer_InvalidArrayExtraComma">
            <summary>JSON array ended with a trailing comma.</summary>
        </member>
        <member name="P:SRSerialization.ObjectDeserializer_InvalidMemberName">
            <summary>Invalid member name encountered in a JSON object.</summary>
        </member>
        <member name="P:SRSerialization.ObjectDeserializer_StringNotQuoted">
            <summary>An internal error has occurred. JSON string not properly quoted.</summary>
        </member>
        <member name="P:SRSerialization.ObjectDeserializer_UnexpectedToken">
            <summary>Unexpected character encountered in JSON. Expected '{1}', got '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.ObjectDeserializer_UnterminatedString">
            <summary>Unterminated JSON string encountered. JSON strings must start with a single or double quote character and end with the same character.</summary>
        </member>
        <member name="P:SRSerialization.ObjectTableOverflow">
            <summary>An internal error has occurred. Object table overflow. This could be caused by serializing or deserializing extremely large object graphs.</summary>
        </member>
        <member name="P:SRSerialization.OrderCannotBeNegative">
            <summary>Property 'Order' in DataMemberAttribute attribute cannot be a negative number.</summary>
        </member>
        <member name="P:SRSerialization.OutParametersMustBeByRefTypeReceived">
            <summary>Out parameters must be ByRef. Type received: '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.ParameterCountMismatch">
            <summary>Invalid number of parameters to call method '{0}'. Expected '{1}' parameters, but '{2}' were provided.</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractMemberGetNotPublic">
            <summary>The data contract type '{0}' cannot be serialized because the member '{1}' is not public. Making the member public will fix this error. Alternatively, you can make it internal, and use the InternalsVisibleToAttribute attribute on your assembly in order to  ...</summary>
        </member>
        <member name="P:SRSerialization.PartialTrustDataContractMemberSetNotPublic">
            <summary>The data contract type '{0}' cannot be deserialized because the member '{1}' is not public. Making the member public will fix this error. Alternatively, you can make it internal, and use the InternalsVisibleToAttribute attribute on your assembly in order t ...</summary>
        </member>
        <member name="P:SRSerialization.QuotaMustBePositive">
            <summary>Quota must be a positive value.</summary>
        </member>
        <member name="P:SRSerialization.QuotaIsReadOnly">
            <summary>The '{0}' quota is readonly.</summary>
        </member>
        <member name="P:SRSerialization.QuotaCopyReadOnly">
            <summary>Cannot copy XmlDictionaryReaderQuotas. Target is readonly.</summary>
        </member>
        <member name="P:SRSerialization.RecursiveCollectionType">
            <summary>Type '{0}' is a recursive collection data contract which is not supported. Consider modifying the definition of collection '{0}' to remove references to itself.</summary>
        </member>
        <member name="P:SRSerialization.RedefineNotSupported">
            <summary>Redefine is not supported.</summary>
        </member>
        <member name="P:SRSerialization.ReferencedBaseTypeDoesNotExist">
            <summary>Collection type cannot be generated for type '{0}' from namespace '{1}'. Rename the type to '{2}' in namespace '{3}' or reference an existing collection type that implements '{4}' or '{5}' which can be used as a base type for the generated collection.</summary>
        </member>
        <member name="P:SRSerialization.ReferencedCollectionTypesCannotContainNull">
            <summary>ReferencedCollectionTypes specified via ImportOptions must contain valid types. Cannot contain null.</summary>
        </member>
        <member name="P:SRSerialization.ReferencedTypeDoesNotMatch">
            <summary>Referenced type '{0}' with data contract name '{1}' in namespace '{2}' cannot be used since it does not match imported DataContract. Need to exclude this type from referenced types.</summary>
        </member>
        <member name="P:SRSerialization.ReferencedTypeMatchingMessage">
            <summary>(matching)</summary>
        </member>
        <member name="P:SRSerialization.ReferencedTypeNotMatchingMessage">
            <summary>(not matching)</summary>
        </member>
        <member name="P:SRSerialization.ReferencedTypesCannotContainNull">
            <summary>ReferencedTypes specified via ImportOptions must contain valid types. Cannot contain null.</summary>
        </member>
        <member name="P:SRSerialization.RequiredMemberMustBeEmitted">
            <summary>Member {0} in type {1} cannot be serialized. This exception is usually caused by trying to use a null value where a null value is not allowed. The '{0}' member is set to its default value (usually null or zero). The member's EmitDefault setting is 'false', ...</summary>
        </member>
        <member name="P:SRSerialization.ResolveTypeReturnedFalse">
            <summary>An object of type '{0}' which derives from DataContractResolver returned false from its TryResolveType method when attempting to resolve the name for an object of type '{1}', indicating that the resolution failed. Change the TryResolveType implementation t ...</summary>
        </member>
        <member name="P:SRSerialization.ResolveTypeReturnedNull">
            <summary>An object of type '{0}' which derives from DataContractResolver returned a null typeName or typeNamespace but not both from its TryResolveType method when attempting to resolve the name for an object of type '{1}'. Change the TryResolveType implementation  ...</summary>
        </member>
        <member name="P:SRSerialization.RootParticleMustBeSequence">
            <summary>The root particle must be a sequence.</summary>
        </member>
        <member name="P:SRSerialization.RootSequenceMaxOccursMustBe">
            <summary>'maxOccurs' on the root sequence must be 1.</summary>
        </member>
        <member name="P:SRSerialization.RootSequenceMustBeRequired">
            <summary>'minOccurs' on the root sequence must be 1.</summary>
        </member>
        <member name="P:SRSerialization.SerializationCodeIsMissingForType">
            <summary>Type '{0}' cannot be serialized, serialization code for the type is missing. Consult the SDK documentation for adding it as a root serialization type.</summary>
        </member>
        <member name="P:SRSerialization.SimpleContentNotSupported">
            <summary>Complex types with simple content extension are not supported.</summary>
        </member>
        <member name="P:SRSerialization.SimpleTypeRestrictionDoesNotSpecifyBase">
            <summary>Simple type restriction must specify a base type.</summary>
        </member>
        <member name="P:SRSerialization.SimpleTypeUnionNotSupported">
            <summary>Simple types with &lt;union&gt; content are not supported.</summary>
        </member>
        <member name="P:SRSerialization.SpecifiedTypeNotFoundInSchema">
            <summary>Invalid type specified. Type with name '{0}' not found in schema with namespace '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.SubstitutionGroupOnElementNotSupported">
            <summary>Substitution group on element '{0}' is not supported.</summary>
        </member>
        <member name="P:SRSerialization.SupportForMultidimensionalArraysNotPresent">
            <summary>Multi-dimensional arrays are not supported.</summary>
        </member>
        <member name="P:SRSerialization.TooManyCollectionContracts">
            <summary>Type '{0}' has more than one CollectionDataContractAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.TooManyDataContracts">
            <summary>Type '{0}' has more than one DataContractAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.TooManyDataMembers">
            <summary>Member '{0}.{1}' has more than one DataMemberAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.TooManyEnumMembers">
            <summary>Member '{0}.{1}' has more than one EnumMemberAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.TooManyIgnoreDataMemberAttributes">
            <summary>Member '{0}.{1}' has more than one IgnoreDataMemberAttribute attribute.</summary>
        </member>
        <member name="P:SRSerialization.TopLevelElementRepresentsDifferentType">
            <summary>The global element found in the schema with same name references a different type '{0}' in namespace '{1}'. Data contract types must have the same name as their root element name. Consider removing the global element or changing its type.</summary>
        </member>
        <member name="P:SRSerialization.TraceCodeXsdImportAnnotationFailed">
            <summary>Failed to import annotation during XSD import.</summary>
        </member>
        <member name="P:SRSerialization.TraceCodeXsdImportBegin">
            <summary>Starting schema import</summary>
        </member>
        <member name="P:SRSerialization.TraceCodeXsdImportEnd">
            <summary>Finished schema import</summary>
        </member>
        <member name="P:SRSerialization.TraceCodeXsdImportError">
            <summary>Error on schema import</summary>
        </member>
        <member name="P:SRSerialization.TypeCannotBeImported">
            <summary>Type '{0}' in namespace '{1}' cannot be imported. {2}</summary>
        </member>
        <member name="P:SRSerialization.TypeCannotBeImportedHowToFix">
            <summary>{0} Either change the schema so that the types can map to data contract types or use ImportXmlType or use a different serializer.</summary>
        </member>
        <member name="P:SRSerialization.TypeHasNotBeenImported">
            <summary>Type '{0}' from namespace '{1}' has not been imported from schema. Consider first importing this type by calling one of the Import methods on XsdDataContractImporter.</summary>
        </member>
        <member name="P:SRSerialization.TypeMustBeIXmlSerializable">
            <summary>Schema type '{2}' in namespace '{3}' must be imported as an XML type. Type '{0}' cannot be mapped to this schema type because it does not implement '{1}'.  Consider not adding type '{0}' to the list of referenced types or changing it to implement '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.TypeNotSerializable">
            <summary>Type '{0}' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute.  If the type is a collection, consider marking it with the CollectionD ...</summary>
        </member>
        <member name="P:SRSerialization.TypeMustNotBeOpenGeneric">
            <summary>Type '{0}' is not a fully instantiated generic class.</summary>
        </member>
        <member name="P:SRSerialization.TypeShouldNotContainAttributes">
            <summary>Attributes must be optional and from namespace '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.UnexpectedContractType">
            <summary>An internal error has occurred. Unexpected contract type '{0}' for type '{1}' encountered.</summary>
        </member>
        <member name="P:SRSerialization.UnexpectedElementExpectingElements">
            <summary>'{0}' '{1}' from namespace '{2}' is not expected. Expecting element '{3}'.</summary>
        </member>
        <member name="P:SRSerialization.UnexpectedEndOfFile">
            <summary>Unexpected end of file.</summary>
        </member>
        <member name="P:SRSerialization.UnknownConstantType">
            <summary>Unrecognized constant type '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.UnknownDataContract">
            <summary>Unknown data contract: '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.UnknownXmlType">
            <summary>Type '{0}' is not a valid XML type.</summary>
        </member>
        <member name="P:SRSerialization.ValueTypeCannotBeNull">
            <summary>ValueType '{0}' cannot be null.</summary>
        </member>
        <member name="P:SRSerialization.ValueTypeCannotHaveBaseType">
            <summary>Data contract '{0}' from namespace '{1}' is a value type and cannot have base contract '{2}' from namespace '{3}'.</summary>
        </member>
        <member name="P:SRSerialization.ValueTypeCannotHaveId">
            <summary>ValueType '{0}' cannot have id.</summary>
        </member>
        <member name="P:SRSerialization.ValueTypeCannotHaveIsReference">
            <summary>Value type '{0}' cannot have the IsReference setting of '{1}'. Either change the setting to '{2}', or remove it completely.</summary>
        </member>
        <member name="P:SRSerialization.ValueTypeCannotHaveRef">
            <summary>ValueType '{0}' cannot have ref to another object.</summary>
        </member>
        <member name="P:SRSerialization.XmlAsyncIsRunningException">
            <summary>An asynchronous operation is already in progress.</summary>
        </member>
        <member name="P:SRSerialization.XmlForObjectCannotHaveContent">
            <summary>Element {0} from namespace {1} cannot have child contents to be deserialized as an object. Please use XmlNode[] to deserialize this pattern of XML.</summary>
        </member>
        <member name="P:SRSerialization.XmlFoundElement">
            <summary>element '{0}' from namespace '{1}'</summary>
        </member>
        <member name="P:SRSerialization.XmlFoundEndElement">
            <summary>end element '{0}' from namespace '{1}'</summary>
        </member>
        <member name="P:SRSerialization.XmlFoundText">
            <summary>text '{0}'</summary>
        </member>
        <member name="P:SRSerialization.XmlFoundCData">
            <summary>cdata '{0}'</summary>
        </member>
        <member name="P:SRSerialization.XmlFoundComment">
            <summary>comment '{0}'</summary>
        </member>
        <member name="P:SRSerialization.XmlFoundEndOfFile">
            <summary>end of file</summary>
        </member>
        <member name="P:SRSerialization.XmlFoundNodeType">
            <summary>node {0}</summary>
        </member>
        <member name="P:SRSerialization.XmlCloseCData">
            <summary>']]&gt;' not valid in text node content.</summary>
        </member>
        <member name="P:SRSerialization.XmlStartElementExpected">
            <summary>Start element expected. Found {0}.</summary>
        </member>
        <member name="P:SRSerialization.XmlStartElementNameExpected">
            <summary>Start element '{0}' expected. Found {1}.</summary>
        </member>
        <member name="P:SRSerialization.XmlStartElementLocalNameNsExpected">
            <summary>Start element '{0}' from namespace '{1}' expected. Found {2}.</summary>
        </member>
        <member name="P:SRSerialization.XmlFullStartElementExpected">
            <summary>Non-empty start element expected. Found {0}.</summary>
        </member>
        <member name="P:SRSerialization.XmlFullStartElementNameExpected">
            <summary>Non-empty start element '{0}' expected. Found {1}.</summary>
        </member>
        <member name="P:SRSerialization.XmlFullStartElementLocalNameNsExpected">
            <summary>Non-empty start element '{0}' from namespace '{1}' expected. Found {2}.</summary>
        </member>
        <member name="P:SRSerialization.XmlEndElementExpected">
            <summary>End element '{0}' from namespace '{1}' expected. Found {2}.</summary>
        </member>
        <member name="P:SRSerialization.XmlMaxDepthExceeded">
            <summary>The maximum read depth ({0}) has been exceeded because XML data being read has more levels of nesting than is allowed by the quota. This quota may be increased by changing the MaxDepth property on the XmlDictionaryReaderQuotas object used when creating the ...</summary>
        </member>
        <member name="P:SRSerialization.XmlMaxStringContentLengthExceeded">
            <summary>The maximum string content length quota ({0}) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader.</summary>
        </member>
        <member name="P:SRSerialization.XmlMaxArrayLengthExceeded">
            <summary>The maximum array length quota ({0}) has been exceeded while reading XML data. This quota may be increased by changing the MaxArrayLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader.</summary>
        </member>
        <member name="P:SRSerialization.XmlMaxBytesPerReadExceeded">
            <summary>The 'maximum bytes per Read operation' quota ({0}) has been exceeded while reading XML data. Long element start tags (consisting of the element name, attribute names and attribute values) may trigger this quota. This quota may be increased by changing the  ...</summary>
        </member>
        <member name="P:SRSerialization.XmlMaxNameTableCharCountExceeded">
            <summary>The maximum nametable character count quota ({0}) has been exceeded while reading XML data. The nametable is a data structure used to store strings encountered during XML processing - long XML documents with non-repeating element names, attribute names and ...</summary>
        </member>
        <member name="P:SRSerialization.XmlBase64DataExpected">
            <summary>Base64 encoded data expected. Found {0}.</summary>
        </member>
        <member name="P:SRSerialization.XmlUndefinedPrefix">
            <summary>The prefix '{0}' is not defined.</summary>
        </member>
        <member name="P:SRSerialization.XmlProcessingInstructionNotSupported">
            <summary>Processing instructions (other than the XML declaration) and DTDs are not supported.</summary>
        </member>
        <member name="P:SRSerialization.XmlUnexpectedEndOfFile">
            <summary>Unexpected end of file. Following elements are not closed: {0}.</summary>
        </member>
        <member name="P:SRSerialization.XmlUnexpectedEndElement">
            <summary>No matching start tag for end element.</summary>
        </member>
        <member name="P:SRSerialization.XmlDuplicateAttribute">
            <summary>Duplicate attribute found. Both '{0}' and '{1}' are from the namespace '{2}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidFormat">
            <summary>The input source is not correctly formatted.</summary>
        </member>
        <member name="P:SRSerialization.XmlTokenExpected">
            <summary>The token '{0}' was expected but found '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlTagMismatch">
            <summary>Start element '{0}' does not match end element '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlDeclNotFirst">
            <summary>No characters can appear before the XML declaration.</summary>
        </member>
        <member name="P:SRSerialization.XmlConversionOverflow">
            <summary>The value '{0}' cannot be represented with the type '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidConversion">
            <summary>The value '{0}' cannot be parsed as the type '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidConversionWithoutValue">
            <summary>The value cannot be parsed as the type '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidUTF8Bytes">
            <summary>'{0}' contains invalid UTF8 bytes.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidBytes">
            <summary>Invalid byte encoding.</summary>
        </member>
        <member name="P:SRSerialization.XmlEmptyNamespaceRequiresNullPrefix">
            <summary>The empty namespace requires a null or empty prefix.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidCharRef">
            <summary>Character reference not valid.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidFFFE">
            <summary>Characters with hexadecimal values 0xFFFE and 0xFFFF are not valid.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidCommentChars">
            <summary>XML comments cannot contain '--' or end with '-'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidDepth">
            <summary>Cannot call '{0}' while Depth is '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidHighSurrogate">
            <summary>High surrogate char '0x{0}' not valid. High surrogate chars range from 0xD800 to 0xDBFF.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidLowSurrogate">
            <summary>Low surrogate char '0x{0}' not valid. Low surrogate chars range from 0xDC00 to 0xDFFF.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidSurrogate">
            <summary>Surrogate char '0x{0}' not valid. Surrogate chars range from 0x10000 to 0x10FFFF.</summary>
        </member>
        <member name="P:SRSerialization.XmlMissingLowSurrogate">
            <summary>The surrogate pair is invalid. Missing a low surrogate character.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidID">
            <summary>ID must be &gt;= 0.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidOperation">
            <summary>The reader cannot be advanced.</summary>
        </member>
        <member name="P:SRSerialization.XmlEndElementNoOpenNodes">
            <summary>No corresponding start element is open.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidPrefixState">
            <summary>A prefix cannot be defined while WriteState is '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidRootData">
            <summary>The data at the root level is invalid.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidWriteState">
            <summary>'{0}' cannot be called while WriteState is '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidXmlSpace">
            <summary>'{0}' is not a valid xml:space value. Valid values are 'default' and 'preserve'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidXmlByte">
            <summary>The byte 0x{0} is not valid at this location.</summary>
        </member>
        <member name="P:SRSerialization.XmlIDDefined">
            <summary>ID already defined.</summary>
        </member>
        <member name="P:SRSerialization.XmlKeyAlreadyExists">
            <summary>The specified key already exists in the dictionary.</summary>
        </member>
        <member name="P:SRSerialization.XmlLineInfo">
            <summary>Line {0}, position {1}.</summary>
        </member>
        <member name="P:SRSerialization.XmlMethodNotSupported">
            <summary>This XmlWriter implementation does not support the '{0}' method.</summary>
        </member>
        <member name="P:SRSerialization.XmlMultipleRootElements">
            <summary>There are multiple root elements.</summary>
        </member>
        <member name="P:SRSerialization.XmlWriterClosed">
            <summary>The XmlWriter is closed.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidDeclaration">
            <summary>XML declaration can only be written at the beginning of the document.</summary>
        </member>
        <member name="P:SRSerialization.XmlPrefixBoundToNamespace">
            <summary>The prefix '{0}' is bound to the namespace '{1}' and cannot be changed to '{2}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlReservedPrefix">
            <summary>Prefixes beginning with "xml" (regardless of casing) are reserved for use by XML.</summary>
        </member>
        <member name="P:SRSerialization.XmlNamespaceNotFound">
            <summary>The namespace '{0}' is not defined.</summary>
        </member>
        <member name="P:SRSerialization.XmlSpecificBindingNamespace">
            <summary>The namespace '{1}' can only be bound to the prefix '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlSpecificBindingPrefix">
            <summary>The prefix '{0}' can only be bound to the namespace '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlOnlyWhitespace">
            <summary>Only white space characters can be written with this method.</summary>
        </member>
        <member name="P:SRSerialization.XmlWriterMustBeInElement">
            <summary>WriteState '{0}' not valid. Caller must write start element before serializing in contentOnly mode.</summary>
        </member>
        <member name="P:SRSerialization.XmlOnlySingleValue">
            <summary>Only a single typed value may be written inside an attribute or content.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidVersion">
            <summary>XML version must be '1.0'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidEncoding">
            <summary>XML encoding must be 'UTF-8'.</summary>
        </member>
        <member name="P:SRSerialization.XmlEncodingNotSupported">
            <summary>XML encoding not supported.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidStandalone">
            <summary>'standalone' value in declaration must be 'yes' or 'no'.</summary>
        </member>
        <member name="P:SRSerialization.XmlSpaceBetweenAttributes">
            <summary>Whitespace must appear between attributes.</summary>
        </member>
        <member name="P:SRSerialization.XmlCDATAInvalidAtTopLevel">
            <summary>CData elements not valid at top level of an XML document.</summary>
        </member>
        <member name="P:SRSerialization.XmlEncodingMismatch">
            <summary>The encoding in the declaration '{0}' does not match the encoding of the document '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlMalformedDecl">
            <summary>Malformed XML declaration.</summary>
        </member>
        <member name="P:SRSerialization.XmlExpectedEncoding">
            <summary>The expected encoding '{0}' does not match the actual encoding '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlDeclarationRequired">
            <summary>An XML declaration with an encoding is required for all non-UTF8 documents.</summary>
        </member>
        <member name="P:SRSerialization.XmlDeclMissingVersion">
            <summary>Version not found in XML declaration.</summary>
        </member>
        <member name="P:SRSerialization.XmlDeclMissing">
            <summary>An XML declaration is required for all non-UTF8 documents.</summary>
        </member>
        <member name="P:SRSerialization.XmlBadBOM">
            <summary>Unrecognized Byte Order Mark.</summary>
        </member>
        <member name="P:SRSerialization.XmlNoRootElement">
            <summary>The document does not have a root element.</summary>
        </member>
        <member name="P:SRSerialization.XmlIllegalOutsideRoot">
            <summary>Text cannot be written outside the root element.</summary>
        </member>
        <member name="P:SRSerialization.XmlOnlyOneRoot">
            <summary>Only one root element is permitted per document.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidBase64Sequence">
            <summary>The characters '{0}' at offset {1} are not a valid Base64 sequence.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidBase64Length">
            <summary>Base64 sequence length ({0}) not valid. Must be a multiple of 4.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidBinHexSequence">
            <summary>The characters '{0}' at offset {1} are not a valid BinHex sequence.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidBinHexLength">
            <summary>BinHex sequence length ({0}) not valid. Must be a multiple of 2.</summary>
        </member>
        <member name="P:SRSerialization.XmlArrayTooSmall">
            <summary>Array too small.</summary>
        </member>
        <member name="P:SRSerialization.XmlArrayTooSmallInput">
            <summary>Array too small.  Length of available data must be at least {0}.</summary>
        </member>
        <member name="P:SRSerialization.XmlArrayTooSmallOutput">
            <summary>Array too small.  Must be able to hold at least {0}.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidQualifiedName">
            <summary>Expected XML qualified name. Found '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidUniqueId">
            <summary>UniqueId cannot be zero length.</summary>
        </member>
        <member name="P:SRSerialization.XmlInvalidStream">
            <summary>Stream returned by IStreamProvider cannot be null.</summary>
        </member>
        <member name="P:SRSerialization.XmlNestedArraysNotSupported">
            <summary>Nested arrays are not supported.</summary>
        </member>
        <member name="P:SRSerialization.XmlElementAttributes">
            <summary>Only Element nodes have attributes.</summary>
        </member>
        <member name="P:SRSerialization.ValueMustBeNonNegative">
            <summary>The value of this argument must be non-negative.</summary>
        </member>
        <member name="P:SRSerialization.OffsetExceedsBufferSize">
            <summary>The specified offset exceeds the buffer size ({0} bytes).</summary>
        </member>
        <member name="P:SRSerialization.SizeExceedsRemainingBufferSpace">
            <summary>The specified size exceeds the remaining buffer space ({0} bytes).</summary>
        </member>
        <member name="P:SRSerialization.XmlDictionaryStringIDRange">
            <summary>XmlDictionaryString IDs must be in the range from {0} to {1}.</summary>
        </member>
        <member name="P:SRSerialization.XmlDictionaryStringIDUndefinedSession">
            <summary>XmlDictionaryString ID {0} not defined in the XmlBinaryReaderSession.</summary>
        </member>
        <member name="P:SRSerialization.XmlDictionaryStringIDUndefinedStatic">
            <summary>XmlDictionaryString ID {0} not defined in the static dictionary.</summary>
        </member>
        <member name="P:SRSerialization.ValueMustBeInRange">
            <summary>The value of this argument must fall within the range {0} to {1}.</summary>
        </member>
        <member name="P:SRSerialization.JsonOnlyWhitespace">
            <summary>Unexpected character '{0}'. '{1}' can write only white space characters.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidStartElementCall">
            <summary>WriteStartElement can be called at only the start of a document or immediately after calling WriteEndElement.</summary>
        </member>
        <member name="P:SRSerialization.JsonNodeTypeArrayOrObjectNotSpecified">
            <summary>WriteStartElement cannot be called immediately after WriteStartElement without writing the 'type'='array' or 'type='object' attribute.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidLocalNameEmpty">
            <summary>The empty string is not a valid local name in JSON.</summary>
        </member>
        <member name="P:SRSerialization.JsonMustSpecifyDataType">
            <summary>You must write an attribute '{0}'='{1}' after writing the attribute with local name '{2}'.</summary>
        </member>
        <member name="P:SRSerialization.JsonAttributeAlreadyWritten">
            <summary>Cannot write attribute with local name '{0}' multiple times.</summary>
        </member>
        <member name="P:SRSerialization.JsonSizeExceedsRemainingBufferSpace">
            <summary>The specified size exceeds the remaining buffer space ('{0}' bytes).</summary>
        </member>
        <member name="P:SRSerialization.JsonEndElementNoOpenNodes">
            <summary>No corresponding start element is open.</summary>
        </member>
        <member name="P:SRSerialization.JsonNoMatchingStartAttribute">
            <summary>There is no open attribute.</summary>
        </member>
        <member name="P:SRSerialization.JsonWriterClosed">
            <summary>The writer is closed.</summary>
        </member>
        <member name="P:SRSerialization.JsonCannotWriteStandaloneTextAfterQuotedText">
            <summary>Cannot write a CLR value that maps to number, array, object, true, false or null in JSON after a string value has been written.</summary>
        </member>
        <member name="P:SRSerialization.JsonOffsetExceedsBufferSize">
            <summary>The specified offset exceeds the buffer size ({0} bytes).</summary>
        </member>
        <member name="P:SRSerialization.JsonEncounteredUnexpectedCharacter">
            <summary>Encountered unexpected character '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidBytes">
            <summary>Invalid byte encoding.</summary>
        </member>
        <member name="P:SRSerialization.JsonEncodingNotSupported">
            <summary>Encoding not supported in JSON. UTF-8, Unicode, and BigEndianUnicode are the only supported encodings.</summary>
        </member>
        <member name="P:SRSerialization.JsonUnexpectedEndOfFile">
            <summary>Unexpected end of file.</summary>
        </member>
        <member name="P:SRSerialization.JsonDuplicateMemberNames">
            <summary>The data contract type '{0}' is not serializable with DataContractJsonSerializer because the data member '{1}' is duplicated in its type hierarchy.</summary>
        </member>
        <member name="P:SRSerialization.JsonDuplicateMemberInInput">
            <summary>The data contract type '{0}' cannot be deserialized because the data member '{1}' was found more than once in the input.</summary>
        </member>
        <member name="P:SRSerialization.JsonRequiredMembersNotFound">
            <summary>The data contract type '{0}' cannot be deserialized because the required data members '{1}' were not found.</summary>
        </member>
        <member name="P:SRSerialization.JsonOneRequiredMemberNotFound">
            <summary>The data contract type '{0}' cannot be deserialized because the required data member '{1}' was not found.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidWriteStat">
            <summary>'{0}' cannot be called while WriteState is '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidDateTimeString">
            <summary>DateTime content '{0}' does not start with '{1}' and end with '{2}' as required for JSON.</summary>
        </member>
        <member name="P:SRSerialization.JsonExpectedEncoding">
            <summary>The expected encoding '{0}' does not match the actual encoding '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.JsonOpenAttributeMustBeClosedFirst">
            <summary>Cannot call {0} while an attribute is being written.</summary>
        </member>
        <member name="P:SRSerialization.JsonTypeNotSupportedByDataContractJsonSerializer">
            <summary>DataContractJsonSerializer does not support objects of type '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.EnumTypeNotSupportedByDataContractJsonSerializer">
            <summary>DataContractJsonSerializer does not support data members of type '{0}'.  Consider using int, System.Object, or a concrete enum definition instead.</summary>
        </member>
        <member name="P:SRSerialization.JsonNamespaceMustBeEmpty">
            <summary>Encountered unexpected namespace '{0}'. The namespace must be empty.</summary>
        </member>
        <member name="P:SRSerialization.JsonXmlProcessingInstructionNotSupported">
            <summary>Processing instructions (other than the XML declaration) are not supported.</summary>
        </member>
        <member name="P:SRSerialization.JsonXmlInvalidDeclaration">
            <summary>XML declaration can only be written at the beginning of the document.</summary>
        </member>
        <member name="P:SRSerialization.JsonMultipleRootElementsNotAllowedOnWriter">
            <summary>This XmlDictionaryWriter implementation does not support the writing of multiple root elements.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidMethodBetweenStartEndAttribute">
            <summary>Cannot write content while an attribute is being written.</summary>
        </member>
        <member name="P:SRSerialization.JsonServerTypeSpecifiedForInvalidDataType">
            <summary>Attempted to write an attribute with local name '{0}' after writing the attribute '{1}'='{2}'. An attribute with local name '{0}' may be written only after writing the attribute '{1}'='{3}'.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidDataTypeSpecifiedForServerType">
            <summary>Attempted to write an attribute '{0}'='{1}' after writing the attribute with local name '{2}'. The attribute with local name '{2}' is only valid with an attribute '{0}'='{3}'.</summary>
        </member>
        <member name="P:SRSerialization.JsonUnexpectedAttributeValue">
            <summary>The attribute 'type' must have one of the following strings as its values: 'string', 'number', 'array', 'object', 'null', or 'boolean'.  Encountered unexpected value '{0}'</summary>
        </member>
        <member name="P:SRSerialization.JsonPrefixMustBeNullOrEmpty">
            <summary>Encountered unexpected prefix '{0}'. The prefix must be null or empty.</summary>
        </member>
        <member name="P:SRSerialization.JsonUnexpectedAttributeLocalName">
            <summary>Encountered unexpected attribute local name '{0}'. 'type' and '__type' are the only allowed local names for attributes. 'type' can be used to influence how data is written; its valid values are 'object', 'string', 'number', 'null', 'boolean', and 'array'.  ...</summary>
        </member>
        <member name="P:SRSerialization.JsonCannotWriteTextAfterNonTextAttribute">
            <summary>Attempted to write text after writing attribute type='{0}'. Text may be written only after the attributes type='number', type='boolean', or type='string'.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidItemNameForArrayElement">
            <summary>Encountered unexpected element local name '{0}' for item in collection. '{1}' is the only valid local name for elements in a collection.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidRootElementName">
            <summary>Encountered invalid root element name '{0}'. '{1}' is the only allowed root element name.</summary>
        </member>
        <member name="P:SRSerialization.JsonAttributeMustHaveElement">
            <summary>WriteStartElement must be called at least once before WriteStartAttribute may be called.</summary>
        </member>
        <member name="P:SRSerialization.JsonNestedArraysNotSupported">
            <summary>Nested arrays are not supported.</summary>
        </member>
        <member name="P:SRSerialization.JsonMethodNotSupported">
            <summary>This XmlDictionaryWriter implementation does not support the '{0}' method.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidFFFE">
            <summary>Characters with hexadecimal values 0xFFFE and 0xFFFF are not valid.</summary>
        </member>
        <member name="P:SRSerialization.JsonUnsupportedForIsReference">
            <summary>The type '{0}' cannot be serialized to JSON because its IsReference setting is '{1}'. The JSON format does not support references because there is no standardized format for representing references. To enable serialization, disable the IsReference setting  ...</summary>
        </member>
        <member name="P:SRSerialization.JsonMustUseWriteStringForWritingAttributeValues">
            <summary>To write attribute values with this XmlDictionaryWriter implementation, you must write either string or char[] values.</summary>
        </member>
        <member name="P:SRSerialization.JsonWriteArrayNotSupported">
            <summary>To write JSON arrays, use XML writer methods to write the attribute type="array" followed by methods like WriteStartElement (with the local name "item"), WriteAttributeString, and WriteEndElement to write the JSON array items.</summary>
        </member>
        <member name="P:SRSerialization.JsonDateTimeOutOfRange">
            <summary>DateTime values that are greater than DateTime.MaxValue or smaller than DateTime.MinValue when converted to UTC cannot be serialized to JSON.</summary>
        </member>
        <member name="P:SRSerialization.XmlObjectAssignedToIncompatibleInterface">
            <summary>'{0}' is an XML type and cannot be serialized when assigned to an interface type that does not implement IXmlSerializable ('{1}'.)</summary>
        </member>
        <member name="P:SRSerialization.CollectionAssignedToIncompatibleInterface">
            <summary>'{0}' is a collection type and cannot be serialized when assigned to an interface type that does not implement IEnumerable ('{1}'.)</summary>
        </member>
        <member name="P:SRSerialization.InvalidCharacterEncountered">
            <summary>Encountered invalid character '{0}'.</summary>
        </member>
        <member name="P:SRSerialization.JsonInvalidWriteState">
            <summary>'{0}' cannot be called while WriteState is '{1}'.</summary>
        </member>
        <member name="P:SRSerialization.InvalidAsyncResult">
            <summary>The asynchronous result object used to end this operation was not the object that was returned when the operation was initiated.</summary>
        </member>
        <member name="P:SRServiceModel.NoIPEndpointsFoundForHost">
            <summary>No IPEndpoints were found for host {0}.</summary>
        </member>
        <member name="P:SRServiceModel.DnsResolveFailed">
            <summary>No DNS entries exist for host {0}.</summary>
        </member>
        <member name="P:SRServiceModel.RequiredAttributeMissing">
            <summary>Attribute '{0}' is required on element '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.SecurityTokenManagerCannotCreateProviderForRequirement">
            <summary>The security token manager cannot create a token provider for requirement '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SecurityTokenManagerCannotCreateAuthenticatorForRequirement">
            <summary>The security token manager cannot create a token authenticator for requirement '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SecurityStateEncoderDecodingFailure">
            <summary>The DataProtectionSecurityStateEncoder is unable to decode the byte array. Ensure that a 'UserProfile' is loaded, if this is a 'web farm scenario' ensure all servers are running as the same user with the roaming profiles or provide a custom SecurityStateEn ...</summary>
        </member>
        <member name="P:SRServiceModel.SecurityStateEncoderEncodingFailure">
            <summary>The DataProtectionSecurityStateEncoder is unable to encode the byte array. Ensure that a 'UserProfile' is loaded, if this is a 'web farm scenario' ensure all servers are running as the same user with the roaming profiles or provide a custom SecurityStateEn ...</summary>
        </member>
        <member name="P:SRServiceModel.EncodingBindingElementDoesNotHandleReaderQuotas">
            <summary>Unable to obtain XmlDictionaryReaderQuotas from the Binding. If you have specified a custom EncodingBindingElement, verify that the EncodingBindingElement can handle XmlDictionaryReaderQuotas in its GetProperty&lt;T&gt;() method.</summary>
        </member>
        <member name="P:SRServiceModel.ErrorSerializingSecurityToken">
            <summary>There was an error serializing the security token. Please see the inner exception for more details.</summary>
        </member>
        <member name="P:SRServiceModel.ErrorDeserializingKeyIdentifierClauseFromTokenXml">
            <summary>There was an error creating the security key identifier clause from the security token XML. Please see the inner exception for more details.</summary>
        </member>
        <member name="P:SRServiceModel.ErrorDeserializingTokenXml">
            <summary>There was an error deserializing the security token XML. Please see the inner exception for more details.</summary>
        </member>
        <member name="P:SRServiceModel.TokenRequirementDoesNotSpecifyTargetAddress">
            <summary>The token requirement '{0}' does not specify the target address. This is required by the token manager for creating the corresponding security token provider.</summary>
        </member>
        <member name="P:SRServiceModel.DerivedKeyNotInitialized">
            <summary>The derived key has not been computed for the security token.</summary>
        </member>
        <member name="P:SRServiceModel.IssuedTokenAuthenticationModeRequiresSymmetricIssuedKey">
            <summary>The IssuedToken security authentication mode requires the issued token to contain a symmetric key.</summary>
        </member>
        <member name="P:SRServiceModel.MultipleIssuerEndpointsFound">
            <summary>Policy for multiple issuer endpoints was retrieved from '{0}' but the relying party's policy does not specify which issuer endpoint to use. One of the endpoints was selected as the issuer endpoint to use. If you are using svcutil, the other endpoints will  ...</summary>
        </member>
        <member name="P:SRServiceModel.MultipleSecurityCredentialsManagersInChannelBindingParameters">
            <summary>The ClientCredentials cannot be added to the binding parameters because the binding parameters already contains a SecurityCredentialsManager '{0}'. If you are configuring custom credentials for the channel, please first remove any existing ClientCredential ...</summary>
        </member>
        <member name="P:SRServiceModel.DerivedKeyTokenNonceTooLong">
            <summary>The length ('{0}' bytes) of the derived key's Nonce exceeds the maximum length ('{1}' bytes) allowed.</summary>
        </member>
        <member name="P:SRServiceModel.DerivedKeyTokenLabelTooLong">
            <summary>The length ('{0}' bytes) of the derived key's Label exceeds the maximum length ('{1}' bytes) allowed.</summary>
        </member>
        <member name="P:SRServiceModel.DerivedKeyTokenOffsetTooHigh">
            <summary>The derived key's Offset ('{0}' bytes) exceeds the maximum offset ('{1}' bytes) allowed.</summary>
        </member>
        <member name="P:SRServiceModel.DerivedKeyTokenGenerationAndLengthTooHigh">
            <summary>The derived key's generation ('{0}') and length ('{1}' bytes) result in a key derivation offset that is greater than the maximum offset ('{2}' bytes) allowed.</summary>
        </member>
        <member name="P:SRServiceModel.BufferQuotaExceededReadingBase64">
            <summary>Unable to finish reading Base64 data as the given buffer quota has been exceeded. Buffer quota: {0}. Consider increasing the MaxReceivedMessageSize quota on the TransportBindingElement. Please note that a very high value for MaxReceivedMessageSize will res ...</summary>
        </member>
        <member name="P:SRServiceModel.Psha1KeyLengthInvalid">
            <summary>The PSHA1 key length '{0}' is invalid.</summary>
        </member>
        <member name="P:SRServiceModel.CloneNotImplementedCorrectly">
            <summary>Clone() was not implemented properly by '{0}'. The cloned object was '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.BadIssuedTokenType">
            <summary>The issued token is of unexpected type '{0}'. Expected token type '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.RstrHasMultipleIssuedTokens">
            <summary>The RequestSecurityTokenResponse has multiple RequestedSecurityToken elements.</summary>
        </member>
        <member name="P:SRServiceModel.RstrHasMultipleProofTokens">
            <summary>The RequestSecurityTokenResponse has multiple RequestedProofToken elements.</summary>
        </member>
        <member name="P:SRServiceModel.ProofTokenXmlUnexpectedInRstr">
            <summary>The proof token XML element is not expected in the response.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidKeyLengthRequested">
            <summary>The key length '{0}' requested is invalid.</summary>
        </member>
        <member name="P:SRServiceModel.CannotImportProtectionLevelForContract">
            <summary>The policy to import a process cannot import a binding for contract ({0},{1}). The protection requirements for the binding are not compatible with a binding already imported for the contract. You must reconfigure the binding.</summary>
        </member>
        <member name="P:SRServiceModel.ClientCredentialTypeMustBeSpecifiedForMixedMode">
            <summary>ClientCredentialType.None is not valid for the TransportWithMessageCredential security mode. Specify a message credential type or use a different security mode.</summary>
        </member>
        <member name="P:SRServiceModel.NegotiationFailedIO">
            <summary>Transport security negotiation failed due to an underlying IO error: {0}.</summary>
        </member>
        <member name="P:SRServiceModel.AnonymousLogonsAreNotAllowed">
            <summary>The service does not allow you to log on anonymously.</summary>
        </member>
        <member name="P:SRServiceModel.UnableToObtainIssuerMetadata">
            <summary>Obtaining metadata from issuer '{0}' failed with error '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.ErrorImportingIssuerMetadata">
            <summary>Importing metadata from issuer '{0}' failed with error '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.MultipleSupportingAuthenticatorsOfSameType">
            <summary>Multiple supporting token authenticators with the token parameter type equal to '{0}' cannot be specified. If more than one Supporting Token of the same type is expected in the response, then configure the supporting token collection with just one entry fo ...</summary>
        </member>
        <member name="P:SRServiceModel.SecurityTokenParametersCloneInvalidResult">
            <summary>The CloneCore method of {0} type returned an invalid result.</summary>
        </member>
        <member name="P:SRServiceModel.CertificateUnsupportedForHttpTransportCredentialOnly">
            <summary>Certificate-based client authentication is not supported in TransportCredentialOnly security mode. Select the Transport security mode.</summary>
        </member>
        <member name="P:SRServiceModel.BasicHttpMessageSecurityRequiresCertificate">
            <summary>BasicHttp binding requires that BasicHttpBinding.Security.Message.ClientCredentialType be equivalent to the BasicHttpMessageCredentialType.Certificate credential type for secure messages. Select Transport or TransportWithMessageCredential security for User ...</summary>
        </member>
        <member name="P:SRServiceModel.EntropyModeRequiresRequestorEntropy">
            <summary>The client must provide key entropy in key entropy mode '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.BearerKeyTypeCannotHaveProofKey">
            <summary>A Proof Token was found in the response that was returned by the Security Token Service for a Bearer Key Type token request. Note that Proof Tokens should not be generated when a Bearer Key Type request is made.</summary>
        </member>
        <member name="P:SRServiceModel.BearerKeyIncompatibleWithWSFederationHttpBinding">
            <summary>Bearer Key Type is not supported with WSFederationHttpBinding. Please use WS2007FederationHttpBinding.</summary>
        </member>
        <member name="P:SRServiceModel.UnableToCreateKeyTypeElementForUnknownKeyType">
            <summary>Unable to create Key Type element for the Key Type '{0}'. This might be due to a wrong version of MessageSecurityVersion set on the SecurityBindingElement.</summary>
        </member>
        <member name="P:SRServiceModel.EntropyModeCannotHaveProofTokenOrIssuerEntropy">
            <summary>The issuer cannot provide key entropy or a proof token in key entropy mode '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.EntropyModeCannotHaveRequestorEntropy">
            <summary>The client cannot provide key entropy in key entropy mode '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.EntropyModeRequiresProofToken">
            <summary>The issuer must provide a proof token in key entropy mode '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.EntropyModeRequiresComputedKey">
            <summary>The issuer must provide a computed key in key entropy mode '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.EntropyModeRequiresIssuerEntropy">
            <summary>The issuer must provide key entropy in key entropy mode '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.EntropyModeCannotHaveComputedKey">
            <summary>The issuer cannot provide a computed key in key entropy mode '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnknownComputedKeyAlgorithm">
            <summary>The computed key algorithm '{0}' is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.NoncesCachedInfinitely">
            <summary>The ReplayWindow and ClockSkew cannot be the maximum possible value when replay detection is enabled.</summary>
        </member>
        <member name="P:SRServiceModel.DownlevelNameCannotMapToUpn">
            <summary>Cannot map Windows user '{0}' to a UserPrincipalName that can be used for S4U impersonation.</summary>
        </member>
        <member name="P:SRServiceModel.CannotImportSupportingTokensForOperationWithoutRequestAction">
            <summary>Security policy import failed. The security policy contains supporting token requirements at the operation scope. The contract description does not specify the action for the request message associated with this operation.</summary>
        </member>
        <member name="P:SRServiceModel.SymmetricSecurityBindingElementNeedsProtectionTokenParameters">
            <summary>SymmetricSecurityBindingElement cannot build a channel or listener factory. The ProtectionTokenParameters property is required but not set. Binding element configuration: {0}</summary>
        </member>
        <member name="P:SRServiceModel.AsymmetricSecurityBindingElementNeedsInitiatorTokenParameters">
            <summary>AsymmetricSecurityBindingElement cannot build a channel or listener factory. The InitiatorTokenParameters property is required but not set. Binding element configuration: {0}</summary>
        </member>
        <member name="P:SRServiceModel.AsymmetricSecurityBindingElementNeedsRecipientTokenParameters">
            <summary>AsymmetricSecurityBindingElement cannot build a channel or listener factory. The RecipientTokenParameters property is required but not set. Binding element configuration: {0}</summary>
        </member>
        <member name="P:SRServiceModel.NoAppliesToPresent">
            <summary>No AppliesTo element is present in the deserialized RequestSecurityToken/RequestSecurityTokenResponse.</summary>
        </member>
        <member name="P:SRServiceModel.CantInferReferenceForToken">
            <summary>Can't infer an external reference for '{0}' token type.</summary>
        </member>
        <member name="P:SRServiceModel.TrustDriverIsUnableToCreatedNecessaryAttachedOrUnattachedReferences">
            <summary>Unable to create Attached or Unattached reference for '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.TrustDriverVersionDoesNotSupportSession">
            <summary>The configured Trust version does not support sessions. Use WSTrustFeb2005 or above.</summary>
        </member>
        <member name="P:SRServiceModel.TrustDriverVersionDoesNotSupportIssuedTokens">
            <summary>The configured WS-Trust version does not support issued tokens. WS-Trust February 2005 or later is required.</summary>
        </member>
        <member name="P:SRServiceModel.SecureConversationRequiredByReliableSession">
            <summary>Cannot establish a reliable session without secure conversation. Enable secure conversation.</summary>
        </member>
        <member name="P:SRServiceModel.TransactionFlowRequiredIssuedTokens">
            <summary>In order to flow a transaction, flowing issued tokens must also be supported.</summary>
        </member>
        <member name="P:SRServiceModel.SignatureConfirmationNotSupported">
            <summary>The configured SecurityVersion does not support signature confirmation. Use WsSecurity11 or above.</summary>
        </member>
        <member name="P:SRServiceModel.SecureConversationDriverVersionDoesNotSupportSession">
            <summary>The configured SecureConversation version does not support sessions. Use WSSecureConversationFeb2005 or above.</summary>
        </member>
        <member name="P:SRServiceModel.OneWayOperationReturnedFault">
            <summary>The one-way operation returned a fault message.  The reason for the fault was '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.OneWayOperationReturnedLargeFault">
            <summary>The one-way operation returned a fault message with Action='{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.OneWayOperationReturnedMessage">
            <summary>The one-way operation returned a non-null message with Action='{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.KeyLifetimeNotWithinTokenLifetime">
            <summary>The key effective and expiration times must be bounded by the token effective and expiration times.</summary>
        </member>
        <member name="P:SRServiceModel.EffectiveGreaterThanExpiration">
            <summary>The valid from time is greater than the valid to time.</summary>
        </member>
        <member name="P:SRServiceModel.LengthMustBeGreaterThanZero">
            <summary>The length of this argument must be greater than 0.</summary>
        </member>
        <member name="P:SRServiceModel.KeyLengthMustBeMultipleOfEight">
            <summary>Key length '{0}' is not a multiple of 8 for symmetric keys.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidX509RawData">
            <summary>Invalid binary representation of an X.509 certificate.</summary>
        </member>
        <member name="P:SRServiceModel.ExportOfBindingWithTransportSecurityBindingElementAndNoTransportSecurityNotSupported">
            <summary>Security policy export failed. The binding contains a TransportSecurityBindingElement but no transport binding element that implements ITransportTokenAssertionProvider. Policy export for such a binding is not supported. Make sure the transport binding elem ...</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedSecureConversationBootstrapProtectionRequirements">
            <summary>Cannot import the security policy. The protection requirements for the secure conversation bootstrap binding are not supported. Protection requirements for the secure conversation bootstrap must require both the request and the response to be signed and en ...</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedBooleanAttribute">
            <summary>Cannot import the policy. The value of the attribute '{0}' must be either 'true', 'false', '1' or '0'. The following error occurred: '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.NoTransportTokenAssertionProvided">
            <summary>The security policy expert failed. The provided transport token assertion of type '{0}' did not create a transport token assertion to include the sp:TransportBinding security policy assertion.</summary>
        </member>
        <member name="P:SRServiceModel.PolicyRequiresConfidentialityWithoutIntegrity">
            <summary>Message security policy for the '{0}' action requires confidentiality without integrity. Confidentiality without integrity is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.TokenCannotCreateSymmetricCrypto">
            <summary>A symmetric crypto could not be created from token '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.StandardsManagerCannotWriteObject">
            <summary>The token Serializer cannot serialize '{0}'.  If this is a custom type you must supply a custom serializer.</summary>
        </member>
        <member name="P:SRServiceModel.OperationCannotBeDoneAfterProcessingIsStarted">
            <summary>This operation cannot be done after processing is started.</summary>
        </member>
        <member name="P:SRServiceModel.MaximumPolicyRedirectionsExceeded">
            <summary>The recursive policy fetching limit has been reached. Check to determine if there is a loop in the federation service chain.</summary>
        </member>
        <member name="P:SRServiceModel.ClientCredentialsUnableToCreateLocalTokenProvider">
            <summary>ClientCredentials cannot create a local token provider for token requirement {0}.</summary>
        </member>
        <member name="P:SRServiceModel.SecurityBindingElementCannotBeExpressedInConfig">
            <summary>A security policy was imported for the endpoint. The security policy contains requirements that cannot be represented in a Windows Communication Foundation configuration. Look for a comment about the SecurityBindingElement parameters that are required in t ...</summary>
        </member>
        <member name="P:SRServiceModel.ConfigurationSchemaInsuffientForSecurityBindingElementInstance">
            <summary>The configuration schema is insufficient to describe the non-standard configuration of the following security binding element:</summary>
        </member>
        <member name="P:SRServiceModel.ConfigurationSchemaContainsX509IssuerSerialReference">
            <summary>The wsdl schema that was used to create this configuration file contained a 'RequireIssuerSerialReference' assertion for a X509Token.  This can not be represented in configuration, you will need to programatically adjust the appropriate X509SecurityTokenPa ...</summary>
        </member>
        <member name="P:SRServiceModel.SecurityProtocolCannotDoReplayDetection">
            <summary>The security protocol '{0}' cannot do replay detection.</summary>
        </member>
        <member name="P:SRServiceModel.CannotReadToken">
            <summary>Cannot read the token from the '{0}' element with the '{1}' namespace for BinarySecretSecurityToken, with a '{2}' ValueType. If this element is expected to be valid, ensure that security is configured to consume tokens with the name, namespace and value ty ...</summary>
        </member>
        <member name="P:SRServiceModel.ExpectedElementMissing">
            <summary>Element '{0}' with namespace '{1}' not found.</summary>
        </member>
        <member name="P:SRServiceModel.ExpectedOneOfTwoElementsFromNamespace">
            <summary>Expected element '{0}' or element '{1}' (from namespace '{2}').</summary>
        </member>
        <member name="P:SRServiceModel.MissingMessageID">
            <summary>Request Message is missing a MessageID header. One is required to correlate a reply.</summary>
        </member>
        <member name="P:SRServiceModel.OnlyBodyReturnValuesSupported">
            <summary>Only body return values are supported currently for protection, MessagePartDescription was specified.</summary>
        </member>
        <member name="P:SRServiceModel.TransactionFlowBadOption">
            <summary>Invalid TransactionFlowOption value.</summary>
        </member>
        <member name="P:SRServiceModel.UnexpectedEndOfFile">
            <summary>Unexpected end of file.</summary>
        </member>
        <member name="P:SRServiceModel.TimeStampHasCreationAheadOfExpiry">
            <summary>The security timestamp is invalid because its creation time ('{0}') is greater than or equal to its expiration time ('{1}').</summary>
        </member>
        <member name="P:SRServiceModel.TimeStampHasExpiryTimeInPast">
            <summary>The security timestamp is stale because its expiration time ('{0}') is in the past. Current time is '{1}' and allowed clock skew is '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.TimeStampHasCreationTimeInFuture">
            <summary>The security timestamp is invalid because its creation time ('{0}') is in the future. Current time is '{1}' and allowed clock skew is '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.TimeStampWasCreatedTooLongAgo">
            <summary>The security timestamp is stale because its creation time ('{0}') is too far back in the past. Current time is '{1}', maximum timestamp lifetime is '{2}' and allowed clock skew is '{3}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedIssuerEntropyType">
            <summary>Issuer entropy is not BinarySecretSecurityToken or WrappedKeySecurityToken.</summary>
        </member>
        <member name="P:SRServiceModel.NoRequestSecurityTokenResponseElements">
            <summary>No RequestSecurityTokenResponse elements were found.</summary>
        </member>
        <member name="P:SRServiceModel.NoCookieInSct">
            <summary>The SecurityContextSecurityToken does not have a cookie.</summary>
        </member>
        <member name="P:SRServiceModel.ItemNotAvailableInDeserializedRST">
            <summary>{0} is not available in deserialized RequestSecurityToken.</summary>
        </member>
        <member name="P:SRServiceModel.ItemAvailableInDeserializedRSTOnly">
            <summary>{0} is only available in a deserialized RequestSecurityToken.</summary>
        </member>
        <member name="P:SRServiceModel.ItemNotAvailableInDeserializedRSTR">
            <summary>{0} is not available in deserialized RequestSecurityTokenResponse.</summary>
        </member>
        <member name="P:SRServiceModel.ItemAvailableInDeserializedRSTROnly">
            <summary>{0} is only available in a deserialized RequestSecurityTokenResponse.</summary>
        </member>
        <member name="P:SRServiceModel.SecureConversationNeedsBootstrapSecurity">
            <summary>Cannot create security binding element based on the configuration data. When secure conversation authentication mode is selected, the secure conversation bootstrap binding element must also be specified.</summary>
        </member>
        <member name="P:SRServiceModel.Hosting_ServiceActivationFailed">
            <summary>The requested service, '{0}' could not be activated. See the server's diagnostic trace logs for more information.</summary>
        </member>
        <member name="P:SRServiceModel.Sharing_ConnectionDispatchFailed">
            <summary>The message could not be dispatched to the service at address '{0}'. Refer to the server Event Log for more details</summary>
        </member>
        <member name="P:SRServiceModel.Sharing_EndpointUnavailable">
            <summary>The message could not be dispatched because the service at the endpoint address '{0}' is unavailable for the protocol of the address.</summary>
        </member>
        <member name="P:SRServiceModel.UnexpectedEmptyElementExpectingClaim">
            <summary>The '{0}' from the '{1}' namespace is empty and does not specify a valid identity claim.</summary>
        </member>
        <member name="P:SRServiceModel.UnexpectedElementExpectingElement">
            <summary>'{0}' from namespace '{1}' is not expected. Expecting element '{2}' from namespace '{3}'</summary>
        </member>
        <member name="P:SRServiceModel.UnexpectedDuplicateElement">
            <summary>'{0}' from namespace '{1}' is not expected to appear more than once</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedSecurityPolicyAssertion">
            <summary>An unsupported security policy assertion was detected during the security policy import: {0}</summary>
        </member>
        <member name="P:SRServiceModel.MultipleIdentities">
            <summary>The extensions cannot contain an Identity if one is supplied as a constructor argument.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidUriValue">
            <summary>Value '{0}' provided for '{1}' from namespace '{2}' is an invalid absolute URI.</summary>
        </member>
        <member name="P:SRServiceModel.UnrecognizedIdentityType">
            <summary>Unrecognized identity type Name='{0}', Namespace='{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidIdentityElement">
            <summary>Cannot read the Identity element. The Identity type is not supported or the Identity element is empty.</summary>
        </member>
        <member name="P:SRServiceModel.UnrecognizedClaimTypeForIdentity">
            <summary>The ClaimType '{0}' is not recognized. Expected ClaimType '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.SendCannotBeCalledAfterCloseOutputSession">
            <summary>You cannot Send messages on a channel after CloseOutputSession has been called.</summary>
        </member>
        <member name="P:SRServiceModel.CommunicationObjectCannotBeModifiedInState">
            <summary>The communication object, {0}, cannot be modified while it is in the {1} state.</summary>
        </member>
        <member name="P:SRServiceModel.CommunicationObjectCannotBeModified">
            <summary>The communication object, {0}, cannot be modified unless it is in the Created state.</summary>
        </member>
        <member name="P:SRServiceModel.CommunicationObjectCannotBeUsed">
            <summary>The communication object, {0}, is in the {1} state.  Communication objects cannot be used for communication unless they are in the Opened state.</summary>
        </member>
        <member name="P:SRServiceModel.CommunicationObjectFaulted1">
            <summary>The communication object, {0}, cannot be used for communication because it is in the Faulted state.</summary>
        </member>
        <member name="P:SRServiceModel.CommunicationObjectAborted1">
            <summary>The communication object, {0}, cannot be used for communication because it has been Aborted.</summary>
        </member>
        <member name="P:SRServiceModel.CommunicationObjectBaseClassMethodNotCalled">
            <summary>The communication object, {0}, has overridden the virtual function {1} but it does not call version defined in the base class.</summary>
        </member>
        <member name="P:SRServiceModel.CommunicationObjectInInvalidState">
            <summary>The communication object, {0}, is not part of WCF and is in an unsupported state '{1}'.  This indicates an internal error in the implementation of that communication object.</summary>
        </member>
        <member name="P:SRServiceModel.ChannelFactoryCannotBeUsedToCreateChannels">
            <summary>A call to IChannelFactory.CreateChannel made on an object of type {0} failed because Open has not been called on this object.</summary>
        </member>
        <member name="P:SRServiceModel.ChannelParametersCannotBeModified">
            <summary>Cannot modify channel parameters because the {0} is in the {1} state.  This operation is only supported in the Created state.</summary>
        </member>
        <member name="P:SRServiceModel.ChannelParametersCannotBePropagated">
            <summary>Cannot propagate channel parameters because the {0} is in the {1} state.  This operation is only supported in the Opening or Opened state when the collection is locked.</summary>
        </member>
        <member name="P:SRServiceModel.ChannelTypeNotSupported">
            <summary>The specified channel type {0} is not supported by this channel manager.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidEnumValue">
            <summary>Unexpected internal enum value: {0}.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidDecoderStateMachine">
            <summary>Invalid decoder state machine.</summary>
        </member>
        <member name="P:SRServiceModel.OperationPropertyIsRequiredForAttributeGeneration">
            <summary>Operation property of OperationAttributeGenerationContext is required to generate an attribute based on settings.</summary>
        </member>
        <member name="P:SRServiceModel.ObjectDisposed">
            <summary>The {0} object has been disposed.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidReaderPositionOnCreateMessage">
            <summary>The XmlReader used for the body of the message must be positioned on an element.</summary>
        </member>
        <member name="P:SRServiceModel.DuplicateMessageProperty">
            <summary>A property with the name '{0}' already exists.</summary>
        </member>
        <member name="P:SRServiceModel.MessagePropertyNotFound">
            <summary>A property with the name '{0}' is not present.</summary>
        </member>
        <member name="P:SRServiceModel.HeaderAlreadyUnderstood">
            <summary>The message header with name '{0}' and namespace '{1}' is already present in the set of understood headers.</summary>
        </member>
        <member name="P:SRServiceModel.HeaderAlreadyNotUnderstood">
            <summary>The message header with name '{0}' and namespace '{1}' is not present in the set of understood headers.</summary>
        </member>
        <member name="P:SRServiceModel.MultipleMessageHeaders">
            <summary>Multiple headers with name '{0}' and namespace '{1}' found.</summary>
        </member>
        <member name="P:SRServiceModel.MultipleMessageHeadersWithActor">
            <summary>Multiple headers with name '{0}' and namespace '{1}' and role '{2}' found.</summary>
        </member>
        <member name="P:SRServiceModel.MultipleRelatesToHeaders">
            <summary>Multiple RelatesTo headers with relationship '{0}' found.  Only one is allowed per relationship.</summary>
        </member>
        <member name="P:SRServiceModel.ExtraContentIsPresentInFaultDetail">
            <summary>Additional XML content is present in the fault detail element. Only a single element is allowed.</summary>
        </member>
        <member name="P:SRServiceModel.MessageIsEmpty">
            <summary>The body of the message cannot be read because it is empty.</summary>
        </member>
        <member name="P:SRServiceModel.MessageClosed">
            <summary>Message is closed.</summary>
        </member>
        <member name="P:SRServiceModel.BodyWriterReturnedIsNotBuffered">
            <summary>The body writer returned from OnCreateBufferedCopy was not buffered.</summary>
        </member>
        <member name="P:SRServiceModel.BodyWriterCanOnlyBeWrittenOnce">
            <summary>The body writer does not support writing more than once because it is not buffered.</summary>
        </member>
        <member name="P:SRServiceModel.RstrKeySizeNotProvided">
            <summary>KeySize element not present in RequestSecurityTokenResponse.</summary>
        </member>
        <member name="P:SRServiceModel.RequestMessageDoesNotHaveAMessageID">
            <summary>A reply message cannot be created because the request message does not have a MessageID.</summary>
        </member>
        <member name="P:SRServiceModel.HeaderNotFound">
            <summary>There is not a header with name {0} and namespace {1} in the message.</summary>
        </member>
        <member name="P:SRServiceModel.MessageBufferIsClosed">
            <summary>MessageBuffer is closed.</summary>
        </member>
        <member name="P:SRServiceModel.MessageTextEncodingNotSupported">
            <summary>The text encoding '{0}' used in the text message format is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.AtLeastOneFaultReasonMustBeSpecified">
            <summary>At least one fault reason must be specified.</summary>
        </member>
        <member name="P:SRServiceModel.NoNullTranslations">
            <summary>The translation set cannot contain nulls.</summary>
        </member>
        <member name="P:SRServiceModel.FaultDoesNotHaveAnyDetail">
            <summary>The fault does not have detail information.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidXmlQualifiedName">
            <summary>Expected XML qualified name, found '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnboundPrefixInQName">
            <summary>Unbound prefix used in qualified name '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.MessageBodyIsUnknown">
            <summary>...</summary>
        </member>
        <member name="P:SRServiceModel.MessageBodyIsStream">
            <summary>... stream ...</summary>
        </member>
        <member name="P:SRServiceModel.MessageBodyToStringError">
            <summary>... Error reading body: {0}: {1} ...</summary>
        </member>
        <member name="P:SRServiceModel.NoMatchingTranslationFoundForFaultText">
            <summary>The fault reason does not contain any text translations.</summary>
        </member>
        <member name="P:SRServiceModel.CannotDetermineSPNBasedOnAddress">
            <summary>Client cannot determine the Service Principal Name based on the identity in the target address '{0}' for the purpose of SspiNegotiation/Kerberos. The target address identity must be a UPN identity (like acmedomain\\alice) or SPN identity (like host/bobs-ma ...</summary>
        </member>
        <member name="P:SRServiceModel.XmlLangAttributeMissing">
            <summary>Required xml:lang attribute value is missing.</summary>
        </member>
        <member name="P:SRServiceModel.EncoderUnrecognizedCharSet">
            <summary>Unrecognized charSet '{0}' in contentType.</summary>
        </member>
        <member name="P:SRServiceModel.EncoderUnrecognizedContentType">
            <summary>Unrecognized contentType ({0}). Expected: {1}.</summary>
        </member>
        <member name="P:SRServiceModel.EncoderBadContentType">
            <summary>Cannot process contentType.</summary>
        </member>
        <member name="P:SRServiceModel.EncoderEnvelopeVersionMismatch">
            <summary>The envelope version of the incoming message ({0}) does not match that of the encoder ({1}). Make sure the binding is configured with the same version as the expected messages.</summary>
        </member>
        <member name="P:SRServiceModel.EncoderMessageVersionMismatch">
            <summary>The message version of the outgoing message ({0}) does not match that of the encoder ({1}). Make sure the binding is configured with the same version as the message.</summary>
        </member>
        <member name="P:SRServiceModel.MtomEncoderBadMessageVersion">
            <summary>MessageVersion '{0}' not supported by MTOM encoder.</summary>
        </member>
        <member name="P:SRServiceModel.SPS_SeekNotSupported">
            <summary>Seek is not supported on this stream.</summary>
        </member>
        <member name="P:SRServiceModel.ChannelInitializationTimeout">
            <summary>A newly accepted connection did not receive initialization data from the sender within the configured ChannelInitializationTimeout ({0}).  As a result, the connection will be aborted.  If you are on a highly congested network, or your sending machine is he ...</summary>
        </member>
        <member name="P:SRServiceModel.SocketCloseReadTimeout">
            <summary>The remote endpoint of the socket ({0}) did not respond to a close request within the allotted timeout ({1}). It is likely that the remote endpoint is not calling Close after receiving the EOF signal (null) from Receive. The time allotted to this operation ...</summary>
        </member>
        <member name="P:SRServiceModel.SocketCloseReadReceivedData">
            <summary>A graceful close was attempted on the socket, but the other side ({0}) is still sending data.</summary>
        </member>
        <member name="P:SRServiceModel.SessionValueInvalid">
            <summary>The Session value '{0}' is invalid. Please specify 'CurrentSession','ServiceSession' or a valid non-negative Windows Session Id.</summary>
        </member>
        <member name="P:SRServiceModel.SocketAbortedReceiveTimedOut">
            <summary>The socket was aborted because an asynchronous receive from the socket did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.SocketAbortedSendTimedOut">
            <summary>The socket connection was aborted because an asynchronous send to the socket did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.OperationInvalidBeforeSecurityNegotiation">
            <summary>This operation is not valid until security negotiation is complete.</summary>
        </member>
        <member name="P:SRServiceModel.FramingError">
            <summary>Error while reading message framing format at position {0} of stream (state: {1})</summary>
        </member>
        <member name="P:SRServiceModel.FramingPrematureEOF">
            <summary>More data was expected, but EOF was reached.</summary>
        </member>
        <member name="P:SRServiceModel.FramingRecordTypeMismatch">
            <summary>Expected record type '{0}', found '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.FramingVersionNotSupported">
            <summary>Framing major version {0} is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.FramingModeNotSupported">
            <summary>Framing mode {0} is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.FramingSizeTooLarge">
            <summary>Specified size is too large for this implementation.</summary>
        </member>
        <member name="P:SRServiceModel.FramingViaTooLong">
            <summary>The framing via size ({0}) exceeds the quota.</summary>
        </member>
        <member name="P:SRServiceModel.FramingViaNotUri">
            <summary>The framing via ({0}) is not a valid URI.</summary>
        </member>
        <member name="P:SRServiceModel.FramingFaultTooLong">
            <summary>The framing fault size ({0}) exceeds the quota.</summary>
        </member>
        <member name="P:SRServiceModel.FramingContentTypeTooLong">
            <summary>The framing content type size ({0}) exceeds the quota.</summary>
        </member>
        <member name="P:SRServiceModel.FramingValueNotAvailable">
            <summary>The value cannot be accessed because it has not yet been fully decoded.</summary>
        </member>
        <member name="P:SRServiceModel.FramingAtEnd">
            <summary>An attempt was made to decode a value after the framing stream was ended.</summary>
        </member>
        <member name="P:SRServiceModel.BinaryEncoderSessionTooLarge">
            <summary>The binary encoder session information exceeded the maximum size quota ({0}). To increase this quota, use the MaxSessionSize property on the BinaryMessageEncodingBindingElement.</summary>
        </member>
        <member name="P:SRServiceModel.BinaryEncoderSessionInvalid">
            <summary>The binary encoder session is not valid. There was an error decoding a previous message.</summary>
        </member>
        <member name="P:SRServiceModel.BinaryEncoderSessionMalformed">
            <summary>The binary encoder session information is not properly formed.</summary>
        </member>
        <member name="P:SRServiceModel.ReceiveShutdownReturnedFault">
            <summary>The channel received an unexpected fault input message while closing. The fault reason given is: '{0}'</summary>
        </member>
        <member name="P:SRServiceModel.ReceiveShutdownReturnedLargeFault">
            <summary>The channel received an unexpected fault input message with Action = '{0}' while closing. You should only close your channel when you are not expecting any more input messages.</summary>
        </member>
        <member name="P:SRServiceModel.ReceiveShutdownReturnedMessage">
            <summary>The channel received an unexpected input message with Action '{0}' while closing. You should only close your channel when you are not expecting any more input messages.</summary>
        </member>
        <member name="P:SRServiceModel.MaxReceivedMessageSizeExceeded">
            <summary>The maximum message size quota for incoming messages ({0}) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.</summary>
        </member>
        <member name="P:SRServiceModel.MaxSentMessageSizeExceeded">
            <summary>The maximum message size quota for outgoing messages ({0}) has been exceeded.</summary>
        </member>
        <member name="P:SRServiceModel.FramingMaxMessageSizeExceeded">
            <summary>The maximum message size quota for incoming messages has been exceeded for the remote channel. See the server logs for more details.</summary>
        </member>
        <member name="P:SRServiceModel.StreamDoesNotSupportTimeout">
            <summary>TimeoutStream requires an inner Stream that supports timeouts; its CanTimeout property must be true.</summary>
        </member>
        <member name="P:SRServiceModel.MessageVersionToStringFormat">
            <summary>{0} {1}</summary>
        </member>
        <member name="P:SRServiceModel.Addressing10ToStringFormat">
            <summary>Addressing10 ({0})</summary>
        </member>
        <member name="P:SRServiceModel.Addressing200408ToStringFormat">
            <summary>Addressing200408 ({0})</summary>
        </member>
        <member name="P:SRServiceModel.AddressingNoneToStringFormat">
            <summary>AddressingNone ({0})</summary>
        </member>
        <member name="P:SRServiceModel.AddressingVersionNotSupported">
            <summary>Addressing Version '{0}' is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.SupportedAddressingModeNotSupported">
            <summary>The '{0}' addressing mode is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.Soap11ToStringFormat">
            <summary>Soap11 ({0})</summary>
        </member>
        <member name="P:SRServiceModel.Soap12ToStringFormat">
            <summary>Soap12 ({0})</summary>
        </member>
        <member name="P:SRServiceModel.EnvelopeNoneToStringFormat">
            <summary>EnvelopeNone ({0})</summary>
        </member>
        <member name="P:SRServiceModel.MessagePropertyReturnedNullCopy">
            <summary>The IMessageProperty could not be copied. CreateCopy returned null.</summary>
        </member>
        <member name="P:SRServiceModel.MessageVersionUnknown">
            <summary>Unrecognized message version.</summary>
        </member>
        <member name="P:SRServiceModel.EnvelopeVersionUnknown">
            <summary>Unrecognized envelope version: {0}.</summary>
        </member>
        <member name="P:SRServiceModel.EnvelopeVersionNotSupported">
            <summary>Envelope Version '{0}' is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.CannotDetectAddressingVersion">
            <summary>Cannot detect WS-Addressing version. EndpointReference does not start with an Element.</summary>
        </member>
        <member name="P:SRServiceModel.HeadersCannotBeAddedToEnvelopeVersion">
            <summary>Envelope Version '{0}' does not support adding Message Headers.</summary>
        </member>
        <member name="P:SRServiceModel.AddressingHeadersCannotBeAddedToAddressingVersion">
            <summary>Addressing Version '{0}' does not support adding WS-Addressing headers.</summary>
        </member>
        <member name="P:SRServiceModel.AddressingExtensionInBadNS">
            <summary>The element '{0}' in namespace '{1}' is not valid. This either means that element '{0}' is a duplicate element, or that it is not a legal extension because extension elements cannot be in the addressing namespace.</summary>
        </member>
        <member name="P:SRServiceModel.MessageHeaderVersionNotSupported">
            <summary>The '{0}' header cannot be added because it does not support the specified message version '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.MessageHasBeenCopied">
            <summary>This message cannot support the operation because it has been copied.</summary>
        </member>
        <member name="P:SRServiceModel.MessageHasBeenWritten">
            <summary>This message cannot support the operation because it has been written.</summary>
        </member>
        <member name="P:SRServiceModel.MessageHasBeenRead">
            <summary>This message cannot support the operation because it has been read.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidMessageState">
            <summary>An internal error has occurred. Invalid MessageState.</summary>
        </member>
        <member name="P:SRServiceModel.MessageBodyReaderInvalidReadState">
            <summary>The body reader is in ReadState '{0}' and cannot be consumed.</summary>
        </member>
        <member name="P:SRServiceModel.XmlBufferQuotaExceeded">
            <summary>The size necessary to buffer the XML content exceeded the buffer quota.</summary>
        </member>
        <member name="P:SRServiceModel.XmlBufferInInvalidState">
            <summary>An internal error has occurred. The XML buffer is not in the correct state to perform the operation.</summary>
        </member>
        <member name="P:SRServiceModel.MessageBodyMissing">
            <summary>A body element was not found inside the message envelope.</summary>
        </member>
        <member name="P:SRServiceModel.MessageHeaderVersionMismatch">
            <summary>The version of the header(s) ({0}) differs from the version of the message ({1}).</summary>
        </member>
        <member name="P:SRServiceModel.ManualAddressingRequiresAddressedMessages">
            <summary>Manual addressing is enabled on this factory, so all messages sent must be pre-addressed.</summary>
        </member>
        <member name="P:SRServiceModel.ReceiveTimedOut">
            <summary>Receive on local address {0} timed out after {1}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.ReceiveTimedOut2">
            <summary>Receive timed out after {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.WaitForMessageTimedOut">
            <summary>WaitForMessage timed out after {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.SendToViaTimedOut">
            <summary>Sending to via {0} timed out after {1}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.CloseTimedOut">
            <summary>Close timed out after {0}.  Increase the timeout value passed to the call to Close or increase the CloseTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.OpenTimedOutEstablishingTransportSession">
            <summary>Open timed out after {0} while establishing a transport session to {1}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.TcpConnectingToViaTimedOut">
            <summary>Connecting to via {0} timed out after {1}. Connection attempts were made to {2} of {3} available addresses ({4}). Check the RemoteAddress of your channel and verify that the DNS records for this endpoint correspond to valid IP Addresses. The time allotted  ...</summary>
        </member>
        <member name="P:SRServiceModel.RequestChannelSendTimedOut">
            <summary>The request channel timed out attempting to send after {0}. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.RequestChannelWaitForReplyTimedOut">
            <summary>The request channel timed out while waiting for a reply after {0}. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.HttpTransportCannotHaveMultipleAuthenticationSchemes">
            <summary>The policy being imported for contract '{0}:{1}' contains multiple HTTP authentication scheme assertions.  Since at most one such assertion is allowed, policy import has failed.  This may be resolved by updating the policy to contain no more than one HTTP  ...</summary>
        </member>
        <member name="P:SRServiceModel.HttpIfModifiedSinceParseError">
            <summary>The value specified, '{0}', for the If-Modified-Since header does not parse into a valid date. Check the property value and ensure that it is of the proper format.</summary>
        </member>
        <member name="P:SRServiceModel.HttpSoapActionMismatch">
            <summary>The SOAP action specified on the message, '{0}', does not match the action specified on the HttpRequestMessageProperty, '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.HttpSoapActionMismatchContentType">
            <summary>The SOAP action specified on the message, '{0}', does not match the action specified in the content-type of the HttpRequestMessageProperty, '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.HttpContentTypeFormatException">
            <summary>An error ({0}) occurred while parsing the content type of the HTTP request. The content type was: {1}.</summary>
        </member>
        <member name="P:SRServiceModel.HttpServerTooBusy">
            <summary>The HTTP service located at {0} is unavailable.  This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later.</summary>
        </member>
        <member name="P:SRServiceModel.HttpRequestTimedOut">
            <summary>The HTTP request to '{0}' has exceeded the allotted timeout of {1}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.HttpResponseTimedOut">
            <summary>The HTTP request to '{0}' has exceeded the allotted timeout of {1} while reading the response. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.HttpReceiveFailure">
            <summary>An error occurred while receiving the HTTP response to {0}. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting d ...</summary>
        </member>
        <member name="P:SRServiceModel.HttpAuthDoesNotSupportRequestStreaming">
            <summary>HTTP request streaming cannot be used in conjunction with HTTP authentication.  Either disable request streaming or specify anonymous HTTP authentication.</summary>
        </member>
        <member name="P:SRServiceModel.ReplyAlreadySent">
            <summary>A reply has already been sent from this RequestContext.</summary>
        </member>
        <member name="P:SRServiceModel.RequestContextAborted">
            <summary>The requestContext has been aborted.</summary>
        </member>
        <member name="P:SRServiceModel.ReceiveContextFaulted">
            <summary>The receive context, {0}, cannot be used for sending delayed acks because it is in the Faulted state.</summary>
        </member>
        <member name="P:SRServiceModel.BadEncryptionState">
            <summary>The EncryptedData or EncryptedKey is in an invalid state for this operation.</summary>
        </member>
        <member name="P:SRServiceModel.SecureConversationBootstrapCannotUseSecureConversation">
            <summary>Cannot create security binding element based on configuration data. The secure conversation bootstrap requires another secure conversation which is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.InnerChannelFactoryWasNotSet">
            <summary>Cannot open ChannelFactory as the inner channel factory was not set during the initialization process.</summary>
        </member>
        <member name="P:SRServiceModel.SecureConversationSecurityTokenParametersRequireBootstrapBinding">
            <summary>Security channel or listener factory creation failed. Secure conversation security token parameters do not specify the bootstrap security binding element.</summary>
        </member>
        <member name="P:SRServiceModel.PropertySettingErrorOnProtocolFactory">
            <summary>The required '{0}' property on the '{1}' security protocol factory is not set or has an invalid value.</summary>
        </member>
        <member name="P:SRServiceModel.ProtocolFactoryCouldNotCreateProtocol">
            <summary>The protocol factory cannot create a protocol.</summary>
        </member>
        <member name="P:SRServiceModel.IdentityCheckFailedForOutgoingMessage">
            <summary>The identity check failed for the outgoing message. The expected identity is '{0}' for the '{1}' target endpoint.</summary>
        </member>
        <member name="P:SRServiceModel.IdentityCheckFailedForIncomingMessage">
            <summary>The identity check failed for the incoming message. The expected identity is '{0}' for the '{1}' target endpoint.</summary>
        </member>
        <member name="P:SRServiceModel.DnsIdentityCheckFailedForIncomingMessageLackOfDnsClaim">
            <summary>The Identity check failed for the incoming message. The remote endpoint did not provide a domain name system (DNS) claim and therefore did not satisfied DNS identity '{0}'. This may be caused by lack of DNS or CN name in the remote endpoint X.509 certifica ...</summary>
        </member>
        <member name="P:SRServiceModel.DnsIdentityCheckFailedForOutgoingMessageLackOfDnsClaim">
            <summary>The Identity check failed for the outgoing message. The remote endpoint did not provide a domain name system (DNS) claim and therefore did not satisfied DNS identity '{0}'. This may be caused by lack of DNS or CN name in the remote endpoint X.509 certifica ...</summary>
        </member>
        <member name="P:SRServiceModel.DnsIdentityCheckFailedForIncomingMessage">
            <summary>Identity check failed for incoming message. The expected DNS identity of the remote endpoint was '{0}' but the remote endpoint provided DNS claim '{1}'. If this is a legitimate remote endpoint, you can fix the problem by explicitly specifying DNS identity  ...</summary>
        </member>
        <member name="P:SRServiceModel.DnsIdentityCheckFailedForOutgoingMessage">
            <summary>Identity check failed for outgoing message. The expected DNS identity of the remote endpoint was '{0}' but the remote endpoint provided DNS claim '{1}'. If this is a legitimate remote endpoint, you can fix the problem by explicitly specifying DNS identity  ...</summary>
        </member>
        <member name="P:SRServiceModel.ClientCertificateNotProvided">
            <summary>The certificate for the client has not been provided.  The certificate can be set on the ClientCredentials or ServiceCredentials.</summary>
        </member>
        <member name="P:SRServiceModel.ClientCertificateNotProvidedOnClientCredentials">
            <summary>The client certificate is not provided. Specify a client certificate in ClientCredentials.</summary>
        </member>
        <member name="P:SRServiceModel.UserNamePasswordNotProvidedOnClientCredentials">
            <summary>The username is not provided. Specify username in ClientCredentials.</summary>
        </member>
        <member name="P:SRServiceModel.ObjectIsReadOnly">
            <summary>Object is read-only.</summary>
        </member>
        <member name="P:SRServiceModel.EmptyXmlElementError">
            <summary>Element {0} cannot be empty.</summary>
        </member>
        <member name="P:SRServiceModel.UnexpectedXmlChildNode">
            <summary>XML child node {0} of type {1} is unexpected for element {2}.</summary>
        </member>
        <member name="P:SRServiceModel.SecurityContextNotRegistered">
            <summary>The SecurityContextSecurityToken with context-id={0} (key generation-id={1}) is not registered.</summary>
        </member>
        <member name="P:SRServiceModel.NoSecurityContextIdentifier">
            <summary>The SecurityContextSecurityToken does not have a context-id.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedKeyDerivationAlgorithm">
            <summary>Key derivation algorithm '{0}' is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidQName">
            <summary>The QName is invalid.</summary>
        </member>
        <member name="P:SRServiceModel.SuiteDoesNotAcceptAlgorithm">
            <summary>The algorithm '{0}' is not accepted for operation '{1}' by algorithm suite {2}.</summary>
        </member>
        <member name="P:SRServiceModel.TokenDoesNotSupportKeyIdentifierClauseCreation">
            <summary>'{0}' does not support '{1}' creation.</summary>
        </member>
        <member name="P:SRServiceModel.CannotFindCert">
            <summary>Cannot find the X.509 certificate using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}'.</summary>
        </member>
        <member name="P:SRServiceModel.CannotFindCertForTarget">
            <summary>Cannot find The X.509 certificate using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}' for target '{4}'.</summary>
        </member>
        <member name="P:SRServiceModel.FoundMultipleCerts">
            <summary>Found multiple X.509 certificates using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}'. Provide a more specific find value.</summary>
        </member>
        <member name="P:SRServiceModel.FoundMultipleCertsForTarget">
            <summary>Found multiple X.509 certificates using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}' for target '{4}'. Provide a more specific find value.</summary>
        </member>
        <member name="P:SRServiceModel.MissingKeyInfoInEncryptedKey">
            <summary>The KeyInfo clause is missing or empty in EncryptedKey.</summary>
        </member>
        <member name="P:SRServiceModel.EncryptedKeyWasNotEncryptedWithTheRequiredEncryptingToken">
            <summary>The EncryptedKey clause was not wrapped with the required encryption token '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SigningTokenHasNoKeys">
            <summary>The signing token {0} has no keys. The security token is used in a context that requires it to perform cryptographic operations, but the token contains no cryptographic keys. Either the token type does not support cryptographic operations, or the particula ...</summary>
        </member>
        <member name="P:SRServiceModel.SigningTokenHasNoKeysSupportingTheAlgorithmSuite">
            <summary>The signing token {0} has no key that supports the algorithm suite {1}.</summary>
        </member>
        <member name="P:SRServiceModel.UnableToResolveKeyInfoForUnwrappingToken">
            <summary>Cannot resolve KeyInfo for unwrapping key: KeyInfo '{0}', available tokens '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.EmptyBase64Attribute">
            <summary>An empty value was found for the required base-64 attribute name '{0}', namespace '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnknownEncodingInBinarySecurityToken">
            <summary>Unrecognized encoding occurred while reading the binary security token.</summary>
        </member>
        <member name="P:SRServiceModel.CouldNotFindNamespaceForPrefix">
            <summary>There is no namespace binding for prefix '{0}' in scope.</summary>
        </member>
        <member name="P:SRServiceModel.DerivedKeyTokenRequiresTokenReference">
            <summary>DerivedKeyToken requires a reference to a token.</summary>
        </member>
        <member name="P:SRServiceModel.DerivedKeyInvalidOffsetSpecified">
            <summary>The received derived key token has a invalid offset value specified. Value: {0}. The value should be greater than or equal to zero.</summary>
        </member>
        <member name="P:SRServiceModel.DerivedKeyInvalidGenerationSpecified">
            <summary>The received derived key token has a invalid generation value specified. Value: {0}. The value should be greater than or equal to zero.</summary>
        </member>
        <member name="P:SRServiceModel.ChildNodeTypeMissing">
            <summary>The XML element {0} does not have a child of type {1}.</summary>
        </member>
        <member name="P:SRServiceModel.NoLicenseXml">
            <summary>RequestedSecurityToken not specified in RequestSecurityTokenResponse.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedBinaryEncoding">
            <summary>Binary encoding {0} is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.BadKeyEncryptionAlgorithm">
            <summary>Invalid key encryption algorithm {0}.</summary>
        </member>
        <member name="P:SRServiceModel.SPS_InvalidAsyncResult">
            <summary>The asynchronous result object used to end this operation was not the object that was returned when the operation was initiated.</summary>
        </member>
        <member name="P:SRServiceModel.UnableToCreateTokenReference">
            <summary>Unable to create token reference.</summary>
        </member>
        <member name="P:SRServiceModel.NonceLengthTooShort">
            <summary>The specified nonce is too short. The minimum required nonce length is 4 bytes.</summary>
        </member>
        <member name="P:SRServiceModel.IncorrectBinaryNegotiationValueType">
            <summary>Incoming binary negotiation has invalid ValueType {0}.</summary>
        </member>
        <member name="P:SRServiceModel.MessageSecurityVersionOutOfRange">
            <summary>SecurityVersion must be WsSecurity10 or WsSecurity11.</summary>
        </member>
        <member name="P:SRServiceModel.CreationTimeUtcIsAfterExpiryTime">
            <summary>Creation time must be before expiration time.</summary>
        </member>
        <member name="P:SRServiceModel.CacheQuotaReached">
            <summary>The item cannot be added. The maximum cache size is ({0} items).</summary>
        </member>
        <member name="P:SRServiceModel.UnexpectedBinarySecretType">
            <summary>Expected binary secret of type {0} but got secret of type {1}.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedPasswordType">
            <summary>The '{0}' username token has an unsupported password type.</summary>
        </member>
        <member name="P:SRServiceModel.UnrecognizedIdentityPropertyType">
            <summary>Unrecognized identity property type: '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.EndpointNotFound">
            <summary>There was no endpoint listening at {0} that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.</summary>
        </member>
        <member name="P:SRServiceModel.MaxReceivedMessageSizeMustBeInIntegerRange">
            <summary>This factory buffers messages, so the message sizes must be in the range of an integer value.</summary>
        </member>
        <member name="P:SRServiceModel.MaxBufferSizeMustMatchMaxReceivedMessageSize">
            <summary>For TransferMode.Buffered, MaxReceivedMessageSize and MaxBufferSize must be the same value.</summary>
        </member>
        <member name="P:SRServiceModel.MaxBufferSizeMustNotExceedMaxReceivedMessageSize">
            <summary>MaxBufferSize must not exceed MaxReceivedMessageSize.</summary>
        </member>
        <member name="P:SRServiceModel.MessageSizeMustBeInIntegerRange">
            <summary>This Factory buffers messages, so the message sizes must be in the range of a int value.</summary>
        </member>
        <member name="P:SRServiceModel.InValidateIdPrefix">
            <summary>Expecting first char - c - to be in set [Char.IsLetter(c) &amp;&amp; c == '_'], found '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.InValidateId">
            <summary>Expecting all chars - c - of id to be in set [Char.IsLetter(c), Char.IsNumber(c), '.', '_', '-'], found '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnexpectedHttpResponseCode">
            <summary>The remote server returned an unexpected response: ({0}) {1}.</summary>
        </member>
        <member name="P:SRServiceModel.HttpContentLengthIncorrect">
            <summary>The number of bytes available is inconsistent with the HTTP Content-Length header.  There may have been a network error or the client may be sending invalid requests.</summary>
        </member>
        <member name="P:SRServiceModel.MissingContentType">
            <summary>The receiver returned an error indicating that the content type was missing on the request to {0}.  See the inner exception for more information.</summary>
        </member>
        <member name="P:SRServiceModel.DuplexChannelAbortedDuringOpen">
            <summary>Duplex channel to {0} was aborted during the open process.</summary>
        </member>
        <member name="P:SRServiceModel.OperationAbortedDuringConnectionEstablishment">
            <summary>Operation was aborted while establishing a connection to {0}.</summary>
        </member>
        <member name="P:SRServiceModel.HttpAddressingNoneHeaderOnWire">
            <summary>The incoming message contains a SOAP header representing the WS-Addressing '{0}', yet the HTTP transport is configured with AddressingVersion.None.  As a result, the message is being dropped.  If this is not desired, then update your HTTP binding to suppor ...</summary>
        </member>
        <member name="P:SRServiceModel.MessageXmlProtocolError">
            <summary>There is a problem with the XML that was received from the network. See inner exception for more details.</summary>
        </member>
        <member name="P:SRServiceModel.TcpConnectNoBufs">
            <summary>Insufficient winsock resources available to complete socket connection initiation.</summary>
        </member>
        <member name="P:SRServiceModel.InsufficentMemory">
            <summary>Insufficient memory avaliable to complete the operation.</summary>
        </member>
        <member name="P:SRServiceModel.TcpConnectError">
            <summary>Could not connect to {0}. TCP error code {1}: {2}.</summary>
        </member>
        <member name="P:SRServiceModel.TcpConnectErrorWithTimeSpan">
            <summary>Could not connect to {0}. The connection attempt lasted for a time span of {3}. TCP error code {1}: {2}.</summary>
        </member>
        <member name="P:SRServiceModel.TcpTransferError">
            <summary>A TCP error ({0}: {1}) occurred while transmitting data.</summary>
        </member>
        <member name="P:SRServiceModel.TcpLocalConnectionAborted">
            <summary>The socket connection was aborted by your local machine. This could be caused by a channel Abort(), or a transmission error from another thread using this socket.</summary>
        </member>
        <member name="P:SRServiceModel.TcpConnectionResetError">
            <summary>The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.TcpConnectionTimedOut">
            <summary>The socket transfer timed out after {0}. You have exceeded the timeout set on your binding. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.SocketConnectionDisposed">
            <summary>The socket connection has been disposed.</summary>
        </member>
        <member name="P:SRServiceModel.HttpContentTypeHeaderRequired">
            <summary>An HTTP Content-Type header is required for SOAP messaging and none was found.</summary>
        </member>
        <member name="P:SRServiceModel.ContentTypeMismatch">
            <summary>Content Type {0} was sent to a service expecting {1}.  The client and service bindings may be mismatched.</summary>
        </member>
        <member name="P:SRServiceModel.ResponseContentTypeMismatch">
            <summary>The content type {0} of the response message does not match the content type of the binding ({1}). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first {2} bytes of the response were: '{3}'.</summary>
        </member>
        <member name="P:SRServiceModel.HttpToMustEqualVia">
            <summary>The binding specified requires that the to and via URIs must match because the Addressing Version is set to None. The to URI specified was '{0}'. The via URI specified was '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.FramingContentTypeMismatch">
            <summary>Content Type {0} was not supported by service {1}.  The client and service bindings may be mismatched.</summary>
        </member>
        <member name="P:SRServiceModel.FramingFaultUnrecognized">
            <summary>Server faulted with code '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.FramingContentTypeTooLongFault">
            <summary>Content type '{0}' is too long to be processed by the remote host. See the server logs for more details.</summary>
        </member>
        <member name="P:SRServiceModel.FramingViaTooLongFault">
            <summary>Via '{0}' is too long to be processed by the remote host. See the server logs for more details.</summary>
        </member>
        <member name="P:SRServiceModel.FramingModeNotSupportedFault">
            <summary>The .Net Framing mode being used is not supported by '{0}'. See the server logs for more details.</summary>
        </member>
        <member name="P:SRServiceModel.FramingVersionNotSupportedFault">
            <summary>The .Net Framing version being used is not supported by '{0}'. See the server logs for more details.</summary>
        </member>
        <member name="P:SRServiceModel.FramingUpgradeInvalid">
            <summary>The requested upgrade is not supported by '{0}'. This could be due to mismatched bindings (for example security enabled on the client and not on the server).</summary>
        </member>
        <member name="P:SRServiceModel.SecurityServerTooBusy">
            <summary>Server '{0}' sent back a fault indicating it is too busy to process the request. Please retry later. Please see the inner exception for fault details.</summary>
        </member>
        <member name="P:SRServiceModel.ServerTooBusy">
            <summary>Server '{0}' is too busy to process this request. Try again later.</summary>
        </member>
        <member name="P:SRServiceModel.PreambleAckIncorrect">
            <summary>You have tried to create a channel to a service that does not support .Net Framing.</summary>
        </member>
        <member name="P:SRServiceModel.PreambleAckIncorrectMaybeHttp">
            <summary>You have tried to create a channel to a service that does not support .Net Framing. It is possible that you are encountering an HTTP endpoint.</summary>
        </member>
        <member name="P:SRServiceModel.StreamError">
            <summary>An error occurred while transmitting data.</summary>
        </member>
        <member name="P:SRServiceModel.ServerRejectedUpgradeRequest">
            <summary>The server rejected the upgrade request.</summary>
        </member>
        <member name="P:SRServiceModel.ServerRejectedSessionPreamble">
            <summary>The server at {0} rejected the session-establishment request.</summary>
        </member>
        <member name="P:SRServiceModel.UnableToResolveHost">
            <summary>Cannot resolve the host name of URI \"{0}\" using DNS.</summary>
        </member>
        <member name="P:SRServiceModel.HttpRequiresSingleAuthScheme">
            <summary>The '{0}' authentication scheme has been specified on the HTTP factory. However, the factory only supports specification of exactly one authentication scheme. Valid authentication schemes are Digest, Negotiate, NTLM, Basic, or Anonymous.</summary>
        </member>
        <member name="P:SRServiceModel.HttpAuthSchemeCannotBeNone">
            <summary>The value specified for the AuthenticationScheme property on the HttpTransportBindingElement ('{0}') is not allowed when building a ChannelFactory. If you used a standard binding, ensure the ClientCredentialType is not set to HttpClientCredentialType.Inher ...</summary>
        </member>
        <member name="P:SRServiceModel.HttpAuthorizationFailed">
            <summary>The HTTP request is unauthorized with client authentication scheme '{0}'. The authentication header received from the server was '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.HttpAuthorizationForbidden">
            <summary>The HTTP request was forbidden with client authentication scheme '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidUriScheme">
            <summary>The provided URI scheme '{0}' is invalid; expected '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.HttpsServerCertThumbprintMismatch">
            <summary>The server certificate with name '{0}' failed identity verification because its thumbprint ('{1}') does not match the one specified in the endpoint identity ('{2}').  As a result, the current HTTPS request has failed.  Please update the endpoint identity u ...</summary>
        </member>
        <member name="P:SRServiceModel.TrustFailure">
            <summary>Could not establish trust relationship for the SSL/TLS secure channel with authority '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.StreamMutualAuthNotSatisfied">
            <summary>The remote server did not satisfy the mutual authentication requirement.</summary>
        </member>
        <member name="P:SRServiceModel.TransferModeNotSupported">
            <summary>Transfer mode {0} is not supported by {1}.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidTokenProvided">
            <summary>The token provider of type '{0}' did not return a token of type '{1}'. Check the credential configuration.</summary>
        </member>
        <member name="P:SRServiceModel.NoUserNameTokenProvided">
            <summary>The required UserNameSecurityToken was not provided.</summary>
        </member>
        <member name="P:SRServiceModel.RemoteIdentityFailedVerification">
            <summary>The following remote identity failed verification: '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.CredentialDisallowsNtlm">
            <summary>The NTLM authentication scheme was specified, but the target credential does not allow NTLM.</summary>
        </member>
        <member name="P:SRServiceModel.UriGeneratorSchemeMustNotBeEmpty">
            <summary>The scheme parameter must not be empty.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedSslProtectionLevel">
            <summary>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</summary>
        </member>
        <member name="P:SRServiceModel.TimeoutServiceChannelConcurrentOpen1">
            <summary>Opening the channel timed out after {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.TimeoutServiceChannelConcurrentOpen2">
            <summary>Opening the {0} channel timed out after {1}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.TimeSpanMustbeGreaterThanTimeSpanZero">
            <summary>TimeSpan must be greater than TimeSpan.Zero.</summary>
        </member>
        <member name="P:SRServiceModel.ValueMustBeNonNegative">
            <summary>The value of this argument must be non-negative.</summary>
        </member>
        <member name="P:SRServiceModel.ValueMustBePositive">
            <summary>The value of this argument must be positive.</summary>
        </member>
        <member name="P:SRServiceModel.ValueMustBeGreaterThanZero">
            <summary>The value of this argument must be greater than 0.</summary>
        </member>
        <member name="P:SRServiceModel.ValueMustBeInRange">
            <summary>The value of this argument must fall within the range {0} to {1}.</summary>
        </member>
        <member name="P:SRServiceModel.OffsetExceedsBufferBound">
            <summary>The specified offset exceeds the upper bound of the buffer ({0}).</summary>
        </member>
        <member name="P:SRServiceModel.OffsetExceedsBufferSize">
            <summary>The specified offset exceeds the buffer size ({0} bytes).</summary>
        </member>
        <member name="P:SRServiceModel.SizeExceedsRemainingBufferSpace">
            <summary>The specified size exceeds the remaining buffer space ({0} bytes).</summary>
        </member>
        <member name="P:SRServiceModel.SpaceNeededExceedsMessageFrameOffset">
            <summary>The space needed for encoding ({0} bytes) exceeds the message frame offset.</summary>
        </member>
        <member name="P:SRServiceModel.FaultConverterDidNotCreateFaultMessage">
            <summary>{0} returned true from OnTryCreateFaultMessage, but did not return a fault message.</summary>
        </member>
        <member name="P:SRServiceModel.FaultConverterCreatedFaultMessage">
            <summary>{0} returned false from OnTryCreateFaultMessage, but returned a non-null fault message.</summary>
        </member>
        <member name="P:SRServiceModel.FaultConverterDidNotCreateException">
            <summary>{0} returned true from OnTryCreateException, but did not return an Exception.</summary>
        </member>
        <member name="P:SRServiceModel.FaultConverterCreatedException">
            <summary>{0} returned false from OnTryCreateException, but returned a non-null Exception (See InnerException for details).</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedUpgradeInitiator">
            <summary>The StreamUpgradeInitiator specified ({0}) is not supported by this IStreamUpgradeChannelBindingProvider  implementation.  The most likely cause of this is passing a StreamUpgradeInitiator that was not created by the StreamUpgradeProvider associated with t ...</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedUpgradeAcceptor">
            <summary>The StreamUpgradeAcceptor specified ({0}) is not supported by this IStreamUpgradeChannelBindingProvider  implementation.  The most likely cause of this is passing a StreamUpgradeAcceptor that was not created by the StreamUpgradeProvider associated with thi ...</summary>
        </member>
        <member name="P:SRServiceModel.StreamUpgradeUnsupportedChannelBindingKind">
            <summary>The StreamUpgradeProvider {0} does not support the specified ChannelBindingKind ({1}).</summary>
        </member>
        <member name="P:SRServiceModel.ExtendedProtectionNotSupported">
            <summary>Extended protection is not supported on this platform.  Please install the appropriate patch or change the ExtendedProtectionPolicy on the Binding or BindingElement to a value with a PolicyEnforcement value of \"Never\" or \"WhenSupported\".</summary>
        </member>
        <member name="P:SRServiceModel.HttpClientCredentialTypeInvalid">
            <summary>ClientCredentialType '{0}' can only be used on the server side, not the client side. Please use one of the following values instead 'None, Basic, Client, Digest, Ntlm, Windows'.</summary>
        </member>
        <member name="P:SRServiceModel.TransportDoesNotSupportCompression">
            <summary>The transport configured on this binding does not appear to support the CompressionFormat specified ({0}) on the message encoder.  To resolve this issue, set the CompressionFormat on the {1} to '{2}' or use a different transport.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedSecuritySetting">
            <summary>The value '{1}' is not supported in this context for the binding security property '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedBindingProperty">
            <summary>The value '{1}' is not supported in this context for the binding property '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.HttpMaxPendingAcceptsTooLargeError">
            <summary>The value of MaxPendingAccepts should not be larger than {0}.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedTokenImpersonationLevel">
            <summary>The value '{1}' for the '{0}' property is not supported in Windows Store apps.</summary>
        </member>
        <member name="P:SRServiceModel.AssertionNotSupported">
            <summary>The {0}:{1} assertion is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.DeliveryAssuranceRequiredNothingFound">
            <summary>The WS-RM policy under the namespace {0} requires the wsrmp:ExactlyOnce, wsrmp:AtLeastOnce, or wsrmp:AtMostOnce assertion. Nothing was found.</summary>
        </member>
        <member name="P:SRServiceModel.DeliveryAssuranceRequired">
            <summary>The WS-RM policy under the namespace {0} requires the wsrmp:ExactlyOnce, wsrmp:AtLeastOnce, or wsrmp:AtMostOnce assertion. The {1} element under the {2} namespace was found.</summary>
        </member>
        <member name="P:SRServiceModel.ElementFound">
            <summary>The {0}:{1} element requires a {2}:{3} child element but has the {4} child element under the {5} namespace.</summary>
        </member>
        <member name="P:SRServiceModel.ElementRequired">
            <summary>The {0}:{1} element requires a {2}:{3} child element but has no child elements.</summary>
        </member>
        <member name="P:SRServiceModel.LastMessageNumberExceeded">
            <summary>A message was received with a sequence number higher than the sequence number of the last message in this sequence. This is a violation of the sequence number protocol. The reliable session was faulted.</summary>
        </member>
        <member name="P:SRServiceModel.ManualAddressingNotSupported">
            <summary>Binding validation failed because the TransportBindingElement's ManualAddressing property was set to true on a binding that is configured to create reliable sessions. This combination is not supported and the channel factory or service host was not opened.</summary>
        </member>
        <member name="P:SRServiceModel.MessageNumberRollover">
            <summary>The maximum message number for this sequence has been exceeded. The reliable session was faulted.</summary>
        </member>
        <member name="P:SRServiceModel.MillisecondsNotConvertibleToBindingRange">
            <summary>The {0} assertion's Milliseconds attribute does not fall within the range this binding uses. The ReliableSessionBindingElement could not be created.</summary>
        </member>
        <member name="P:SRServiceModel.MultipleVersionsFoundInPolicy">
            <summary>More than one version of the {0} assertion was found. The ReliableSessionBindingElement could not be created.</summary>
        </member>
        <member name="P:SRServiceModel.RequiredAttributeIsMissing">
            <summary>The required {0} attribute is missing from the {1} element in the {2} assertion. The ReliableSessionBindingElement could not be created.</summary>
        </member>
        <member name="P:SRServiceModel.RequiredMillisecondsAttributeIncorrect">
            <summary>The {0} assertion's required Milliseconds attribute is not schema compliant. Milliseconds must be convertible to an unsigned long. The ReliableSessionBindingElement could not be created.</summary>
        </member>
        <member name="P:SRServiceModel.TimeoutOnClose">
            <summary>The close operation did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.TimeoutOnOpen">
            <summary>The open operation did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.TimeoutOnOperation">
            <summary>The operation did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.WSHttpDoesNotSupportRMWithHttps">
            <summary>Binding validation failed because the WSHttpBinding does not support reliable sessions over transport security (HTTPS). The channel factory or service host could not be opened. Use message security for secure reliable messaging over HTTP.</summary>
        </member>
        <member name="P:SRServiceModel.SFxActionDemuxerDuplicate">
            <summary>The operations {0} and {1} have the same action ({2}).  Every operation must have a unique action value.</summary>
        </member>
        <member name="P:SRServiceModel.SFxAnonymousTypeNotSupported">
            <summary>Part {1} in message {0} cannot be exported with RPC or encoded since its type is anonymous.</summary>
        </member>
        <member name="P:SRServiceModel.SFXBindingNameCannotBeNullOrEmpty">
            <summary>Binding name cannot be null or empty.</summary>
        </member>
        <member name="P:SRServiceModel.SFXUnvalidNamespaceValue">
            <summary>Value '{0}' provided for {1} property is an invalid URI.</summary>
        </member>
        <member name="P:SRServiceModel.SFXUnvalidNamespaceParam">
            <summary>Parameter value '{0}' is an invalid URI.</summary>
        </member>
        <member name="P:SRServiceModel.SFXHeaderNameCannotBeNullOrEmpty">
            <summary>Header name cannot be null or empty.</summary>
        </member>
        <member name="P:SRServiceModel.SFxGetChannelDispatcherDoesNotSupportScheme">
            <summary>Only a '{0}' using '{1}' or '{2}' is supported in this scenario.</summary>
        </member>
        <member name="P:SRServiceModel.SFxBindingNotSupportedForMetadataHttpGet">
            <summary>The binding associated with ServiceMetadataBehavior or ServiceDebugBehavior is not supported.  The inner binding elements used by this binding must support IReplyChannel. Verify that HttpGetBinding/HttpsGetBinding (on ServiceMetadataBehavior) and HttpHelpP ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxBadByReferenceParameterMetadata">
            <summary>Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-reference parameter is marked with the 'in' but not the 'out' parameter mode.</summary>
        </member>
        <member name="P:SRServiceModel.SFxBadByValueParameterMetadata">
            <summary>Method '{0}' in class '{1}' has bad parameter metadata: a pass-by-value parameter is marked with the 'out' parameter mode.</summary>
        </member>
        <member name="P:SRServiceModel.SFxBadMetadataMustBePolicy">
            <summary>When calling the CreateFromPolicy method, the policy argument must be an XmlElement instance with LocalName '{1}' and NamespaceUri '{0}'. This XmlElement has LocalName '{3}' and NamespaceUri '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxBadMetadataLocationNoAppropriateBaseAddress">
            <summary>The URL supplied to ServiceMetadataBehavior via the ExternalMetadataLocation property or the externalMetadataLocation attribute in the serviceMetadata section in config was a relative URL and there is no base address with which to resolve it. '{0}' was spe ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxBadMetadataDialect">
            <summary>There was a problem reading the MetadataSet argument: a MetadataSection instance with identifier '{0}' and dialect '{1}' has a Metadata property whose type does not match the dialect. The expected Metadata type for this dialect is '{2}' but was found to be ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxBadMetadataReference">
            <summary>Metadata contains a reference that cannot be resolved: '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMaximumResolvedReferencesOutOfRange">
            <summary>The MaximumResolvedReferences property of MetadataExchangeClient must be greater than or equal to one.  '{0}' was specified.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMetadataExchangeClientNoMetadataAddress">
            <summary>The MetadataExchangeClient was not supplied with a MetadataReference or MetadataLocation from which to get metadata.  You must supply one to the constructor, to the GetMetadata method, or to the BeginGetMetadata method.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMetadataExchangeClientCouldNotCreateChannelFactory">
            <summary>The MetadataExchangeClient could not create an IChannelFactory for: address='{0}', dialect='{1}', and  identifier='{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMetadataExchangeClientCouldNotCreateWebRequest">
            <summary>The MetadataExchangeClient could not create an HttpWebRequest for: address='{0}', dialect='{1}', and  identifier='{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMetadataExchangeClientCouldNotCreateChannelFactoryBadScheme">
            <summary>The MetadataExchangeClient instance could not be initialized because no Binding is available for scheme '{0}'. You can supply a Binding in the constructor, or specify a configurationName.</summary>
        </member>
        <member name="P:SRServiceModel.SFxBindingDoesNotHaveATransportBindingElement">
            <summary>The binding specified to do metadata exchange does not contain a TransportBindingElement.</summary>
        </member>
        <member name="P:SRServiceModel.SFxBindingMustContainTransport2">
            <summary>The binding (Name={0}, Namespace={1}) does not contain a TransportBindingElement.</summary>
        </member>
        <member name="P:SRServiceModel.SFxBodyCannotBeNull">
            <summary>Body object cannot be null in message {0}</summary>
        </member>
        <member name="P:SRServiceModel.SFxCallbackBehaviorAttributeOnlyOnDuplex">
            <summary>CallbackBehaviorAttribute can only be run as a behavior on an endpoint with a duplex contract. Contract '{0}' is not duplex, as it contains no callback operations.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCallbackRequestReplyInOrder1">
            <summary>This operation would deadlock because the reply cannot be received until the current Message completes processing. If you want to allow out-of-order message processing, specify ConcurrencyMode of Reentrant or Multiple on {0}.</summary>
        </member>
        <member name="P:SRServiceModel.SfxCallbackTypeCannotBeNull">
            <summary>In order to use the contract '{0}' with DuplexChannelFactory, the contract must specify a valid callback contract.  If your contract does not have a callback contract, consider using ChannelFactory instead of DuplexChannelFactory.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotActivateCallbackInstace">
            <summary>The dispatch instance for duplex callbacks cannot be activated - you must provide an instance.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotCallAutoOpenWhenExplicitOpenCalled">
            <summary>Cannot make a call on this channel because a call to Open() is in progress.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotGetMetadataFromRelativeAddress">
            <summary>The MetadataExchangeClient can only get metadata from absolute addresses.  It cannot get metadata from '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotHttpGetMetadataFromAddress">
            <summary>The MetadataExchangeClient can only get metadata from http or https addresses when using MetadataExchangeClientMode HttpGet. It cannot get metadata from '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotGetMetadataFromLocation">
            <summary>The MetadataExchangeClient can only get metadata from http and https MetadataLocations.  It cannot get metadata from '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotHaveDifferentTransactionProtocolsInOneBinding">
            <summary>The configured policy specifies more than one TransactionProtocol across the operations. A single TransactionProtocol for each endpoint must be specified.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_Bare">
            <summary>Generating message contract since the operation {0} is neither RPC nor document wrapped.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_DifferentWrapperNs">
            <summary>Generating message contract since the wrapper namespace ({1}) of message {0} does not match the default value ({2})</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_DifferentWrapperName">
            <summary>Generating message contract since the wrapper name ({1}) of message {0} does not match the default value ({2})</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_ElementIsNotNillable">
            <summary>Generating message contract since element name {0} from namespace {1} is not marked nillable</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_MessageHasProtectionLevel">
            <summary>Generating message contract since message {0} requires protection.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_HeadersAreIgnoredInEncoded">
            <summary>Headers are not supported in RPC encoded format. Headers are ignored in message {0}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_HeadersAreUnsupported">
            <summary>Generating message contract since message {0} has headers</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_Message">
            <summary>Generating message contract since the operation {0} has untyped Message as argument or return type</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_NamespaceMismatch">
            <summary>Generating message contract since message part namespace ({0}) does not match the default value ({1})</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotSetExtensionsByIndex">
            <summary>This collection does not support setting extensions by index.  Please consider using the InsertItem or RemoveItem methods.</summary>
        </member>
        <member name="P:SRServiceModel.SFxChannelDispatcherNoMessageVersion">
            <summary>Cannot open ChannelDispatcher because it is does not have a MessageVersion set.</summary>
        </member>
        <member name="P:SRServiceModel.SFxChannelDispatcherUnableToOpen1">
            <summary>The ChannelDispatcher at '{0}' is unable to open its IChannelListener as there are no endpoints for the ChannelDispatcher.</summary>
        </member>
        <member name="P:SRServiceModel.SFxChannelDispatcherUnableToOpen2">
            <summary>The ChannelDispatcher at '{0}' with contract(s) '{1}' is unable to open its IChannelListener.</summary>
        </member>
        <member name="P:SRServiceModel.SFxChannelFactoryTypeMustBeInterface">
            <summary>The type argument passed to the generic ChannelFactory class must be an interface type.</summary>
        </member>
        <member name="P:SRServiceModel.SFxChannelFactoryCannotCreateFactoryWithoutDescription">
            <summary>CreateFactory requires that the Endpoint property be initialized. Either provide a valid ServiceEndpoint in the CreateDescription method or override the CreateFactory method to provide an alternative implementation.</summary>
        </member>
        <member name="P:SRServiceModel.SFxClientOutputSessionAutoClosed">
            <summary>This channel can no longer be used to send messages as the output session was auto-closed due to a server-initiated shutdown. Either disable auto-close by setting the DispatchRuntime.AutomaticInputSessionShutdown to false, or consider modifying the shutdow ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxCodeGenWarning">
            <summary>CODEGEN: {0}</summary>
        </member>
        <member name="P:SRServiceModel.SFxCollectionDoesNotSupportSet0">
            <summary>This collection does not support setting items by index.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCollectionReadOnly">
            <summary>This operation is not supported because the collection is read-only.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCollectionWrongType2">
            <summary>The collection of type {0} does not support values of type {1}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxConflictingGlobalElement">
            <summary>Top level XML element with name {0} in namespace {1} cannot reference {2} type because it already references a different type ({3}). Use a different operation name or MessageBodyMemberAttribute to specify a different name for the Message or Message parts.</summary>
        </member>
        <member name="P:SRServiceModel.SFxConflictingGlobalType">
            <summary>Duplicate top level XML Schema type with name {0} in namespace {1}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxContextModifiedInsideScope0">
            <summary>The value of OperationContext.Current is not the OperationContext value installed by this OperationContextScope.</summary>
        </member>
        <member name="P:SRServiceModel.SFxContractDescriptionNameCannotBeEmpty">
            <summary>ContractDescription's Name must be a non-empty string.</summary>
        </member>
        <member name="P:SRServiceModel.SFxContractHasZeroOperations">
            <summary>ContractDescription '{0}' has zero operations; a contract must have at least one operation.</summary>
        </member>
        <member name="P:SRServiceModel.SFxContractHasZeroInitiatingOperations">
            <summary>ContractDescription '{0}' has zero IsInitiating=true operations; a contract must have at least one IsInitiating=true operation.</summary>
        </member>
        <member name="P:SRServiceModel.SFxContractInheritanceRequiresInterfaces">
            <summary>The service class of type {0} both defines a ServiceContract and inherits a ServiceContract from type {1}. Contract inheritance can only be used among interface types.  If a class is marked with ServiceContractAttribute, it must be the only type in the hie ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxContractInheritanceRequiresInterfaces2">
            <summary>The service class of type {0} both defines a ServiceContract and inherits a ServiceContract from type {1}. Contract inheritance can only be used among interface types.  If a class is marked with ServiceContractAttribute, then another service class cannot d ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxCopyToRequiresICollection">
            <summary>SynchronizedReadOnlyCollection's CopyTo only works if the underlying list implements ICollection.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCreateDuplexChannel1">
            <summary>The callback contract of contract {0} either does not exist or does not define any operations.  If this is not a duplex contract, consider using ChannelFactory instead of DuplexChannelFactory.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCreateDuplexChannelNoCallback">
            <summary>This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the DuplexChannelFactory was not initialized with an InstanceContext.  Please call the CreateChannel overload that takes an InstanceContext.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCreateDuplexChannelNoCallback1">
            <summary>This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the DuplexChannelFactory was initialized with a Type and no valid InstanceContext was provided.  Please call the CreateChannel overload that takes an InstanceContext.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCreateDuplexChannelNoCallbackUserObject">
            <summary>This CreateChannel overload cannot be called on this instance of DuplexChannelFactory, as the InstanceContext provided to the DuplexChannelFactory does not contain a valid UserObject.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCreateDuplexChannelBadCallbackUserObject">
            <summary>The InstanceContext provided to the ChannelFactory contains a UserObject that does not implement the CallbackContractType '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCreateNonDuplexChannel1">
            <summary>ChannelFactory does not support the contract {0} as it defines a callback contract with one or more operations.  Please consider using DuplexChannelFactory instead of ChannelFactory.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCustomBindingNeedsTransport1">
            <summary>The CustomBinding on the ServiceEndpoint with contract '{0}' lacks a TransportBindingElement.  Every binding must have at least one binding element that derives from TransportBindingElement.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDeserializationFailed1">
            <summary>The formatter threw an exception while trying to deserialize the message: {0}</summary>
        </member>
        <member name="P:SRServiceModel.SFxDisallowedAttributeCombination">
            <summary>The type or member named '{0}' could not be loaded because it has two incompatible attributes: '{1}' and '{2}'. To fix the problem, remove one of the attributes from the type or member.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInitializationUINotCalled">
            <summary>The channel is configured to use interactive initializer '{0}', but the channel was Opened without calling DisplayInitializationUI.  Call DisplayInitializationUI before calling Open or other methods on this channel.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInitializationUIDisallowed">
            <summary>AllowInitializationUI was set to false for this channel, but the channel is configured to use the '{0}' as an interactive initializer.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataSection1">
            <summary>This is a Windows&amp;#169; Communication Foundation service.&lt;BR/&gt;&lt;BR/&gt;&lt;B&gt;Metadata publishing for this service is currently disabled.&lt;/B&gt;&lt;BR/&gt;&lt;BR/&gt;If you have access to the service, you can enable metadata publishing by completing the following steps to modify ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataSection2">
            <summary>2. Add the behavior configuration to the service:</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataSection3">
            <summary>Note: the service name must match the configuration name for the service implementation.&lt;BR/&gt;&lt;BR/&gt;3. Add the following endpoint to your service configuration:</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataSection4">
            <summary>Note: your service must have an http base address to add this endpoint.&lt;BR/&gt;&lt;BR/&gt;The following is an example service configuration file with metadata publishing enabled:</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataSection5">
            <summary>For more information on publishing metadata please see the following documentation: &lt;a href=\"http://go.microsoft.com/fwlink/?LinkId=65455\"&gt;http://go.microsoft.com/fwlink/?LinkId=65455&lt;/a&gt;.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataConfigComment1">
            <summary>Note: the service name must match the configuration name for the service implementation.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataConfigComment2">
            <summary>Add the following endpoint.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataConfigComment3">
            <summary>Note: your service must have an http base address to add this endpoint.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_NoMetadataConfigComment4">
            <summary>Add the following element to your service behavior configuration.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_CS">
            <summary>&lt;P class='intro'&gt;&lt;B&gt;C#&lt;/B&gt;&lt;/P&gt;</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_VB">
            <summary>&lt;P class='intro'&gt;&lt;B&gt;Visual Basic&lt;/B&gt;&lt;/P&gt;</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_MainPageTitleNoServiceName">
            <summary>Service</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_MainPageTitle">
            <summary>{0} Service</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_MainPageIntro1a">
            <summary>You have created a service.&lt;P class='intro'&gt;To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:&lt;/P&gt;</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_MainPageIntro1b">
            <summary>You have created a service.&lt;P class='intro'&gt;To test this service, you will need to create a client and use it to call the service; however, metadata publishing via ?WSDL is currently disabled. This can be enabled via the service's configuration file. &lt;/P&gt;</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_MainPageIntro2">
            <summary>This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:&lt;BR/&gt;</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_MainPageComment">
            <summary>Use the 'client' variable to call operations on the service.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_MainPageComment2">
            <summary>Always close the client.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_Error">
            <summary>The service encountered an error.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocEncodedNotSupported">
            <summary>Operation '{0}' could not be loaded as it uses an unsupported combination of Use and Style settings: Document with Encoded. To fix the problem, change the Use setting to Literal or change the Style setting to Rpc.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocEncodedFaultNotSupported">
            <summary>Fault could not be loaded as the Use setting is Encoded and it references a schema definition using Element attribute. To fix the problem, change the Use setting to Literal.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDuplicateMessageParts">
            <summary>Message part {0} in namespace {1} appears more than once in Message.</summary>
        </member>
        <member name="P:SRServiceModel.SFXEndpointBehaviorUsedOnWrongSide">
            <summary>The IEndpointBehavior '{0}' cannot be used on the server side; this behavior can only be applied to clients.</summary>
        </member>
        <member name="P:SRServiceModel.SFxEndpointDispatcherMultipleChannelDispatcher0">
            <summary>Cannot add EndpointDispatcher to more than one ChannelDispatcher.</summary>
        </member>
        <member name="P:SRServiceModel.SFxEndpointDispatcherDifferentChannelDispatcher0">
            <summary>This EndpointDispatcher is not currently attached to the provided ChannelDispatcher.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorDeserializingRequestBody">
            <summary>Error in deserializing body of request message for operation '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorDeserializingRequestBodyMore">
            <summary>Error in deserializing body of request message for operation '{0}'. {1}</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorDeserializingReplyBody">
            <summary>Error in deserializing body of reply message for operation '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorDeserializingReplyBodyMore">
            <summary>Error in deserializing body of reply message for operation '{0}'. {1}</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorSerializingBody">
            <summary>There was an error in serializing body of message {0}: '{1}'.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorDeserializingHeader">
            <summary>There was an error in deserializing one of the headers in message {0}.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorSerializingHeader">
            <summary>There was an error in serializing one of the headers in message {0}: '{1}'.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorDeserializingFault">
            <summary>Server returned an invalid SOAP Fault.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorReflectingOnType2">
            <summary>An error occurred while loading attribute '{0}' on type '{1}'.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorReflectingOnMethod3">
            <summary>An error occurred while loading attribute '{0}' on method '{1}' in type '{2}'.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorReflectingOnParameter4">
            <summary>An error occurred while loading attribute '{0}' on parameter {1} of method '{2}' in type '{3}'.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxErrorReflectionOnUnknown1">
            <summary>An error occurred while loading attribute '{0}'.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxExceptionDetailEndOfInner">
            <summary>--- End of inner ExceptionDetail stack trace ---</summary>
        </member>
        <member name="P:SRServiceModel.SFxExceptionDetailFormat">
            <summary>An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:</summary>
        </member>
        <member name="P:SRServiceModel.SFxExportMustHaveType">
            <summary>The specified ContractDescription could not be exported to WSDL because the Type property of the MessagePartDescription with name '{1}' in the OperationDescription with name '{0}' is not set.  The Type property must be set in order to create WSDL.</summary>
        </member>
        <member name="P:SRServiceModel.SFxFaultCannotBeImported">
            <summary>Fault named {0} in operation {1} cannot be imported. {2}</summary>
        </member>
        <member name="P:SRServiceModel.SFxFaultContractDuplicateDetailType">
            <summary>In operation {0}, more than one fault is declared with detail type {1}</summary>
        </member>
        <member name="P:SRServiceModel.SFxFaultContractDuplicateElement">
            <summary>In operation {0}, more than one fault is declared with element name {1} in namespace {2}</summary>
        </member>
        <member name="P:SRServiceModel.SFxFaultExceptionToString3">
            <summary>{0}: {1} (Fault Detail is equal to {2}).</summary>
        </member>
        <member name="P:SRServiceModel.SFxFaultReason">
            <summary>The creator of this fault did not specify a Reason.</summary>
        </member>
        <member name="P:SRServiceModel.SFxFaultTypeAnonymous">
            <summary>In operation {0}, the schema type corresponding to the fault detail type {1} is anonymous. Please set Fault name explicitly to export anonymous types.</summary>
        </member>
        <member name="P:SRServiceModel.SFxHeaderNameMismatchInMessageContract">
            <summary>Header name mismatch in member {1} of type {0}. The header name found in the description is {2}. The element name deduced by the formatter is {3}. This mismatch can happen if the ElementName specified in XmlElementAttribute or XmlArrayAttribute does not ma ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxHeaderNameMismatchInOperation">
            <summary>Header name mismatch in operation {0} from contract {1}:{2}. The header name found in the description is {3}. The element name deduced by the formatter is {4}. This mismatch can happen if the ElementName specified in XmlElementAttribute or XmlArrayAttribut ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxHeaderNamespaceMismatchInMessageContract">
            <summary>Header namespace mismatch in member {1} of type {0}. The header namespace found in the description is {2}. The element namespace deduced by the formatter is {3}. This mismatch can happen if the Namespace specified in XmlElementAttribute or XmlArrayAttribut ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxHeaderNamespaceMismatchInOperation">
            <summary>Header namespace mismatch in operation {0} from contract {1}:{2}. The header namespace found in the description is {3}. The element namespace deduced by the formatter is {4}. This mismatch can happen if the Namespace specified in XmlElementAttribute or Xml ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxHeaderNotUnderstood">
            <summary>The header '{0}' from the namespace '{1}' was not understood by the recipient of this message, causing the message to not be processed.  This error typically indicates that the sender of this message has enabled a communication protocol that the receiver c ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxImmutableServiceHostBehavior0">
            <summary>This value cannot be changed after the ServiceHost has opened.</summary>
        </member>
        <member name="P:SRServiceModel.SFxImmutableChannelFactoryBehavior0">
            <summary>This value cannot be changed after the ChannelFactory has opened.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInconsistentBindingBodyParts">
            <summary>Operation {0} binding {1} has extra part {2} that is not present in other bindings</summary>
        </member>
        <member name="P:SRServiceModel.SFxInconsistentWsdlOperationStyleInHeader">
            <summary>Style {1} on header {0} does not match expected style {2}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInconsistentWsdlOperationStyleInMessageParts">
            <summary>All parts of message in operation {0} must either contain type or element.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInconsistentWsdlOperationStyleInOperationMessages">
            <summary>Style {1} inferred from messages in operation {0} does not match expected style {2} specified via bindings.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInconsistentWsdlOperationUseAndStyleInBinding">
            <summary>Bindings for operation {0} cannot specify different use and style values. Binding {1} specifies use {2} and style {3} while binding {4} specifies use {5} and style {6}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInconsistentWsdlOperationUseInBindingExtensions">
            <summary>Extensions for operation {0} in binding {1} cannot specify different use values.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInconsistentWsdlOperationUseInBindingMessages">
            <summary>Message bindings for operation {0} in binding {1} cannot specify different use values.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInconsistentWsdlOperationUseInBindingFaults">
            <summary>Fault bindings for operation {0} in binding {1} cannot specify different use values.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInputParametersToServiceInvalid">
            <summary>Service implementation object invoked with wrong number of input parameters, operation expects {0} parameters but was called with {1} parameters.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInputParametersToServiceNull">
            <summary>Service implementation object invoked with null input parameters, but operation expects {0} parameters.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInstanceNotInitialized">
            <summary>The InstanceContext has no provider for creating Service implementation objects.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInterleavedContextScopes0">
            <summary>This OperationContextScope is being disposed out of order.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInternalServerError">
            <summary>The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the serv ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxInternalCallbackError">
            <summary>The client was unable to process the callback request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from CallbackBehaviorAttribute or from the &lt;clientDebug&gt; configuration behavior) on ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidAsyncResultState0">
            <summary>IAsyncResult's State must be the state argument passed to your Begin call.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidCallbackIAsyncResult">
            <summary>IAsyncResult not provided or of wrong type.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidCallbackContractType">
            <summary>The CallbackContract {0} is invalid because it is not an interface type.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidChannelToOperationContext">
            <summary>Invalid IContextChannel passed to OperationContext. Must be either a server dispatching channel or a client proxy channel.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidMessageBody">
            <summary>OperationFormatter encountered an invalid Message body. Expected to find node type 'Element' with name '{0}' and namespace '{1}'. Found node type '{2}' with name '{3}' and namespace '{4}'</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidMessageBodyEmptyMessage">
            <summary>The OperationFormatter could not deserialize any information from the Message because the Message is empty (IsEmpty = true).</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidMessageBodyErrorSerializingParameter">
            <summary>There was an error while trying to serialize parameter {0}:{1}. The InnerException message was '{2}'.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidMessageBodyErrorDeserializingParameter">
            <summary>There was an error while trying to deserialize parameter {0}:{1}.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidMessageBodyErrorDeserializingParameterMore">
            <summary>There was an error while trying to deserialize parameter {0}:{1}. The InnerException message was '{2}'.  Please see InnerException for more details.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidMessageContractSignature">
            <summary>The operation {0} either has a parameter or a return type that is attributed with MessageContractAttribute.  In order to represent the request message using a Message Contract, the operation must have a single parameter attributed with MessageContractAttri ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidRequestAction">
            <summary>Outgoing request message for operation '{0}' specified Action='{1}', but contract for that operation specifies Action='{2}'.  The Action specified in the Message must match the Action in the contract, or the operation contract must specify Action='*'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidReplyAction">
            <summary>Outgoing reply message for operation '{0}' specified Action='{1}', but contract for that operation specifies ReplyAction='{2}'.    The Action specified in the Message must match the ReplyAction in the contract, or the operation contract must specify ReplyA ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidStreamInTypedMessage">
            <summary>In order to use Streams with the MessageContract programming model, the type {0} must have a single member with MessageBodyMember attribute and the member type must be Stream.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidStreamInRequest">
            <summary>For request in operation {0} to be a stream the operation must have a single parameter whose type is Stream.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidStreamInResponse">
            <summary>For response in operation {0} to be a stream the operation must have a single out parameter or return value whose type is Stream.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidStreamOffsetLength">
            <summary>Buffer size must be at least {0} bytes.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidUseOfPrimitiveOperationFormatter">
            <summary>The PrimitiveOperationFormatter was given a parameter or return type which it does not support.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1">
            <summary>The static CreateChannel method cannot be used with the contract {0} because that contract defines a callback contract.  Please try using one of the static CreateChannel overloads on DuplexChannelFactory&lt;TChannel&gt;.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidXmlAttributeInBare">
            <summary>XmlSerializer attribute {0} is not valid in {1}. Only XmlElement, XmlArray, XmlArrayItem and XmlAnyElement attributes are supported in MessageContract when IsWrapped is false.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidXmlAttributeInWrapped">
            <summary>XmlSerializer attribute {0} is not valid in {1}. Only XmlElement, XmlArray, XmlArrayItem, XmlAnyAttribute and XmlAnyElement attributes are supported when IsWrapped is true.</summary>
        </member>
        <member name="P:SRServiceModel.SFxKnownTypeAttributeInvalid1">
            <summary>{0} must contain either a single ServiceKnownTypeAttribute that refers to a method or a set of ServiceKnownTypeAttributes, each specifying a valid type</summary>
        </member>
        <member name="P:SRServiceModel.SFxKnownTypeAttributeReturnType3">
            <summary>The return type of method {1} in type {2} must be IEnumerable&lt;Type&gt; to be used by ServiceKnownTypeAttribute in {0}</summary>
        </member>
        <member name="P:SRServiceModel.SFxKnownTypeAttributeUnknownMethod3">
            <summary>ServiceKnownTypeAttribute in {0} refers to a method {1} that does not exist in type {2}</summary>
        </member>
        <member name="P:SRServiceModel.SFxKnownTypeNull">
            <summary>KnownType cannot be null in operation {0}</summary>
        </member>
        <member name="P:SRServiceModel.SFxMessageContractBaseTypeNotValid">
            <summary>The type {1} defines a MessageContract but also derives from a type {0} that does not define a MessageContract.  All of the objects in the inheritance hierarchy of {1} must defines a MessageContract.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMessageContractRequiresDefaultConstructor">
            <summary>The message cannot be deserialized into MessageContract type {0} since it does not have a default (parameterless) constructor.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMetadataReferenceInvalidLocation">
            <summary>The value '{0}' is not valid for the Location property. The Location property must be a valid absolute or relative URI.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMethodNotSupported1">
            <summary>Method {0} is not supported on this proxy, this can happen if the method is not marked with OperationContractAttribute or if the interface type is not marked with ServiceContractAttribute.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMethodNotSupportedOnCallback1">
            <summary>Callback method {0} is not supported, this can happen if the method is not marked with OperationContractAttribute or if its interface type is not the target of the ServiceContractAttribute's CallbackContract.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMismatchedOperationParent">
            <summary>A DispatchOperation (or ClientOperation) can only be added to its parent DispatchRuntime (or ClientRuntime).</summary>
        </member>
        <member name="P:SRServiceModel.SFxMissingActionHeader">
            <summary>No Action header was found with namespace '{0}' for the given message.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMultipleCallbackFromSynchronizationContext">
            <summary>Calling Post() on '{0}' resulted in multiple callbacks.  This indicates a problem in '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMultipleCallbackFromAsyncOperation">
            <summary>The callback passed to operation '{0}' was called more than once.  This indicates an internal error in the implementation of that operation.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMultipleUnknownHeaders">
            <summary>Method {0} in type {1} has more than one header part of type array of XmlElement.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMultipleContractStarOperations0">
            <summary>A ServiceContract has more the one operation with an Action of \"*\".  A ServiceContract can have at most one operation an Action = \"*\".</summary>
        </member>
        <member name="P:SRServiceModel.SFxNameCannotBeEmpty">
            <summary>The Name property must be a non-empty string.</summary>
        </member>
        <member name="P:SRServiceModel.SFxConfigurationNameCannotBeEmpty">
            <summary>The ConfigurationName property must be a non-empty string.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNeedProxyBehaviorOperationSelector2">
            <summary>Cannot handle invocation of {0} on interface {1} because the OperationSelector on ClientRuntime is null.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNoDefaultConstructor">
            <summary>The service type provided could not be loaded as a service because it does not have a default (parameter-less) constructor. To fix the problem, add a default constructor to the type, or pass an instance of the type to the host.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNoMostDerivedContract">
            <summary>The contract specified by type '{0}' is ambiguous.  The type derives from at least two different types that each define its own service contract.  For this type to be used as a contract type, exactly one of its inherited contracts must be more derived than ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxNullReplyFromFormatter2">
            <summary>Formatter {0} returned a null reply message for call to operation '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxServiceChannelIdleAborted">
            <summary>The operation '{0}' could not be completed because the sessionful channel timed out waiting to receive a message.  To increase the timeout, either set the receiveTimeout property on the binding in your configuration file, or set the ReceiveTimeout property ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxSetEnableFaultsOnChannelDispatcher0">
            <summary>This property sets EnableFaults on the client. To set EnableFaults on the server, use ChannelDispatcher's EnableFaults.</summary>
        </member>
        <member name="P:SRServiceModel.SFxSetManualAddresssingOnChannelDispatcher0">
            <summary>This property sets ManualAddressing on the client. To set ManualAddressing on the server, use ChannelDispatcher's ManualAddressing.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNoServiceObject">
            <summary>The service implementation object was not initialized or is not available.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNone2004">
            <summary>The WS-Addressing \"none\" value is not valid for the August 2004 version of WS-Addressing.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNonExceptionThrown">
            <summary>An object that is not an exception was thrown.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNonInitiatingOperation1">
            <summary>The operation '{0}' cannot be the first operation to be called because IsInitiating is false.</summary>
        </member>
        <member name="P:SRServiceModel.SfxNoTypeSpecifiedForParameter">
            <summary>There was no CLR type specified for parameter {0}, preventing the operation from being generated.</summary>
        </member>
        <member name="P:SRServiceModel.SFxOneWayMessageToTwoWayMethod0">
            <summary>The incoming message with action could not be processed because it is targeted at a request-reply operation, but cannot be replied to as the MessageId property is not set.</summary>
        </member>
        <member name="P:SRServiceModel.SFxOperationContractOnNonServiceContract">
            <summary>Method '{0}' has OperationContractAttribute, but enclosing type '{1}' does not have ServiceContractAttribute. OperationContractAttribute can only be used on methods in ServiceContractAttribute types or on their CallbackContract types.</summary>
        </member>
        <member name="P:SRServiceModel.SFxOperationContractProviderOnNonServiceContract">
            <summary>Method '{1}' has {0}, but enclosing type '{2}' does not have ServiceContractAttribute. {0} can only be used on methods in ServiceContractAttribute types.</summary>
        </member>
        <member name="P:SRServiceModel.SFxOperationDescriptionNameCannotBeEmpty">
            <summary>OperationDescription's Name must be a non-empty string.</summary>
        </member>
        <member name="P:SRServiceModel.SFxParameterNameCannotBeNull">
            <summary>All parameter names used in operations that make up a service contract must not be null.</summary>
        </member>
        <member name="P:SRServiceModel.SFxOperationMustHaveOneOrTwoMessages">
            <summary>OperationDescription '{0}' is invalid because its Messages property contains an invalid number of MessageDescription instances. Each OperationDescription must have one or two messages.</summary>
        </member>
        <member name="P:SRServiceModel.SFxParameterCountMismatch">
            <summary>There was a mismatch between the number of supplied arguments and the number of expected arguments.  Specifically, the argument '{0}' has '{1}' elements while the argument '{2}' has '{3}' elements.</summary>
        </member>
        <member name="P:SRServiceModel.SFxParameterMustBeMessage">
            <summary>The 'parameters' argument must be an array that contains a single Message object.</summary>
        </member>
        <member name="P:SRServiceModel.SFxParametersMustBeEmpty">
            <summary>The 'parameters' argument must be either null or an empty array.</summary>
        </member>
        <member name="P:SRServiceModel.SFxParameterMustBeArrayOfOneElement">
            <summary>The 'parameters' argument must be an array of one element.</summary>
        </member>
        <member name="P:SRServiceModel.SFxPartNameMustBeUniqueInRpc">
            <summary>Message part name {0} is not unique in an RPC Message.</summary>
        </member>
        <member name="P:SRServiceModel.SFxRequestHasInvalidReplyToOnClient">
            <summary>The request message has ReplyTo='{0}' but IContextChannel.LocalAddress is '{1}'.  When ManualAddressing is false, these values must be the same, null, or EndpointAddress.AnonymousAddress.  Enable ManualAddressing or avoid setting ReplyTo on the message.</summary>
        </member>
        <member name="P:SRServiceModel.SFxRequestHasInvalidFaultToOnClient">
            <summary>The request message has FaultTo='{0}' but IContextChannel.LocalAddress is '{1}'.  When ManualAddressing is false, these values must be the same, null, or EndpointAddress.AnonymousAddress.  Enable ManualAddressing or avoid setting FaultTo on the message.</summary>
        </member>
        <member name="P:SRServiceModel.SFxRequestReplyNone">
            <summary>A message was received with a WS-Addressing ReplyTo or FaultTo header targeted at the \"None\" address.  These values are not valid for request-reply operations.  Please consider using a one-way operation or enabling ManualAddressing if you need to support ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxRequestTimedOut1">
            <summary>This request operation did not receive a reply within the configured timeout ({0}).  The time allotted to this operation may have been a portion of a longer timeout.  This may be because the service is still processing the operation or because the service  ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxRequestTimedOut2">
            <summary>This request operation sent to {0} did not receive a reply within the configured timeout ({1}).  The time allotted to this operation may have been a portion of a longer timeout.  This may be because the service is still processing the operation or because  ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxReplyActionMismatch3">
            <summary>A reply message was received for operation '{0}' with action '{1}'. However, your client code requires action '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxResolvedMaxResolvedReferences">
            <summary>The MetadataExchangeClient has resolved more than MaximumResolvedReferences.</summary>
        </member>
        <member name="P:SRServiceModel.SFxResultMustBeMessage">
            <summary>The 'result' argument must be of type Message.</summary>
        </member>
        <member name="P:SRServiceModel.SFxRpcMessageBodyPartNameInvalid">
            <summary>RPC Message {1} in operation {0} has an invalid body name {2}. It must be {3}</summary>
        </member>
        <member name="P:SRServiceModel.SFxSchemaDoesNotContainElement">
            <summary>There was a problem loading the XSD documents provided: a reference to a schema element with name '{0}' and namespace '{1}' could not be resolved because the element definition could not be found in the schema for targetNamespace '{1}'. Please check the XS ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxSchemaDoesNotContainType">
            <summary>There was a problem loading the XSD documents provided: a reference to a schema type with name '{0}' and namespace '{1}' could not be resolved because the type definition could not be found in the schema for targetNamespace '{1}'. Please check the XSD docu ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxWsdlMessageDoesNotContainPart3">
            <summary>Service description message '{1}' from target namespace '{2}' does not contain part named '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxSchemaNotFound">
            <summary>Schema with target namespace '{0}' could not be found.</summary>
        </member>
        <member name="P:SRServiceModel.SFxServerDidNotReply">
            <summary>The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.</summary>
        </member>
        <member name="P:SRServiceModel.SFxStaticMessageHeaderPropertiesNotAllowed">
            <summary>Header properties cannot be set in MessageHeaderAttribute of {0} as its type is MessageHeader&lt;T&gt;.</summary>
        </member>
        <member name="P:SRServiceModel.SFxStreamIOException">
            <summary>An exception has been thrown when reading the stream.</summary>
        </member>
        <member name="P:SRServiceModel.SFxStreamRequestMessageClosed">
            <summary>The message containing this stream has been closed. Note that request streams cannot be accessed after the service operation returns.</summary>
        </member>
        <member name="P:SRServiceModel.SFxStreamResponseMessageClosed">
            <summary>The message containing this stream has been closed.</summary>
        </member>
        <member name="P:SRServiceModel.SFxTimeoutOutOfRange0">
            <summary>Timeout must be greater than or equal to TimeSpan.Zero. To disable timeout, specify TimeSpan.MaxValue.</summary>
        </member>
        <member name="P:SRServiceModel.SFxTimeoutOutOfRangeTooBig">
            <summary>Timeouts larger than Int32.MaxValue TotalMilliseconds (approximately 24 days) cannot be honored. To disable timeout, specify TimeSpan.MaxValue.</summary>
        </member>
        <member name="P:SRServiceModel.SFxTooManyPartsWithSameName">
            <summary>Cannot create a unique part name for {0}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxTypedMessageCannotBeNull">
            <summary>Internal Error: The instance of the MessageContract cannot be null in {0}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxTypedMessageCannotBeRpcLiteral">
            <summary>The operation '{0}' could not be loaded because it specifies \"rpc-style\" in \"literal\" mode, but uses message contract types or the System.ServiceModel.Channels.Message. This combination is disallowed -- specify a different value for style or use parame ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxTypedOrUntypedMessageCannotBeMixedWithParameters">
            <summary>The operation '{0}' could not be loaded because it has a parameter or return type of type System.ServiceModel.Channels.Message or a type that has MessageContractAttribute and other parameters of different types. When using System.ServiceModel.Channels.Mess ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxTypedOrUntypedMessageCannotBeMixedWithVoidInRpc">
            <summary>When using the rpc-encoded style, message contract types or the System.ServiceModel.Channels.Message type cannot be used if the operation has no parameters or has a void return value. Add a blank message contract type as a parameter or return type to opera ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxUnknownFaultNoMatchingTranslation1">
            <summary>This fault did not provide a matching translation: {0}</summary>
        </member>
        <member name="P:SRServiceModel.SFxUnknownFaultNullReason0">
            <summary>This fault did not provide a reason (MessageFault.Reason was null).</summary>
        </member>
        <member name="P:SRServiceModel.SFxUnknownFaultZeroReasons0">
            <summary>This fault did not provide a reason (MessageFault.Reason.Translations.Count was 0).</summary>
        </member>
        <member name="P:SRServiceModel.SfxUseTypedMessageForCustomAttributes">
            <summary>Parameter '{0}' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxVersionMismatchInOperationContextAndMessage2">
            <summary>Cannot add outgoing headers to message as MessageVersion in OperationContext.Current '{0}' does not match with the header version of message being processed '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.SFxWrapperNameCannotBeEmpty">
            <summary>Wrapper element name cannot be empty.</summary>
        </member>
        <member name="P:SRServiceModel.SFxWrapperTypeHasMultipleNamespaces">
            <summary>Wrapper type for message {0} cannot be projected as a data contract type since it has multiple namespaces. Consider using the XmlSerializer</summary>
        </member>
        <member name="P:SRServiceModel.SFxWsdlPartMustHaveElementOrType">
            <summary>WSDL part {0} in message {1} from namespace {2} must have either an element or a type name</summary>
        </member>
        <member name="P:SRServiceModel.SFxDataContractSerializerDoesNotSupportBareArray">
            <summary>DataContractSerializer does not support collection specified on element '{0}'</summary>
        </member>
        <member name="P:SRServiceModel.SFxDataContractSerializerDoesNotSupportEncoded">
            <summary>Invalid OperationFormatUse specified in the OperationFormatStyle of operation {0}, DataContractSerializer supports only Literal.</summary>
        </member>
        <member name="P:SRServiceModel.SFxXmlArrayNotAllowedForMultiple">
            <summary>XmlArrayAttribute cannot be used in repeating part {1}:{0}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxXmlSerializerIsNotFound">
            <summary>Could not find XmlSerializer for type {0}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxChannelFactoryEndpointAddressUri">
            <summary>The Address property on ChannelFactory.Endpoint was null.  The ChannelFactory's Endpoint must have a valid Address specified.</summary>
        </member>
        <member name="P:SRServiceModel.SFxCloseTimedOut1">
            <summary>The ServiceHost close operation timed out after {0}.  This could be because a client failed to close a sessionful channel within the required time.  The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.SfxCloseTimedOutWaitingForDispatchToComplete">
            <summary>Close process timed out waiting for service dispatch to complete.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidWsdlBindingOpMismatch2">
            <summary>The WSDL binding named {0} is not valid because no match for operation {1} was found in the corresponding portType definition.</summary>
        </member>
        <member name="P:SRServiceModel.SFxInvalidWsdlBindingOpNoName">
            <summary>The WSDL binding named {0} is not valid because an operation binding doesn't have a name specified.</summary>
        </member>
        <member name="P:SRServiceModel.SFxChannelFactoryNoBindingFoundInConfig1">
            <summary>The underlying channel factory could not be created because no binding information was found in the configuration file for endpoint with name '{0}'.  Please check the endpoint configuration section with name '{0}' to ensure that binding information is pres ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxChannelFactoryNoBindingFoundInConfigOrCode">
            <summary>The underlying channel factory could not be created because no Binding was passed to the ChannelFactory. Please supply a valid Binding instance via the ChannelFactory constructor.</summary>
        </member>
        <member name="P:SRServiceModel.SFxProxyRuntimeMessageCannotBeNull">
            <summary>In operation '{0}', cannot pass null to methods that take Message as input parameter.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDispatchRuntimeMessageCannotBeNull">
            <summary>In operation '{0}', cannot return null from methods that return Message.</summary>
        </member>
        <member name="P:SRServiceModel.SFxMessagePartDescriptionMissingType">
            <summary>Instance of MessagePartDescription Name='{0}' Namespace='{1}' cannot be used in this context: required 'Type' property was not set.</summary>
        </member>
        <member name="P:SRServiceModel.SFxWsdlOperationInputNeedsMessageAttribute2">
            <summary>The wsdl operation input {0} in portType {1} does not reference a message. This is either because the message attribute is missing or empty.</summary>
        </member>
        <member name="P:SRServiceModel.SFxWsdlOperationOutputNeedsMessageAttribute2">
            <summary>The wsdl operation output {0} in portType {1} does not reference a message. This is either because the message attribute is missing or empty.</summary>
        </member>
        <member name="P:SRServiceModel.SFxWsdlOperationFaultNeedsMessageAttribute2">
            <summary>The wsdl operation {0} in portType {1} contains a fault that does not reference a message. This is either because the message attribute is missing or empty.</summary>
        </member>
        <member name="P:SRServiceModel.AChannelServiceEndpointSBindingIsNull0">
            <summary>A Channel/Service endpoint's Binding is null.</summary>
        </member>
        <member name="P:SRServiceModel.AChannelServiceEndpointSContractIsNull0">
            <summary>A Channel/Service endpoint's Contract is null.</summary>
        </member>
        <member name="P:SRServiceModel.AChannelServiceEndpointSContractSNameIsNull0">
            <summary>A Channel/Service endpoint's Contract's name is null or empty.</summary>
        </member>
        <member name="P:SRServiceModel.AChannelServiceEndpointSContractSNamespace0">
            <summary>A Channel/Service endpoint's Contract's namespace is null.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNoEndpointMatchingContract">
            <summary>The message with Action '{0}' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxNoEndpointMatchingAddress">
            <summary>The message with To '{0}' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher.  Check that the sender and receiver's EndpointAddresses agree.</summary>
        </member>
        <member name="P:SRServiceModel.SFxNoEndpointMatchingAddressForConnectionOpeningMessage">
            <summary>The message with Action '{0}' cannot be processed at the receiver because this Action is reserved for the connection opening messages only and cannot be sent from client to server. To invoke this operation on the server, call the '{1}' method on the client ...</summary>
        </member>
        <member name="P:SRServiceModel.SFxServiceChannelCannotBeCalledBecauseIsSessionOpenNotificationEnabled">
            <summary>The operation '{0}' could not be invoked because the property '{1}' on the OperationContract is set to '{2}'. To invoke this operation on the server, call the '{3}' method on the client proxy instead.</summary>
        </member>
        <member name="P:SRServiceModel.EndMethodsCannotBeDecoratedWithOperationContractAttribute">
            <summary>When using the IAsyncResult design pattern, the End method cannot be decorated with OperationContractAttribute. Only the corresponding Begin method can be decorated with OperationContractAttribute; that attribute will apply to the Begin-End pair of methods ...</summary>
        </member>
        <member name="P:SRServiceModel.DispatchRuntimeRequiresFormatter0">
            <summary>The DispatchOperation '{0}' requires Formatter, since DeserializeRequest and SerializeReply are not both false.</summary>
        </member>
        <member name="P:SRServiceModel.ClientRuntimeRequiresFormatter0">
            <summary>The ClientOperation '{0}' requires Formatter, since SerializeRequest and DeserializeReply are not both false.</summary>
        </member>
        <member name="P:SRServiceModel.RuntimeRequiresInvoker0">
            <summary>DispatchOperation requires Invoker.</summary>
        </member>
        <member name="P:SRServiceModel.CouldnTCreateChannelForType2">
            <summary>Channel requirements cannot be met by the ChannelFactory for Binding '{0}' since the contract requires support for one of these channel types '{1}' but the binding doesn't support any of them.</summary>
        </member>
        <member name="P:SRServiceModel.CouldnTCreateChannelForChannelType2">
            <summary>Channel type '{1}' was requested, but Binding '{0}' doesn't support it or isn't configured properly to support it.</summary>
        </member>
        <member name="P:SRServiceModel.EndpointListenerRequirementsCannotBeMetBy3">
            <summary>ChannelDispatcher requirements cannot be met by the IChannelListener for Binding '{0}' since the contract requires support for one of these channel types '{1}' but the binding only supports these channel types '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnknownListenerType1">
            <summary>The listener at Uri '{0}' could not be initialized because it was created for an unrecognized channel type.</summary>
        </member>
        <member name="P:SRServiceModel.BindingDoesnTSupportSessionButContractRequires1">
            <summary>Contract requires Session, but Binding '{0}' doesn't support it or isn't configured properly to support it.</summary>
        </member>
        <member name="P:SRServiceModel.BindingDoesntSupportDatagramButContractRequires">
            <summary>Contract does not allow Session, but Binding '{0}' does not support Datagram or is not configured properly to support it.</summary>
        </member>
        <member name="P:SRServiceModel.BindingDoesnTSupportOneWayButContractRequires1">
            <summary>Contract requires OneWay, but Binding '{0}' doesn't support it or isn't configured properly to support it.</summary>
        </member>
        <member name="P:SRServiceModel.BindingDoesnTSupportTwoWayButContractRequires1">
            <summary>Contract requires TwoWay (either request-reply or duplex), but Binding '{0}' doesn't support it or isn't configured properly to support it.</summary>
        </member>
        <member name="P:SRServiceModel.BindingDoesnTSupportRequestReplyButContract1">
            <summary>Contract requires Request/Reply, but Binding '{0}' doesn't support it or isn't configured properly to support it.</summary>
        </member>
        <member name="P:SRServiceModel.BindingDoesnTSupportDuplexButContractRequires1">
            <summary>Contract requires Duplex, but Binding '{0}' doesn't support it or isn't configured properly to support it.</summary>
        </member>
        <member name="P:SRServiceModel.BindingDoesnTSupportAnyChannelTypes1">
            <summary>Binding '{0}' doesn't support creating any channel types. This often indicates that the BindingElements in a CustomBinding have been stacked incorrectly or in the wrong order. A Transport is required at the bottom of the stack. The recommended order for Bi ...</summary>
        </member>
        <member name="P:SRServiceModel.ContractIsNotSelfConsistentItHasOneOrMore2">
            <summary>The contract '{0}' is not self-consistent -- it has one or more IsTerminating or non-IsInitiating operations, but it does not have the SessionMode property set to SessionMode.Required.  The IsInitiating and IsTerminating attributes can only be used in the  ...</summary>
        </member>
        <member name="P:SRServiceModel.ContractIsNotSelfConsistentWhenIsSessionOpenNotificationEnabled">
            <summary>The operation contract '{0}' is not self-consistent. When the '{1}' is set to '{2}', both '{3}' and '{4}' properties must be true, and the operation must not have any input parameters.</summary>
        </member>
        <member name="P:SRServiceModel.TheServiceMetadataExtensionInstanceCouldNot2_0">
            <summary>The ServiceMetadataExtension instance could not be added to the ServiceHost instance because it has already been added to another ServiceHost instance.</summary>
        </member>
        <member name="P:SRServiceModel.TheServiceMetadataExtensionInstanceCouldNot3_0">
            <summary>The ServiceMetadataExtension instance could not be removed from the ServiceHost instance because it has not been added to any ServiceHost instance.</summary>
        </member>
        <member name="P:SRServiceModel.TheServiceMetadataExtensionInstanceCouldNot4_0">
            <summary>The ServiceMetadataExtension instance could not be removed from the ServiceHost instance because it has already been added to a different ServiceHost instance.</summary>
        </member>
        <member name="P:SRServiceModel.SynchronizedCollectionWrongType1">
            <summary>A value of type '{0}' cannot be added to the generic collection, because the collection has been parameterized with a different type.</summary>
        </member>
        <member name="P:SRServiceModel.SynchronizedCollectionWrongTypeNull">
            <summary>A null value cannot be added to the generic collection, because the collection has been parameterized with a value type.</summary>
        </member>
        <member name="P:SRServiceModel.CannotAddTwoItemsWithTheSameKeyToSynchronizedKeyedCollection0">
            <summary>Cannot add two items with the same key to SynchronizedKeyedCollection.</summary>
        </member>
        <member name="P:SRServiceModel.ItemDoesNotExistInSynchronizedKeyedCollection0">
            <summary>Item does not exist in SynchronizedKeyedCollection.</summary>
        </member>
        <member name="P:SRServiceModel.SuppliedMessageIsNotAReplyItHasNoRelatesTo0">
            <summary>A reply message was received without a valid RelatesTo header.  This may have been caused by a missing RelatesTo header or a RelatesTo header with an invalid WS-Addressing Relationship type.</summary>
        </member>
        <member name="P:SRServiceModel.channelIsNotAvailable0">
            <summary>Internal Error: The InnerChannel property is null.</summary>
        </member>
        <member name="P:SRServiceModel.channelDoesNotHaveADuplexSession0">
            <summary>The current channel does not support closing the output session as this channel does not implement ISessionChannel&lt;IDuplexSession&gt;.</summary>
        </member>
        <member name="P:SRServiceModel.EndpointsMustHaveAValidBinding1">
            <summary>The ServiceEndpoint with name '{0}' could not be exported to WSDL because the Binding property is null. To fix this, set the Binding property to a valid Binding instance.</summary>
        </member>
        <member name="P:SRServiceModel.UnabletoImportPolicy">
            <summary>The following Policy Assertions were not Imported:\r\n</summary>
        </member>
        <member name="P:SRServiceModel.UnImportedAssertionList">
            <summary>XPath:{0}\r\n  Assertions:</summary>
        </member>
        <member name="P:SRServiceModel.XPathUnavailable">
            <summary>\"XPath Unavailable\"</summary>
        </member>
        <member name="P:SRServiceModel.DuplicatePolicyInWsdlSkipped">
            <summary>A policy expression was ignored because another policy expression with that ID has already been read in this document.\r\nXPath:{0}</summary>
        </member>
        <member name="P:SRServiceModel.DuplicatePolicyDocumentSkipped">
            <summary>A policy document was ignored because a policy expression with that ID has already been imported.\r\nPolicy ID:{0}</summary>
        </member>
        <member name="P:SRServiceModel.PolicyDocumentMustHaveIdentifier">
            <summary>A metadata section containing policy did not have an identifier so it cannot be referenced.</summary>
        </member>
        <member name="P:SRServiceModel.XPathPointer">
            <summary>XPath:{0}</summary>
        </member>
        <member name="P:SRServiceModel.UnableToFindPolicyWithId">
            <summary>A policy reference was ignored because the policy with ID '{0}' could not be found.</summary>
        </member>
        <member name="P:SRServiceModel.PolicyReferenceInvalidId">
            <summary>A policy reference was ignored because the URI of the reference was empty.</summary>
        </member>
        <member name="P:SRServiceModel.PolicyReferenceMissingURI">
            <summary>A policy reference was ignored because the required {0} attribute was missing.</summary>
        </member>
        <member name="P:SRServiceModel.ExceededMaxPolicyComplexity">
            <summary>The policy expression was not fully imported because it exceeded the maximum allowable complexity. The import stopped at element '{0}' '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.ExceededMaxPolicySize">
            <summary>The policy expression was not fully imported because its normalized form was too large.</summary>
        </member>
        <member name="P:SRServiceModel.UnrecognizedPolicyElementInNamespace">
            <summary>Unrecognized policy element {0} in namespace {1}.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedPolicyDocumentRoot">
            <summary>\"{0}\" is not a supported WS-Policy document root element.</summary>
        </member>
        <member name="P:SRServiceModel.UnrecognizedPolicyDocumentNamespace">
            <summary>The \"{0}\" namespace is not a recognized WS-Policy namespace.</summary>
        </member>
        <member name="P:SRServiceModel.NoUsablePolicyAssertions">
            <summary>Cannot find usable policy alternatives.</summary>
        </member>
        <member name="P:SRServiceModel.PolicyInWsdlMustHaveFragmentId">
            <summary>Unreachable policy detected.\r\nA WS-Policy element embedded in WSDL is missing a fragment identifier. This policy cannot be referenced by any WS-PolicyAttachment mechanisms.\r\nXPath:{0}</summary>
        </member>
        <member name="P:SRServiceModel.OptionalWSDLExtensionIgnored">
            <summary>The optional WSDL extension element '{0}' from namespace '{1}' was not handled.\r\nXPath: {2}</summary>
        </member>
        <member name="P:SRServiceModel.RequiredWSDLExtensionIgnored">
            <summary>The required WSDL extension element '{0}' from namespace '{1}' was not handled.</summary>
        </member>
        <member name="P:SRServiceModel.UnknownWSDLExtensionIgnored">
            <summary>An unrecognized WSDL extension of Type '{0}' was not handled.</summary>
        </member>
        <member name="P:SRServiceModel.WsdlExporterIsFaulted">
            <summary>A previous call to this WsdlExporter left it in a faulted state. It is no longer usable.</summary>
        </member>
        <member name="P:SRServiceModel.WsdlImporterIsFaulted">
            <summary>A previous call to this WsdlImporter left it in a faulted state. It is no longer usable.</summary>
        </member>
        <member name="P:SRServiceModel.WsdlImporterContractMustBeInKnownContracts">
            <summary>The ContractDescription argument to ImportEndpoints must be contained in the KnownContracts collection.</summary>
        </member>
        <member name="P:SRServiceModel.WsdlItemAlreadyFaulted">
            <summary>A previous attempt to import this {0} already failed.</summary>
        </member>
        <member name="P:SRServiceModel.PolicyExtensionImportError">
            <summary>An exception was thrown in a call to a policy import extension.\r\nExtension: {0}\r\nError: {1}</summary>
        </member>
        <member name="P:SRServiceModel.PolicyExtensionExportError">
            <summary>An exception was thrown in a call to a policy export extension.\r\nExtension: {0}\r\nError: {1}</summary>
        </member>
        <member name="P:SRServiceModel.MultipleCallsToExportContractWithSameContract">
            <summary>Calling IWsdlExportExtension.ExportContract twice with the same ContractDescription is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.DuplicateContractQNameNameOnExport">
            <summary>Duplicate contract XmlQualifiedNames are not supported.\r\nAnother ContractDescription with the Name: {0} and Namespace: {1} has already been exported.</summary>
        </member>
        <member name="P:SRServiceModel.WarnDuplicateBindingQNameNameOnExport">
            <summary>Similar ServiceEndpoints were exported. The WSDL export process was forced to suffix wsdl:binding names to avoid naming conflicts.\r\n Similar ServiceEndpoints means different binding instances having the Name: {0} and Namespace: {1} and either the same Co ...</summary>
        </member>
        <member name="P:SRServiceModel.WarnSkippingOpertationWithWildcardAction">
            <summary>An operation was skipped during export because it has a wildcard action. This is not supported in WSDL.\r\nContract Name:{0}\r\nContract Namespace:{1}\r\nOperation Name:{2}</summary>
        </member>
        <member name="P:SRServiceModel.WarnSkippingOpertationWithSessionOpenNotificationEnabled">
            <summary>An operation was skipped during export because the property '{0}' is set to '{1}'. This operation should be used for server only and should not be exposed from WSDL. \r\nContract Name:{2}\r\nContract Namespace:{3}\r\nOperation Name:{4}</summary>
        </member>
        <member name="P:SRServiceModel.WsdlExtensionContractExportError">
            <summary>An exception was thrown in a call to a WSDL export extension: {0}\r\n contract: {1}</summary>
        </member>
        <member name="P:SRServiceModel.WsdlExtensionEndpointExportError">
            <summary>An exception was thrown in a call to a WSDL export extension: {0}\r\n Endpoint: {1}</summary>
        </member>
        <member name="P:SRServiceModel.WsdlExtensionBeforeImportError">
            <summary>A WSDL import extension threw an exception during the BeforeImport call: {0}\r\nError: {1}</summary>
        </member>
        <member name="P:SRServiceModel.WsdlExtensionImportError">
            <summary>An exception was thrown while running a WSDL import extension: {0}\r\nError: {1}</summary>
        </member>
        <member name="P:SRServiceModel.WsdlImportErrorMessageDetail">
            <summary>Cannot import {0}\r\nDetail: {2}\r\nXPath to Error Source: {1}</summary>
        </member>
        <member name="P:SRServiceModel.WsdlImportErrorDependencyDetail">
            <summary>There was an error importing a {0} that the {1} is dependent on.\r\nXPath to {0}: {2}</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedEnvelopeVersion">
            <summary>The {0} binding element requires envelope version '{1}' It doesn't support '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.NoValue0">
            <summary>No value.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedBindingElementClone">
            <summary>The '{0}' binding element does not support cloning.</summary>
        </member>
        <member name="P:SRServiceModel.ServicesWithoutAServiceContractAttributeCan2">
            <summary>The {0} declared on method '{1}' in type '{2}' is invalid. {0}s are only valid on methods that are declared in a type that has ServiceContractAttribute. Either add ServiceContractAttribute to type '{2}' or remove {0} from method '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.tooManyAttributesOfTypeOn2">
            <summary>Too many attributes of type {0} on {1}.</summary>
        </member>
        <member name="P:SRServiceModel.couldnTFindRequiredAttributeOfTypeOn2">
            <summary>Couldn't find required attribute of type {0} on {1}.</summary>
        </member>
        <member name="P:SRServiceModel.AttemptedToGetContractTypeForButThatTypeIs1">
            <summary>Attempted to get contract type for {0}, but that type is not a ServiceContract, nor does it inherit a ServiceContract.</summary>
        </member>
        <member name="P:SRServiceModel.NoEndMethodFoundForAsyncBeginMethod3">
            <summary>OperationContract method '{0}' in type '{1}' does not properly implement the async pattern, as no corresponding method '{2}' could be found. Either provide a method called '{2}' or set the AsyncPattern property on method '{0}' to false.</summary>
        </member>
        <member name="P:SRServiceModel.MoreThanOneEndMethodFoundForAsyncBeginMethod3">
            <summary>OperationContract method '{0}' in type '{1}' does not properly implement the async pattern, as more than one corresponding method '{2}' was found. When using the async pattern, exactly one end method must be provided. Either remove or rename one or more of ...</summary>
        </member>
        <member name="P:SRServiceModel.InvalidAsyncEndMethodSignatureForMethod2">
            <summary>Invalid async End method signature for method {0} in ServiceContract type {1}. Your end method must take an IAsyncResult as the last argument.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidAsyncBeginMethodSignatureForMethod2">
            <summary>Invalid async Begin method signature for method {0} in ServiceContract type {1}. Your begin method must take an AsyncCallback and an object as the last two arguments and return an IAsyncResult.</summary>
        </member>
        <member name="P:SRServiceModel.InAContractInheritanceHierarchyIfParentHasCallbackChildMustToo">
            <summary>Because base ServiceContract '{0}' has a CallbackContract '{1}', derived ServiceContract '{2}' must also specify either '{1}' or a derived type as its CallbackContract.</summary>
        </member>
        <member name="P:SRServiceModel.InAContractInheritanceHierarchyTheServiceContract3_2">
            <summary>In a contract inheritance hierarchy, the ServiceContract's CallbackContract must be a subtype of the CallbackContracts of all of the CallbackContracts of the ServiceContracts inherited by the original ServiceContract, Types {0} and {1} violate this rule.</summary>
        </member>
        <member name="P:SRServiceModel.CannotHaveTwoOperationsWithTheSameName3">
            <summary>Cannot have two operations in the same contract with the same name, methods {0} and {1} in type {2} violate this rule. You can change the name of one of the operations by changing the method name or by using the Name property of OperationContractAttribute.</summary>
        </member>
        <member name="P:SRServiceModel.CannotHaveTwoOperationsWithTheSameElement5">
            <summary>The {0}.{1} operation references a message element [{2}] that has already been exported from the {3}.{4} operation. You can change the name of one of the operations by changing the method name or using the Name property of OperationContractAttribute. Alter ...</summary>
        </member>
        <member name="P:SRServiceModel.CannotInheritTwoOperationsWithTheSameName3">
            <summary>Cannot inherit two different operations with the same name, operation '{0}' from contracts '{1}' and '{2}' violate this rule. You can change the name of one of the operations by changing the method name or by using the Name property of OperationContractAtt ...</summary>
        </member>
        <member name="P:SRServiceModel.SyncAsyncMatchConsistency_Parameters5">
            <summary>The synchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of as ...</summary>
        </member>
        <member name="P:SRServiceModel.SyncTaskMatchConsistency_Parameters5">
            <summary>The synchronous OperationContract method '{0}' in type '{1}' was matched with the task-based asynchronous OperationContract method '{2}' because they have the same operation name '{3}'. When a synchronous OperationContract method is matched to a task-based ...</summary>
        </member>
        <member name="P:SRServiceModel.TaskAsyncMatchConsistency_Parameters5">
            <summary>The task-based asynchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a task-based asynchronous OperationContract method is ...</summary>
        </member>
        <member name="P:SRServiceModel.SyncAsyncMatchConsistency_ReturnType5">
            <summary>The synchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of as ...</summary>
        </member>
        <member name="P:SRServiceModel.SyncTaskMatchConsistency_ReturnType5">
            <summary>The synchronous OperationContract method '{0}' in type '{1}' was matched with the task-based asynchronous OperationContract method '{2}' because they have the same operation name '{3}'. When a synchronous OperationContract method is matched to a task-based ...</summary>
        </member>
        <member name="P:SRServiceModel.TaskAsyncMatchConsistency_ReturnType5">
            <summary>The task-based asynchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to  ...</summary>
        </member>
        <member name="P:SRServiceModel.SyncAsyncMatchConsistency_Attributes6">
            <summary>The synchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of as ...</summary>
        </member>
        <member name="P:SRServiceModel.SyncTaskMatchConsistency_Attributes6">
            <summary>The synchronous OperationContract method '{0}' in type '{1}' was matched with the task-based asynchronous OperationContract method '{2}' because they have the same operation name '{3}'. When a synchronous OperationContract method is matched to a task-based ...</summary>
        </member>
        <member name="P:SRServiceModel.TaskAsyncMatchConsistency_Attributes6">
            <summary>The task-based asynchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract methods '{2}' and '{3}' because they have the same operation name '{4}'. When a task-based asynchronous OperationContract method is ...</summary>
        </member>
        <member name="P:SRServiceModel.SyncAsyncMatchConsistency_Property6">
            <summary>The synchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract  methods '{2}' and '{3}' because they have the same operation name '{4}'. When a synchronous OperationContract method is matched to a pair of a ...</summary>
        </member>
        <member name="P:SRServiceModel.SyncTaskMatchConsistency_Property6">
            <summary>The synchronous OperationContract method '{0}' in type '{1}' was matched with the task-based asynchronous OperationContract  method '{2}' because they have the same operation name '{3}'. When a synchronous OperationContract method is matched to a task-base ...</summary>
        </member>
        <member name="P:SRServiceModel.TaskAsyncMatchConsistency_Property6">
            <summary>The task-based asynchronous OperationContract method '{0}' in type '{1}' was matched with the asynchronous OperationContract  methods '{2}' and '{3}' because they have the same operation name '{4}'. When a task-based asynchronous OperationContract method i ...</summary>
        </member>
        <member name="P:SRServiceModel.ServiceOperationsMarkedWithIsOneWayTrueMust0">
            <summary>Operations marked with IsOneWay=true must not declare output parameters, by-reference parameters or return values.</summary>
        </member>
        <member name="P:SRServiceModel.OneWayOperationShouldNotSpecifyAReplyAction1">
            <summary>One way operation {0} cannot not specify a reply action.</summary>
        </member>
        <member name="P:SRServiceModel.OneWayAndFaultsIncompatible2">
            <summary>The method '{1}' in type '{0}' is marked IsOneWay=true and declares one or more FaultContractAttributes. One-way methods cannot declare FaultContractAttributes. To fix it, change IsOneWay to false or remove the FaultContractAttributes.</summary>
        </member>
        <member name="P:SRServiceModel.UnableToLocateOperation2">
            <summary>Cannot locate operation {0} in Contract {1}.</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedWSDLOnlyOneMessage">
            <summary>Unsupported WSDL, only one message part is supported for fault messages. This fault message references zero or more than one message part. If you have edit access to the WSDL file, you can fix the problem by removing the extra message parts such that fault ...</summary>
        </member>
        <member name="P:SRServiceModel.UnsupportedWSDLTheFault">
            <summary>Unsupported WSDL, the fault message part must reference an element. This fault message does not reference an element. If you have edit access to the WSDL document, you can fix the problem by referencing a schema element using the 'element' attribute.</summary>
        </member>
        <member name="P:SRServiceModel.AsyncEndCalledOnWrongChannel">
            <summary>Async End called on wrong channel.</summary>
        </member>
        <member name="P:SRServiceModel.AsyncEndCalledWithAnIAsyncResult">
            <summary>Async End called with an IAsyncResult from a different Begin method.</summary>
        </member>
        <member name="P:SRServiceModel.MessageHeaderIsNull0">
            <summary>The value of the addressHeaders argument is invalid because the collection contains null values. Null is not a valid value for the AddressHeaderCollection.</summary>
        </member>
        <member name="P:SRServiceModel.MessagePropertiesArraySize0">
            <summary>The array passed does not have enough space to hold all the properties contained by this collection.</summary>
        </member>
        <member name="P:SRServiceModel.DuplicateBehavior1">
            <summary>The value could not be added to the collection, as the collection already contains an item of the same type: '{0}'. This collection only supports one instance of each type.</summary>
        </member>
        <member name="P:SRServiceModel.CantCreateChannelWithManualAddressing">
            <summary>Cannot create channel for a contract that requires request/reply and a binding that requires manual addressing but only supports duplex communication.</summary>
        </member>
        <member name="P:SRServiceModel.XsdMissingRequiredAttribute1">
            <summary>Missing required '{0}' attribute.</summary>
        </member>
        <member name="P:SRServiceModel.IgnoreSoapHeaderBinding3">
            <summary>Ignoring invalid SOAP header extension in wsdl:operation name='{0}' from targetNamespace='{1}'. Reason: {2}</summary>
        </member>
        <member name="P:SRServiceModel.IgnoreSoapFaultBinding3">
            <summary>Ignoring invalid SOAP fault extension in wsdl:operation name='{0}' from targetNamespace='{1}'. Reason: {2}</summary>
        </member>
        <member name="P:SRServiceModel.IgnoreMessagePart3">
            <summary>Ignoring invalid part in wsdl:message name='{0}' from targetNamespace='{1}'. Reason: {2}</summary>
        </member>
        <member name="P:SRServiceModel.CannotImportPrivacyNoticeElementWithoutVersionAttribute">
            <summary>PrivacyNotice element must have a Version attribute.</summary>
        </member>
        <member name="P:SRServiceModel.PrivacyNoticeElementVersionAttributeInvalid">
            <summary>PrivacyNotice element Version attribute must have an integer value.</summary>
        </member>
        <member name="P:SRServiceModel.XDCannotFindValueInDictionaryString">
            <summary>Cannot find '{0}' value in dictionary string.</summary>
        </member>
        <member name="P:SRServiceModel.WmiGetObject">
            <summary>WMI GetObject Query: {0}</summary>
        </member>
        <member name="P:SRServiceModel.WmiPutInstance">
            <summary>WMI PutInstance Class: {0}</summary>
        </member>
        <member name="P:SRServiceModel.NoChannelBuilderAvailable">
            <summary>The binding (Name={0}, Namespace={1}) cannot be used to create a ChannelFactory or a ChannelListener because it appears to be missing a TransportBindingElement.  Every binding must have at least one binding element that derives from TransportBindingElement ...</summary>
        </member>
        <member name="P:SRServiceModel.InvalidBindingScheme">
            <summary>The TransportBindingElement of type '{0}' in this CustomBinding returned a null or empty string for the Scheme. TransportBindingElement's Scheme must be a non-empty string.</summary>
        </member>
        <member name="P:SRServiceModel.CustomBindingRequiresTransport">
            <summary>Binding '{0}' lacks a TransportBindingElement.  Every binding must have a binding element that derives from TransportBindingElement. This binding element must appear last in the BindingElementCollection.</summary>
        </member>
        <member name="P:SRServiceModel.TransportBindingElementMustBeLast">
            <summary>In Binding '{0}', TransportBindingElement '{1}' does not appear last in the BindingElementCollection.  Please change the order of elements such that the TransportBindingElement is last.</summary>
        </member>
        <member name="P:SRServiceModel.MessageVersionMissingFromBinding">
            <summary>None of the binding elements in binding '{0}' define a message version. At least one binding element must define a message version and return it from the GetProperty&lt;MessageVersion&gt; method.</summary>
        </member>
        <member name="P:SRServiceModel.NotAllBindingElementsBuilt">
            <summary>Some of the binding elements in this binding were not used when building the ChannelFactory / ChannelListener.  This may be have been caused by the binding elements being misordered.  The recommended order for binding elements is: TransactionFlow, Reliable ...</summary>
        </member>
        <member name="P:SRServiceModel.MultipleMebesInParameters">
            <summary>More than one MessageEncodingBindingElement was found in the BindingParameters of the BindingContext.  This usually is caused by having multiple MessageEncodingBindingElements in a CustomBinding. Remove all but one of these elements.</summary>
        </member>
        <member name="P:SRServiceModel.MultipleStreamUpgradeProvidersInParameters">
            <summary>More than one IStreamUpgradeProviderElement was found in the BindingParameters of the BindingContext.  This usually is caused by having multiple IStreamUpgradeProviderElements in a CustomBinding. Remove all but one of these elements.</summary>
        </member>
        <member name="P:SRServiceModel.SecurityCapabilitiesMismatched">
            <summary>The security capabilities of binding '{0}' do not match those of the generated runtime object. Most likely this means the binding contains a StreamSecurityBindingElement, but lacks a TransportBindingElement that supports Stream Security (such as TCP or Nam ...</summary>
        </member>
        <member name="P:SRServiceModel.BaseAddressMustBeAbsolute">
            <summary>Only an absolute Uri can be used as a base address.</summary>
        </member>
        <member name="P:SRServiceModel.BaseAddressDuplicateScheme">
            <summary>This collection already contains an address with scheme {0}.  There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleS ...</summary>
        </member>
        <member name="P:SRServiceModel.BaseAddressCannotHaveUserInfo">
            <summary>A base address cannot contain a Uri user info section.</summary>
        </member>
        <member name="P:SRServiceModel.TransportBindingElementNotFound">
            <summary>The binding does not contain a TransportBindingElement.</summary>
        </member>
        <member name="P:SRServiceModel.ChannelDemuxerBindingElementNotFound">
            <summary>The binding does not contain a ChannelDemuxerBindingElement.</summary>
        </member>
        <member name="P:SRServiceModel.BaseAddressCannotHaveQuery">
            <summary>A base address cannot contain a Uri query string.</summary>
        </member>
        <member name="P:SRServiceModel.BaseAddressCannotHaveFragment">
            <summary>A base address cannot contain a Uri fragment.</summary>
        </member>
        <member name="P:SRServiceModel.UriMustBeAbsolute">
            <summary>The given URI must be absolute.</summary>
        </member>
        <member name="P:SRServiceModel.ConfigInvalidBindingConfigurationName">
            <summary>The {1} binding does not have a configured binding named '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.ConfigInvalidTransactionFlowProtocolValue">
            <summary>'{0}' is not a valid transaction protocol.  Valid values are 'OleTransactions', 'WSAtomicTransactionOctober2004', and 'WSAtomicTransaction11'.</summary>
        </member>
        <member name="P:SRServiceModel.Default">
            <summary>(Default)</summary>
        </member>
        <member name="P:SRServiceModel.InternalError">
            <summary>An unexpected error has occurred.</summary>
        </member>
        <member name="P:SRServiceModel.GeneralSchemaValidationError">
            <summary>There was an error verifying some XML Schemas generated during export:\r\n{0}</summary>
        </member>
        <member name="P:SRServiceModel.SchemaValidationError">
            <summary>There was a validation error on a schema generated during export:\r\n    Source: {0}\r\n    Line: {1} Column: {2}\r\n   Validation Error: {3}</summary>
        </member>
        <member name="P:SRServiceModel.ClaimTypeCannotBeEmpty">
            <summary>The claimType cannot be an empty string.</summary>
        </member>
        <member name="P:SRServiceModel.MissingCustomCertificateValidator">
            <summary>X509CertificateValidationMode.Custom requires a CustomCertificateValidator. Specify the CustomCertificateValidator property.</summary>
        </member>
        <member name="P:SRServiceModel.SecurityAuditPlatformNotSupported">
            <summary>Writing audit messages to the Security log is not supported by the current platform. You must write audit messages to the Application log.</summary>
        </member>
        <member name="P:SRServiceModel.AccessDenied">
            <summary>Access is denied.</summary>
        </member>
        <member name="P:SRServiceModel.ArgumentOutOfRange">
            <summary>value must be &gt;= {0} and &lt;= {1}.</summary>
        </member>
        <member name="P:SRServiceModel.ArgumentOutOfMinRange">
            <summary>Specified argument was out of the range of valid values.  The value must be at least {0}.</summary>
        </member>
        <member name="P:SRServiceModel.ContextBindingElementCannotProvideChannelFactory">
            <summary>ContextBindingElement cannot provide channel factory for the requested channel shape {0}.</summary>
        </member>
        <member name="P:SRServiceModel.ContextBindingElementCannotProvideChannelListener">
            <summary>ContextBindingElement cannot provide channel listener for the requested channel shape {0}.</summary>
        </member>
        <member name="P:SRServiceModel.BehaviorRequiresContextProtocolSupportInBinding">
            <summary>Service behavior {0} requires that the binding associated with endpoint {1} listening on {2} supports the context protocol, because the contract associated with this endpoint may require a session. Currently configured binding for this endpoint does not su ...</summary>
        </member>
        <member name="P:SRServiceModel.HttpCookieContextExchangeMechanismNotCompatibleWithTransportType">
            <summary>Binding {1}:{2} is configured with ContextExchangeMechanism.HttpCookie which is not compatible with the transport type {0}. Please modify the ContextExchangeMechanism or use HTTP or HTTPS transport.</summary>
        </member>
        <member name="P:SRServiceModel.HttpCookieContextExchangeMechanismNotCompatibleWithTransportCookieSetting">
            <summary>ContextBindingElement of binding {0}:{1} is configured with ContextExchangeMode.HttpCookie but the configuration of this binding's HttpTransportBindingElement prevents upper channel layers from managing cookies. Please set the HttpTransportBindingElement.A ...</summary>
        </member>
        <member name="P:SRServiceModel.PolicyImportContextBindingElementCollectionIsNull">
            <summary>ContextBindingElementImporter cannot import policy because PolicyImportContext.BindingElements collection is null.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityCallback">
            <summary>Executing user callback.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityClose">
            <summary>Close '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityConstructChannelFactory">
            <summary>Construct ChannelFactory. Contract type: '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityExecuteMethod">
            <summary>Execute '{0}.{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityCloseClientBase">
            <summary>Close ClientBase. Contract type: '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityOpen">
            <summary>Open '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityOpenClientBase">
            <summary>Open ClientBase. Contract type: '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityProcessAction">
            <summary>Process action '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.TraceCodeConnectionPoolIdleTimeoutReached">
            <summary>A connection has exceeded the idle timeout of this connection pool ({0}) and been closed.</summary>
        </member>
        <member name="P:SRServiceModel.TraceCodeConnectionPoolLeaseTimeoutReached">
            <summary>A connection has exceeded the connection lease timeout of this connection pool ({0}) and been closed.</summary>
        </member>
        <member name="P:SRServiceModel.TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached">
            <summary>MaxOutboundConnectionsPerEndpoint quota ({0}) has been reached, so connection was closed and not stored in this connection pool.</summary>
        </member>
        <member name="P:SRServiceModel.TraceCodeCannotBeImportedInCurrentFormat">
            <summary>The given schema cannot be imported in this format.</summary>
        </member>
        <member name="P:SRServiceModel.TraceCodeSecurity">
            <summary>A failure occured while performing a security related operation.</summary>
        </member>
        <member name="P:SRServiceModel.TraceCodeMetadataExchangeClientSendRequest">
            <summary>The MetadataExchangeClient is sending a request for metadata.</summary>
        </member>
        <member name="P:SRServiceModel.TraceCodeMetadataExchangeClientReceiveReply">
            <summary>The MetadataExchangeClient received a reply.</summary>
        </member>
        <member name="P:SRServiceModel.ErrorInLine">
            <summary>Error in line {0} position {1}.</summary>
        </member>
        <member name="P:SRServiceModel.XmlLineInfo">
            <summary>Line {0}, position {1}.</summary>
        </member>
        <member name="P:SRServiceModel.XmlFoundEndOfFile">
            <summary>end of file</summary>
        </member>
        <member name="P:SRServiceModel.XmlFoundElement">
            <summary>element '{0}' from namespace '{1}'</summary>
        </member>
        <member name="P:SRServiceModel.XmlFoundEndElement">
            <summary>end element '{0}' from namespace '{1}'</summary>
        </member>
        <member name="P:SRServiceModel.XmlFoundText">
            <summary>text '{0}'</summary>
        </member>
        <member name="P:SRServiceModel.XmlFoundCData">
            <summary>cdata '{0}'</summary>
        </member>
        <member name="P:SRServiceModel.XmlFoundComment">
            <summary>comment '{0}'</summary>
        </member>
        <member name="P:SRServiceModel.XmlFoundNodeType">
            <summary>node {0}</summary>
        </member>
        <member name="P:SRServiceModel.XmlStartElementExpected">
            <summary>Start element expected. Found {0}.</summary>
        </member>
        <member name="P:SRServiceModel.SFxDocExt_MainPageIntroSingleWsdl">
            <summary>You can also access the service description as a single file:</summary>
        </member>
        <member name="P:SRServiceModel.SFxCannotImportAsParameters_OutputParameterAndTask">
            <summary>Generating message contract since the operation has multiple return values.</summary>
        </member>
        <member name="P:SRServiceModel.ID0023">
            <summary>ID0023: Failed to create an instance of '{0}' from configuration. A custom configuration element was specified, but the method LoadCustomConfiguration was not implemented. Override LoadCustomConfiguration to handle custom configuration loading.</summary>
        </member>
        <member name="P:SRServiceModel.AuthFailed">
            <summary>Authentication failed.</summary>
        </member>
        <member name="P:SRServiceModel.InputTypeListEmptyError">
            <summary>The input handler list cannot be empty.</summary>
        </member>
        <member name="P:SRServiceModel.DelegatingHandlerArrayHasNonNullInnerHandler">
            <summary>The '{0}' list is invalid because the property '{1}' of '{2}' is not null.</summary>
        </member>
        <member name="P:SRServiceModel.DelegatingHandlerArrayFromFuncContainsNullItem">
            <summary>The '{0}' list created by the Func '{1}' is invalid because it contains one or more null items.</summary>
        </member>
        <member name="P:SRServiceModel.HttpMessageHandlerTypeNotSupported">
            <summary>Invalid type: '{0}'. It must inherit from base type '{1}', cannot be abstract, and must expose a public default constructor.</summary>
        </member>
        <member name="P:SRServiceModel.HttpPipelineNotSupportedOnClientSide">
            <summary>The property '{0}' is not supported when building a ChannelFactory. The property value must be null when calling BuildChannelFactory.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketInvalidProtocolInvalidCharInProtocolString">
            <summary>The subprotocol '{0}' is invalid because it contains the invalid character '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketInvalidProtocolContainsMultipleSubProtocolString">
            <summary>The value specified ('{0}') contains more than one subprotocol which is not supported.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketInvalidProtocolEmptySubprotocolString">
            <summary>Empty string is not a valid subprotocol value. Please use \"null\" to specify no value.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketUnexpectedCloseMessageError">
            <summary>Unexpected WebSocket close message received when receiving a message.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketStreamWriteCalledAfterEOMSent">
            <summary>Cannot write to the stream because the end of the stream marker was already written.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketCannotCreateRequestClientChannelWithCertainWebSocketTransportUsage">
            <summary>HttpChannelFactory cannot create the channel with shape '{0}' when the {1} of {2} was set as '{3}'.</summary>
        </member>
        <member name="P:SRServiceModel.ClientWebSocketFactory_CreateWebSocketFailed">
            <summary>An error occurred when creating the WebSocket with the factory of type '{0}'. See the inner exception for details.</summary>
        </member>
        <member name="P:SRServiceModel.ClientWebSocketFactory_InvalidWebSocket">
            <summary>WebSocket creation failed. The '{0}' returned a WebSocket that is either null or not opened.</summary>
        </member>
        <member name="P:SRServiceModel.ClientWebSocketFactory_InvalidSubProtocol">
            <summary>The WebSocket returned by the factory of type '{0}' has the SubProtocol '{1}' that doesn't match the requested SubProtocol value '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketSendTimedOut">
            <summary>The Send operation timed out after '{0}'. Increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketReceiveTimedOut">
            <summary>The Receive operation timed out after '{0}'. For duplex sessionful channels, the receive timeout is also the idle timeout for the channel, so consider setting a suitably large value for the ReceiveTimeout value on the Binding. The time allotted to this ope ...</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketOperationTimedOut">
            <summary>The '{0}' operation timed out after '{1}'. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketTransportPolicyAssertionInvalid">
            <summary>The name of the policy being imported for contract '{0}:{1}' is invalid:'{2}'. It should be either '{3}', '{4}' or '{5}'.</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketVersionMismatchFromServer">
            <summary>The server didn't accept the connection request. It is possible that the WebSocket protocol version on your client doesn't match the one on the server('{0}').</summary>
        </member>
        <member name="P:SRServiceModel.WebSocketSubProtocolMismatchFromServer">
            <summary>The server didn't accept the connection request. It is possible that the WebSocket subprotocol sent by your client is not supported by the server. Protocol(s) supported by the server are '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.CopyHttpHeaderFailed">
            <summary>Failed to copy the HTTP header '{0}' with value '{1}' to '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.XmlInvalidConversion">
            <summary>The value '{0}' cannot be parsed as the type '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.XmlInvalidStream">
            <summary>Stream returned by OperationStreamProvider cannot be null.</summary>
        </member>
        <member name="P:SRServiceModel.LockTimeoutExceptionMessage">
            <summary>Cannot claim lock within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidEnumArgument">
            <summary>The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.InvalidTypedProxyMethodHandle">
            <summary>The specified method handle is incorrect for the proxy of type '{0}'</summary>
        </member>
        <member name="P:SRServiceModel.FailedToCreateTypedProxy">
            <summary>Failed to create a typed proxy for type '{0}'</summary>
        </member>
        <member name="P:SRServiceModel.SecurityTokenRequirementDoesNotContainProperty">
            <summary>The token requirement does not contain a property '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.SecurityTokenRequirementHasInvalidTypeForProperty">
            <summary>The token requirement has an unexpected type '{1}' for property '{0}'. The expected property type is '{2}'.</summary>
        </member>
        <member name="P:SRServiceModel.TokenCancellationNotSupported">
            <summary>The token provider '{0}' does not support token cancellation.</summary>
        </member>
        <member name="P:SRServiceModel.TokenProviderUnableToGetToken">
            <summary>The token provider '{0}' was unable to provide a security token.</summary>
        </member>
        <member name="P:SRServiceModel.TokenProviderUnableToRenewToken">
            <summary>The token provider '{0}' was unable to renew the security token.</summary>
        </member>
        <member name="P:SRServiceModel.TokenRenewalNotSupported">
            <summary>The token provider '{0}' does not support token renewal.</summary>
        </member>
        <member name="P:SRServiceModel.UserNameCannotBeEmpty">
            <summary>The username cannot be empty.</summary>
        </member>
        <member name="P:SRServiceModel.ActivityBoundary">
            <summary>ActivityBoundary</summary>
        </member>
        <member name="P:SRServiceModel.StringNullOrEmpty">
            <summary>StringNullOrEmpty</summary>
        </member>
        <member name="P:SRServiceModel.GenericCallbackException">
            <summary>GenericCallbackException</summary>
        </member>
        <member name="P:SRServiceModel.ArgumentCannotBeEmptyString">
            <summary>The argument must be a non-empty string.</summary>
        </member>
        <member name="P:SRServiceModel.KeyIdentifierClauseDoesNotSupportKeyCreation">
            <summary>This SecurityKeyIdentifierClause does not support key creation.</summary>
        </member>
        <member name="P:SRServiceModel.SymmetricKeyLengthTooShort">
            <summary>The length of the symmetric key specified is too short ({0} bytes).</summary>
        </member>
        <member name="P:SRServiceModel.KeyIdentifierCannotCreateKey">
            <summary>This SecurityKeyIdentifier does not have any clause that can create a key.</summary>
        </member>
        <member name="P:SRServiceModel.NoKeyIdentifierClauseFound">
            <summary>No clause of type '{0}' was found in the SecurityKeyIdentifier.</summary>
        </member>
        <member name="P:SRServiceModel.LocalIdCannotBeEmpty">
            <summary>The localId cannot be empty. Specify a valid 'localId'.</summary>
        </member>
        <member name="P:SRServiceModel.UnableToResolveKeyReference">
            <summary>The token resolver is unable to resolve the security key reference '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.CannotValidateSecurityTokenType">
            <summary>The security token authenticator '{0}' cannot validate a token of type '{1}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnableToResolveTokenReference">
            <summary>The token resolver is unable to resolve the token reference '{0}'.</summary>
        </member>
        <member name="P:SRServiceModel.UnauthorizedAccess_MemStreamBuffer">
            <summary>MemoryStream's internal buffer cannot be accessed.</summary>
        </member>
        <member name="P:SRServiceModel.ConfigurationFilesNotSupported">
            <summary>Configuration files are not supported.</summary>
        </member>
        <member name="P:SRServiceModel.X509ChainBuildFail">
            <summary>The X.509 certificate {0} chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. {1}</summary>
        </member>
        <member name="P:SRServiceModel.ImpersonationLevelNotSupported">
            <summary>The authentication modes using Kerberos do not support the impersonation level '{0}'. Specify identification or impersonation.</summary>
        </member>
        <member name="P:SRServiceModel.ProvidedNetworkCredentialsForKerberosHasInvalidUserName">
            <summary>The NetworkCredentials provided for the Kerberos Token does not have a valid UserName.</summary>
        </member>
        <member name="P:SR_IdentityModel.ValueMustBeNonNegative">
            <summary>The value of this argument must be non-negative.</summary>
        </member>
        <member name="P:SR_IdentityModel.ValueMustBeInRange">
            <summary>The value of this argument must fall within the range {0} to {1}.</summary>
        </member>
        <member name="P:SR_IdentityModel.ValueMustBeGreaterThanZero">
            <summary>The value of this argument must be greater than 0.</summary>
        </member>
        <member name="P:SR_IdentityModel.LengthMustBeGreaterThanZero">
            <summary>The length of this argument must be greater than 0.</summary>
        </member>
        <member name="P:SR_IdentityModel.ArgumentCannotBeEmptyString">
            <summary>The argument must be a non-empty string.</summary>
        </member>
        <member name="P:SR_IdentityModel.RequiredAttributeMissing">
            <summary>Attribute '{0}' is required on element '{1}'.</summary>
        </member>
        <member name="P:SR_IdentityModel.SecurityTokenRequirementDoesNotContainProperty">
            <summary>The token requirement does not contain a property '{0}'.</summary>
        </member>
        <member name="P:SR_IdentityModel.SecurityTokenRequirementHasInvalidTypeForProperty">
            <summary>The token requirement has an unexpected type '{1}' for property '{0}'. The expected property type is '{2}'.</summary>
        </member>
        <member name="P:SR_IdentityModel.UnableToResolveKeyReference">
            <summary>The token resolver is unable to resolve the security key reference '{0}'.</summary>
        </member>
        <member name="P:SR_IdentityModel.UnableToResolveTokenReference">
            <summary>The token resolver is unable to resolve the token reference '{0}'.</summary>
        </member>
        <member name="P:SR_IdentityModel.XmlBufferQuotaExceeded">
            <summary>The size necessary to buffer the XML content exceeded the buffer quota.</summary>
        </member>
        <member name="P:SR_IdentityModel.XmlLangAttributeMissing">
            <summary>The required xml:lang attribute is missing.</summary>
        </member>
        <member name="P:SR_IdentityModel.InvalidXmlQualifiedName">
            <summary>An Xml qualified name was expected. '{0}' was found.</summary>
        </member>
        <member name="P:SR_IdentityModel.UnboundPrefixInQName">
            <summary>An unbound prefix is used in the '{0}' qualified name.</summary>
        </member>
        <member name="P:SR_IdentityModel.ExpectedElementMissing">
            <summary>The expected '{0}' element with the '{1}' namespace is missing.</summary>
        </member>
        <member name="P:SR_IdentityModel.UnexpectedXmlChildNode">
            <summary>XML child node {0} of type {1} is unexpected for element {2}.</summary>
        </member>
        <member name="P:SR_IdentityModel.TokenCancellationNotSupported">
            <summary>The token provider '{0}' does not support token cancellation.</summary>
        </member>
        <member name="P:SR_IdentityModel.TokenRenewalNotSupported">
            <summary>The token provider '{0}' does not support token renewal.</summary>
        </member>
        <member name="P:SR_IdentityModel.TokenProviderUnableToGetToken">
            <summary>The token provider '{0}' was unable to provide a security token.</summary>
        </member>
        <member name="P:SR_IdentityModel.TokenProviderUnableToRenewToken">
            <summary>The token provider '{0}' was unable to renew the security token.</summary>
        </member>
        <member name="P:SR_IdentityModel.CannotValidateSecurityTokenType">
            <summary>The security token authenticator '{0}' cannot validate a token of type '{1}'.</summary>
        </member>
        <member name="P:SR_IdentityModel.UserNameCannotBeEmpty">
            <summary>The username cannot be empty.</summary>
        </member>
        <member name="P:SR_IdentityModel.LocalIdCannotBeEmpty">
            <summary>The localId cannot be empty. Specify a valid 'localId'.</summary>
        </member>
        <member name="P:SR_IdentityModel.ProvidedNetworkCredentialsForKerberosHasInvalidUserName">
            <summary>The NetworkCredentials provided for the Kerberos Token does not have a valid UserName.</summary>
        </member>
        <member name="P:SR_IdentityModel.ObjectIsReadOnly">
            <summary>The object is read-only.</summary>
        </member>
        <member name="P:SR_IdentityModel.UnsupportedKeyDerivationAlgorithm">
            <summary>The '{0}' key derivation algorithm is not supported.</summary>
        </member>
        <member name="P:SR_IdentityModel.KeyIdentifierCannotCreateKey">
            <summary>This SecurityKeyIdentifier does not have any clause that can create a key.</summary>
        </member>
        <member name="P:SR_IdentityModel.KeyIdentifierClauseDoesNotSupportKeyCreation">
            <summary>This SecurityKeyIdentifierClause does not support key creation.</summary>
        </member>
        <member name="P:SR_IdentityModel.TokenDoesNotSupportKeyIdentifierClauseCreation">
            <summary>'{0}' does not support '{1}' creation.</summary>
        </member>
        <member name="P:SR_IdentityModel.NoKeyIdentifierClauseFound">
            <summary>No clause of type '{0}' was found in the SecurityKeyIdentifier.</summary>
        </member>
        <member name="P:SR_IdentityModel.CannotFindCert">
            <summary>Unable to find X.509 certificate using search criteria StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}'.</summary>
        </member>
        <member name="P:SR_IdentityModel.FoundMultipleCerts">
            <summary>Found multiple X.509 certificates using the following search criteria: StoreName '{0}', StoreLocation '{1}', FindType '{2}', FindValue '{3}'.  Provide a more specific find value.</summary>
        </member>
        <member name="P:SR_IdentityModel.InvalidAsyncResult">
            <summary>Invalid AsyncResult.</summary>
        </member>
        <member name="P:SR_IdentityModel.UnableToCreateTokenReference">
            <summary>Unable to create a security token reference.</summary>
        </member>
        <member name="P:SR_IdentityModel.BadEncryptionState">
            <summary>The EncryptedData or EncryptedKey is in an invalid state for this operation.</summary>
        </member>
        <member name="P:SR_IdentityModel.XmlBufferInInvalidState">
            <summary>An internal error has occurred. The XML buffer is not in the correct state to perform the operation.</summary>
        </member>
        <member name="P:SR_IdentityModel.ReferenceListCannotBeEmpty">
            <summary>The ReferenceList element must have at least one DataReference or KeyReference.</summary>
        </member>
        <member name="P:SR_IdentityModel.InvalidDataReferenceInReferenceList">
            <summary>The data reference '{0}' in encryption reference list is not valid.</summary>
        </member>
        <member name="P:SR_IdentityModel.InvalidX509RawData">
            <summary>Invalid binary representation of an X.509 certificate.</summary>
        </member>
        <member name="P:SR_IdentityModel.CannotReadKeyIdentifierClause">
            <summary>Cannot read KeyIdentifierClause from element '{0}' with namespace '{1}'.  Custom KeyIdentifierClauses require custom SecurityTokenSerializers, please refer to the SDK for examples.</summary>
        </member>
        <member name="P:SR_IdentityModel.StandardsManagerCannotWriteObject">
            <summary>The token Serializer cannot serialize '{0}'.  If this is a custom type you must supply a custom serializer.</summary>
        </member>
        <member name="P:SR_IdentityModel.UnknownEncodingInKeyIdentifier">
            <summary>Unrecognized encoding while reading key identifier.</summary>
        </member>
        <member name="P:SR_IdentityModel.MultipleSamlAuthorityBindingsInReference">
            <summary>The SecurityTokenReference to the SAML assertion contains multiple AuthorityBinding elements.</summary>
        </member>
        <member name="P:SR_IdentityModel.MultipleKeyIdentifiersInReference">
            <summary>The SecurityTokenReference contains multiple KeyIdentifier elements.</summary>
        </member>
        <member name="P:SR_IdentityModel.DidNotFindKeyIdentifierInReference">
            <summary>The SecurityTokenReference does not contain a KeyIdentifier.</summary>
        </member>
        <member name="P:SR_IdentityModel.BufferQuotaExceededReadingBase64">
            <summary>Unable to finish reading Base64 data as the given buffer quota has been exceeded. Buffer quota: {0}. Consider increasing the MaxReceivedMessageSize quota on the TransportBindingElement. Please note that a very high value for MaxReceivedMessageSize will res ...</summary>
        </member>
        <member name="P:SR_IdentityModel.CannotReadToken">
            <summary>Cannot read the token from the '{0}' element with the '{1}' namespace for BinarySecretSecurityToken, with a '{2}' ValueType. If this element is expected to be valid, ensure that security is configured to consume tokens with the name, namespace and value ty ...</summary>
        </member>
        <member name="P:SR_IdentityModel.ErrorDeserializingKeyIdentifierClause">
            <summary>There was an error deserializing the security key identifier clause XML. Please see the inner exception for more details.</summary>
        </member>
        <member name="P:SR_IdentityModel.ErrorSerializingKeyIdentifier">
            <summary>There was an error serializing the security key identifier. Please see the inner exception for more details.</summary>
        </member>
        <member name="P:SR_IdentityModel.ErrorSerializingKeyIdentifierClause">
            <summary>There was an error serializing the security key identifier clause. Please see the inner exception for more details.</summary>
        </member>
        <member name="P:SR_IdentityModel.NoKeyInfoClausesToWrite">
            <summary>The SecurityKeyIdentifier has no key identifier clauses to write.</summary>
        </member>
        <member name="P:SR_IdentityModel.XDCannotFindValueInDictionaryString">
            <summary>The '{0}' value is not found in the dictionary string.</summary>
        </member>
        <member name="P:SR_IdentityModel.X509ChainBuildFail">
            <summary>The X.509 certificate {0} chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. {1}</summary>
        </member>
        <member name="P:SR_IdentityModel.ImpersonationLevelNotSupported">
            <summary>The athentication modes using Kerberos do not support the impersonation level '{0}'. Specify identification or impersonation.</summary>
        </member>
        <member name="P:SR_IdentityModel.SamlSerializerRequiresExternalSerializers">
            <summary>The SamlSerializer requires a SecurityTokenSerializer to serialize the SecurityKeyIdentifier present in the token.</summary>
        </member>
        <member name="P:SR_IdentityModel.SamlSerializerUnableToWriteSecurityKeyIdentifier">
            <summary>The SamlSerializer does not contain a SecurityTokenSerializer capable of serializing the given SecurityKeyIdentifier '{0}'.  If you are using a custom SecurityKeyIdentifier, you must provide a custom SecurityTokenSerializer.</summary>
        </member>
        <member name="P:SR_IdentityModel.SamlSerializerUnableToReadSecurityKeyIdentifier">
            <summary>The SamlSerializer does not contain a SecurityTokenSerializer capable of reading the SecurityKeyIdentifier.  If you are using a custom SecurityKeyIdentifier, you must provide a custom SecurityTokenSerializer.</summary>
        </member>
        <member name="P:SR_IdentityModel.SamlAssertionMissingSigningCredentials">
            <summary>SigningCredentials have not been set on the SamlAssertion. SamlAssertions must be signed, please set a valid SigningCredentials on the SamlAssertion to proceed.</summary>
        </member>
        <member name="P:SR_IdentityModel.SamlTokenMissingSignature">
            <summary>The SamlAssertion is not signed. SamlAssertions can be signed by setting the SigningCredentials.</summary>
        </member>
        <member name="P:SR_IdentityModel.SamlSigningTokenNotFound">
            <summary>The SamlAssertion is signed but the tolen that signed the SamlAssertion cannot be found. Ensure that the SecurityTokenResolver contains the token that signed the SamlAssertion.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLAssertionIDIsInvalid">
            <summary>The 'assertionId' '{0}' for a SamlAssertion must start with a letter or '_'.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLAssertionIdRequired">
            <summary>The 'assertionId' for a SamlAssertion can not be null or empty.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLAssertionMissingMajorVersionAttributeOnRead">
            <summary>The MajorVersion for the SamAssertion being read is missing or is of length 0.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLAssertionMissingMinorVersionAttributeOnRead">
            <summary>TheMinorVersion for the SamlAssertion being read is missing or is of length 0.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLAssertionIssuerRequired">
            <summary>The 'Issuer' specified for a SamlAssertion cannot be null or empty.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLAssertionMissingIssuerAttributeOnRead">
            <summary>The 'Issuer' for the SamlAssertion being read is missing or is of length 0.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLAssertionRequireOneStatement">
            <summary>A SamlAssertion requires at least one statement.  Ensure that you have added at least one SamlStatement to the SamlAssertion you are creating.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLAssertionRequireOneStatementOnRead">
            <summary>The SamlAssertion being read did not contain any SamlStatement.  A SamlAssertion must contain at least one SamlStatement.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLElementNotRecognized">
            <summary>The {0} element is not supported.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLEntityCannotBeNullOrEmpty">
            <summary>The SamlAssertion entity {0} cannot be null or empty.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLTokenNotSerialized">
            <summary>The SamlAssertion could not be serialized to XML. Please see inner exception for details.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLTokenVersionNotSupported">
            <summary>The major version {0} and minor version {1} are not supported.  Versions supported are: Major {2} and Minor {3}.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLSignatureAlreadyRead">
            <summary>The signature is already read in the SamlAssertion.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLUnableToLoadUnknownElement">
            <summary>The selected SamlSerializer is unable to deserialize this element {0}. Please register a custom SamlSerializer to deserialize custom elements.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLUnableToResolveSignatureKey">
            <summary>Unable to resolve SecurityKeyIdentifier found in the SamlAssertion signature. The SamlAssertion signature can not be validated for the Issuer {0}.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLUnableToLoadAssertion">
            <summary>The &lt;saml:assertion&gt; element failed to load.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLUnableToLoadCondtion">
            <summary>The &lt;saml:conditions&gt; element failed to load.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLUnableToLoadCondtions">
            <summary>The &lt;saml:conditions&gt; element failed to load.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLUnableToLoadAdvice">
            <summary>Failed to load the &lt;saml:advice&gt; element.</summary>
        </member>
        <member name="P:SR_IdentityModel.SAMLUnableToLoadStatement">
            <summary>Failed to load a SamlStatement.</summary>
        </member>
        <member name="P:SR_IdentityModel.SymmetricKeyLengthTooShort">
            <summary>The length of the symmetric key specified is too short ({0} bytes).</summary>
        </member>
        <member name="P:SR_IdentityModel.ID0023">
            <summary>ID0023: Failed to create an instance of '{0}' from configuration. A custom configuration element was specified, but the method LoadCustomConfiguration was not implemented. Override LoadCustomConfiguration to handle custom configuration loading.</summary>
        </member>
        <member name="P:SR_IdentityModel.ID4140">
            <summary>ID4140: This Assertion cannot be re-emitted as raw XML. This may be because it was not read from XML in the first place, or because Assertion was changed after it was read, as indicated by a changed Id property.</summary>
        </member>
        <member name="P:SR_IdentityModel.KeyLengthMustBeMultipleOfEight">
            <summary>Key length '{0}' is not a multiple of 8 for symmetric keys.</summary>
        </member>
    </members>
</doc>
