<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Copilot.Testing.Utils</name>
    </assembly>
    <members>
        <member name="T:System.Runtime.CompilerServices.CallerArgumentExpressionAttribute">
            <summary>
            Indicates that a parameter captures the expression passed for another parameter as a string.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.CallerArgumentExpressionAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallerArgumentExpressionAttribute" /> class.
            </summary>
        </member>
        <member name="P:System.Runtime.CompilerServices.CallerArgumentExpressionAttribute.ParameterName">
            <summary>
            Gets the name of the parameter whose expression should be captured as a string.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.CollectionBuilderAttribute.#ctor(System.Type,System.String)">
            <summary>Initialize the attribute to refer to the <paramref name="methodName" /> method on the <paramref name="builderType" /> type.</summary>
        </member>
        <member name="P:System.Runtime.CompilerServices.CollectionBuilderAttribute.BuilderType">
            <summary>Gets the type of the builder to use to construct the collection.</summary>
        </member>
        <member name="P:System.Runtime.CompilerServices.CollectionBuilderAttribute.MethodName">
            <summary>Gets the name of the method on the builder to use to construct the collection.</summary>
        </member>
        <member name="T:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute">
            <summary>
            Indicates that compiler support for a particular feature is required for the location where this attribute is applied.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.#ctor(System.String)">
            <summary>
            Initialize a new instance of <see cref="T:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute" />
            </summary>
        </member>
        <member name="P:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.FeatureName">
            <summary>
            The name of the compiler feature.
            </summary>
        </member>
        <member name="P:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.IsOptional">
            <summary>
            If true, the compiler can choose to allow access to the location where this attribute is applied if it does not understand <see cref="P:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.FeatureName" />.
            </summary>
        </member>
        <member name="F:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.RefStructs">
            <summary>
            The <see cref="P:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.FeatureName" /> used for the ref structs C# feature.
            </summary>
        </member>
        <member name="F:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.RequiredMembers">
            <summary>
            The <see cref="P:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute.FeatureName" /> used for the required members C# feature.
            </summary>
        </member>
        <member name="T:System.Runtime.CompilerServices.DisableRuntimeMarshallingAttribute">
            <summary>
            Disables the built-in runtime managed/unmanaged marshalling subsystem for
            P/Invokes, Delegate types, and unmanaged function pointer invocations.
            </summary>
        </member>
        <member name="T:System.Runtime.CompilerServices.IsExternalInit">
            <summary>
            Reserved to be used by the compiler for tracking metadata. This class should not be used by developers in source code.
            </summary>
        </member>
        <member name="T:System.Runtime.CompilerServices.ModuleInitializerAttribute">
            <summary>
            Used to indicate to the compiler that a method should be called
            in its containing module's initializer.
            </summary>
        </member>
        <member name="T:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute">
            <summary>
            Specifies the priority of a member in overload resolution. When unspecified, the default priority is 0.
            </summary>
        </member>
        <member name="M:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute" /> class.
            </summary>
        </member>
        <member name="P:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute.Priority">
            <summary>
            The priority of the member.
            </summary>
        </member>
        <member name="T:System.Runtime.CompilerServices.ParamCollectionAttribute">
            <summary>
            Indicates that a method allows a variable number of arguments in its invocation.
            </summary>
        </member>
        <member name="T:System.Runtime.CompilerServices.RequiredMemberAttribute">
            <summary>
            Specifies that a type has required members or that a member is required.
            </summary>
        </member>
        <member name="T:System.Runtime.CompilerServices.SkipLocalsInitAttribute">
            <summary>
            Used to indicate to the compiler that the <c>.locals init</c>
            flag should not be set in method headers.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.OSPlatformAttribute">
            <summary>
            Base type for all platform-specific API attributes.
            </summary>
        </member>
        <member name="M:System.Runtime.Versioning.OSPlatformAttribute.#ctor(System.String)">
            <summary>
            Base type for all platform-specific API attributes.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.ObsoletedOSPlatformAttribute">
            <summary>
            Marks APIs that were obsoleted in a given operating system version.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.SupportedOSPlatformAttribute">
            <summary>
            Records the operating system (and minimum version) that supports an API. Multiple attributes can be
            applied to indicate support on multiple operating systems.
            </summary>
        </member>
        <member name="M:System.Runtime.Versioning.SupportedOSPlatformAttribute.#ctor(System.String)">
            <summary>
            Records the operating system (and minimum version) that supports an API. Multiple attributes can be
            applied to indicate support on multiple operating systems.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.SupportedOSPlatformGuardAttribute">
            <summary>
            Annotates a custom guard field, property or method with a supported platform name and optional version.
            Multiple attributes can be applied to indicate guard for multiple supported platforms.
            </summary>
        </member>
        <member name="M:System.Runtime.Versioning.SupportedOSPlatformGuardAttribute.#ctor(System.String)">
            <summary>
            Annotates a custom guard field, property or method with a supported platform name and optional version.
            Multiple attributes can be applied to indicate guard for multiple supported platforms.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.TargetPlatformAttribute">
            <summary>
            Records the platform that the project targeted.
            </summary>
        </member>
        <member name="M:System.Runtime.Versioning.TargetPlatformAttribute.#ctor(System.String)">
            <summary>
            Records the platform that the project targeted.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.UnsupportedOSPlatformAttribute">
            <summary>
            Marks APIs that were removed in a given operating system version.
            </summary>
        </member>
        <member name="T:System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute">
            <summary>
            Annotates the custom guard field, property or method with an unsupported platform name and optional version.
            Multiple attributes can be applied to indicate guard for multiple unsupported platforms.
            </summary>
        </member>
        <member name="M:System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute.#ctor(System.String)">
            <summary>
            Annotates the custom guard field, property or method with an unsupported platform name and optional version.
            Multiple attributes can be applied to indicate guard for multiple unsupported platforms.
            </summary>
        </member>
        <member name="M:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute" /> class.
            </summary>
        </member>
        <member name="M:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute" /> class with the specified message.
            </summary>
        </member>
        <member name="P:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.Message">
            <summary>
            Returns the optional message associated with this attribute instance.
            </summary>
        </member>
        <member name="P:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.Url">
            <summary>
            Returns the optional URL associated with this attribute instance.
            </summary>
        </member>
        <member name="T:System.Runtime.InteropServices.SuppressGCTransitionAttribute">
            <summary>
            An attribute used to indicate a GC transition should be skipped when making an unmanaged function call.
            </summary>
        </member>
        <member name="T:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute">
            <summary>
            Any method marked with <see cref="T:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute" /> can be directly called from
            native code. The function token can be loaded to a local variable using the <see href="https://docs.microsoft.com/dotnet/csharp/language-reference/operators/pointer-related-operators#address-of-operator-">address-of</see> operator
            in C# and passed as a callback to a native method.
            </summary>
        </member>
        <member name="F:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.CallConvs">
            <summary>
            Optional. If omitted, the runtime will use the default platform calling convention.
            </summary>
        </member>
        <member name="F:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute.EntryPoint">
            <summary>
            Optional. If omitted, no named export is emitted during compilation.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute">
            <summary>
            Indicates that the specified method parameter expects a constant.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute.Min">
            <summary>
            Indicates the minimum bound of the expected constant, inclusive.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute.Max">
            <summary>
            Indicates the maximum bound of the expected constant, inclusive.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.ExperimentalAttribute">
            <summary>
            Indicates that a parameter captures the expression passed for another parameter as a string.
            </summary>
            <summary>
             Indicates that an API is experimental and it may change in the future.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.ExperimentalAttribute.#ctor(System.String)">
            <summary>
             Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.ExperimentalAttribute" /> class, specifying the ID that the compiler will use
             when reporting a use of the API the attribute applies to.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.ExperimentalAttribute.DiagnosticId">
            <summary>
             Gets the ID that the compiler will use when reporting a use of the API the attribute applies to.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.ExperimentalAttribute.UrlFormat">
            <summary>
             Gets or sets the URL for corresponding documentation.
             The API accepts a format string instead of an actual URL, creating a generic URL that includes the diagnostic ID.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.FeatureGuardAttribute">
            <summary>
            Indicates that the specified public static boolean get-only property
            guards access to the specified feature.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.FeatureGuardAttribute.#ctor(System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.FeatureGuardAttribute" /> class
            with the specified feature type.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.FeatureGuardAttribute.FeatureType">
            <summary>
            The type that represents the feature guarded by the property.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute">
            <summary>
            [AttributeUsage(AttributeTargets.Property, Inherited = false)]
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute" /> class
            with the specified feature switch name.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute.SwitchName">
            <summary>
            The name of the feature switch that provides the value for the specified property.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute">
            <summary>
              Specifies that <see langword="null" /> is allowed as an input even if the
              corresponding type disallows it.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute">
            <summary>
              Specifies that <see langword="null" /> is disallowed as an input even if the
              corresponding type allows it.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute">
            <summary>
              Specifies that a method that will never return under any circumstance.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute">
            <summary>
              Specifies that the method will not return if the associated <see cref="T:System.Boolean" />
              parameter is passed the specified value.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.ParameterValue">
            <summary>
              Gets the condition parameter value.
              Code after the method is considered unreachable by diagnostics if the argument
              to the associated parameter matches this value.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.#ctor(System.Boolean)">
            <summary>
              Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute" />
              class with the specified parameter value.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute">
            <summary>
              Specifies that an output may be <see langword="null" /> even if the
              corresponding type disallows it.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute">
            <summary>
              Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue" />,
              the parameter may be <see langword="null" /> even if the corresponding type disallows it.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue">
            <summary>
              Gets the return value condition.
              If the method returns this value, the associated parameter may be <see langword="null" />.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.#ctor(System.Boolean)">
            <summary>
               Initializes the attribute with the specified return value condition.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute">
            <summary>
              Specifies that the method or property will ensure that the listed field and property members have
              not-<see langword="null" /> values.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.Members">
            <summary>
              Gets field or property member names.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String)">
            <summary>
              Initializes the attribute with a field or property member.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String[])">
            <summary>
              Initializes the attribute with the list of field and property members.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute">
            <summary>
              Specifies that the method or property will ensure that the listed field and property members have
              non-<see langword="null" /> values when returning with the specified return value condition.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.ReturnValue">
            <summary>
              Gets the return value condition.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.Members">
            <summary>
              Gets field or property member names.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String)">
            <summary>
              Initializes the attribute with the specified return value condition and a field or property member.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String[])">
            <summary>
              Initializes the attribute with the specified return value condition and list
              of field and property members.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.NotNullAttribute">
            <summary>
              Specifies that an output is not <see langword="null" /> even if the
              corresponding type allows it.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.ParameterName">
            <summary>
              Gets the associated parameter name.
              The output will be non-<see langword="null" /> if the argument to the
              parameter specified is non-<see langword="null" />.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.#ctor(System.String)">
            <summary>
              Initializes the attribute with the associated parameter name.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute">
            <summary>
              Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue" />,
              the parameter will not be <see langword="null" /> even if the corresponding type allows it.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue">
            <summary>
              Gets the return value condition.
              If the method returns this value, the associated parameter will not be <see langword="null" />.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.#ctor(System.Boolean)">
            <summary>
              Initializes the attribute with the specified return value condition.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute">
            <summary>
            Specifies that this constructor sets all required members for the current type, and callers
            do not need to set any required members themselves.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute">
            <summary>Specifies the syntax used in a string.</summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.#ctor(System.String)">
            <summary>Initializes the <see cref="T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute" /> with the identifier of the syntax used.</summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.#ctor(System.String,System.Object[])">
            <summary>Initializes the <see cref="T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute" /> with the identifier of the syntax used.</summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Syntax">
            <summary>Gets the identifier of the syntax used.</summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Arguments">
            <summary>Optional arguments associated with the specific syntax employed.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.CompositeFormat">
            <summary>The syntax identifier for strings containing composite formats for string formatting.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.DateOnlyFormat">
            <summary>The syntax identifier for strings containing date format specifiers.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.DateTimeFormat">
            <summary>The syntax identifier for strings containing date and time format specifiers.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.EnumFormat">
            <summary>The syntax identifier for strings containing <see cref="T:System.Enum" /> format specifiers.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.GuidFormat">
            <summary>The syntax identifier for strings containing <see cref="T:System.Guid" /> format specifiers.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Json">
            <summary>The syntax identifier for strings containing JavaScript Object Notation (JSON).</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.NumericFormat">
            <summary>The syntax identifier for strings containing numeric format specifiers.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Regex">
            <summary>The syntax identifier for strings containing regular expressions.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.TimeOnlyFormat">
            <summary>The syntax identifier for strings containing time format specifiers.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.TimeSpanFormat">
            <summary>The syntax identifier for strings containing <see cref="T:System.TimeSpan" /> format specifiers.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Uri">
            <summary>The syntax identifier for strings containing URIs.</summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute.Xml">
            <summary>The syntax identifier for strings containing XML.</summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute">
            <summary>
            States a dependency that one member has on another.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class
            with the specified signature of a member on the same type as the consumer.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.String,System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class
            with the specified signature of a member on a <see cref="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.Type" />.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class
            with the specified signature of a member on a type in an assembly.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class
            with the specified types of members on a <see cref="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.Type" />.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute" /> class
            with the specified types of members on a type in an assembly.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.MemberSignature">
            <summary>
            Gets the signature of the member depended on.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.MemberTypes">
            <summary>
            Gets the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes" /> which specifies the type
            of members depended on.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.Type">
            <summary>
            Gets the <see cref="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.Type" /> containing the specified member.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.TypeName">
            <summary>
            Gets the full name of the type containing the specified member.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.AssemblyName">
            <summary>
            Gets the assembly name of the specified type.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute.Condition">
            <summary>
            Gets or sets the condition in which the dependency is applicable, e.g. "DEBUG".
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes">
             <summary>
             Specifies the types of members that are dynamically accessed.
            
             This enumeration has a <see cref="T:System.FlagsAttribute" /> attribute that allows a
             bitwise combination of its member values.
             </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.None">
            <summary>
            Specifies no members.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor">
            <summary>
            Specifies the default, parameterless public constructor.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors">
            <summary>
            Specifies all public constructors.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors">
            <summary>
            Specifies all non-public constructors.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods">
            <summary>
            Specifies all public methods.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods">
            <summary>
            Specifies all non-public methods.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields">
            <summary>
            Specifies all public fields.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields">
            <summary>
            Specifies all non-public fields.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes">
            <summary>
            Specifies all public nested types.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes">
            <summary>
            Specifies all non-public nested types.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties">
            <summary>
            Specifies all public properties.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties">
            <summary>
            Specifies all non-public properties.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents">
            <summary>
            Specifies all public events.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents">
            <summary>
            Specifies all non-public events.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces">
            <summary>
            Specifies all interfaces implemented by the type.
            </summary>
        </member>
        <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All">
            <summary>
            Specifies all members.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute">
            <summary>
            Indicates that certain members on a specified <see cref="T:System.Type" /> are accessed dynamically,
            for example through <see cref="N:System.Reflection" />.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute" /> class
            with the specified member types.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.MemberTypes">
            <summary>
            Gets the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes" /> which specifies the type
            of members dynamically accessed.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute">
            <summary>
            Indicates that the specified method requires the ability to generate new code at runtime,
            for example through <see cref="N:System.Reflection" />.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute" /> class
            with the specified message.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute.ExcludeStatics">
            <summary>
            When set to true, indicates that the annotation should not apply to static members.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute.Message">
            <summary>
            Gets a message that contains information about the usage of dynamic code.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute.Url">
            <summary>
            Gets or sets an optional URL that contains more information about the method,
            why it requires dynamic code, and what options a consumer has to deal with it.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute">
            <summary>
            Indicates that the specified method requires dynamic access to code that is not referenced
            statically, for example through <see cref="N:System.Reflection" />.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute" /> class with the specified message.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.ExcludeStatics">
            <summary>
            When set to true, indicates that the annotation should not apply to static members.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.Message">
            <summary>
            Gets a message that contains information about the usage of unreferenced code.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.Url">
            <summary>
            Gets or sets an optional URL that contains more information about the method,
            why it requires unreferenced code, and what options a consumer has to deal with it.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
            <summary>
            Suppresses reporting of a specific rule violation, allowing multiple suppressions on a
            single code artifact.
            </summary>
        </member>
        <member name="M:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute" />
            class, specifying the category of the tool and the identifier for an analysis rule.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category">
            <summary>
            Gets the category identifying the classification of the attribute.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.CheckId">
            <summary>
            Gets the identifier of the analysis tool rule to be suppressed.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Scope">
            <summary>
            Gets or sets the scope of the code that is relevant for the attribute.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Target">
            <summary>
            Gets or sets a fully qualified path that represents the target of the attribute.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.MessageId">
            <summary>
            Gets or sets an optional argument expanding on exclusion criteria.
            </summary>
        </member>
        <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Justification">
            <summary>
            Gets or sets the justification for suppressing the code analysis message.
            </summary>
        </member>
        <member name="T:System.Diagnostics.CodeAnalysis.UnscopedRefAttribute">
            <summary>
            Used to indicate a byref escapes and is not scoped.
            </summary>
        </member>
        <member name="T:System.Diagnostics.DebuggerDisableUserUnhandledExceptionsAttribute">
            <summary>
            If a .NET Debugger is attached that supports the Debugger.BreakForUserUnhandledException(System.Exception) API, the debugger won't break on user-unhandled exceptions when the exception is caught by a method with this attribute, unless Debugger.BreakForUserUnhandledException(System.Exception) is called.
            </summary>
        </member>
        <member name="T:System.Diagnostics.StackTraceHiddenAttribute">
            <summary>
            Types and Methods attributed with StackTraceHidden will be omitted from the stack trace text shown in StackTrace.ToString()
            and Exception.StackTrace
            </summary>
        </member>
        <member name="T:System.Diagnostics.UnreachableException">
            <summary>
            Exception thrown when the program executes an instruction that was thought to be unreachable.
            </summary>
            <seealso href="https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.unreachableexception" />
            <seealso href="https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/Diagnostics/UnreachableException.cs" />
        </member>
        <member name="M:System.Diagnostics.UnreachableException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.UnreachableException" /> class with the default error message.
            </summary>
        </member>
        <member name="M:System.Diagnostics.UnreachableException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.UnreachableException" />
            class with a specified error message.
            </summary>
        </member>
        <member name="M:System.Diagnostics.UnreachableException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:System.Diagnostics.UnreachableException" />
            class with a specified error message and a reference to the inner exception that is the cause of
            this exception.
            </summary>
        </member>
        <member name="T:System.Index">
            <summary>Represent a type can be used to index a collection either from the start or the end.</summary>
        </member>
        <member name="M:System.Index.#ctor(System.Int32,System.Boolean)">
            <summary>Construct an Index using a value and indicating if the index is from the start or from the end.</summary>
        </member>
        <member name="P:System.Index.Start">
            <summary>Create an Index pointing at first element.</summary>
        </member>
        <member name="P:System.Index.End">
            <summary>Create an Index pointing at beyond last element.</summary>
        </member>
        <member name="M:System.Index.FromStart(System.Int32)">
            <summary>Create an Index from the start at the position indicated by the value.</summary>
        </member>
        <member name="M:System.Index.FromEnd(System.Int32)">
            <summary>Create an Index from the end at the position indicated by the value.</summary>
        </member>
        <member name="P:System.Index.Value">
            <summary>Returns the index value.</summary>
        </member>
        <member name="P:System.Index.IsFromEnd">
            <summary>Indicates whether the index is from the start or the end.</summary>
        </member>
        <member name="M:System.Index.GetOffset(System.Int32)">
            <summary>Calculate the offset from the start using the giving collection length.</summary>
        </member>
        <member name="M:System.Index.Equals(System.Object)">
            <summary>Indicates whether the current Index object is equal to another object of the same type.</summary>
        </member>
        <member name="M:System.Index.Equals(System.Index)">
            <summary>Indicates whether the current Index object is equal to another Index object.</summary>
        </member>
        <member name="M:System.Index.GetHashCode">
            <summary>Returns the hash code for this instance.</summary>
        </member>
        <member name="M:System.Index.op_Implicit(System.Int32)~System.Index">
            <summary>Converts integer number to an Index.</summary>
        </member>
        <member name="M:System.Index.ToString">
            <summary>Converts the value of the current Index object to its equivalent string representation.</summary>
        </member>
        <member name="T:System.Range">
            <summary>Represent a range has start and end indexes.</summary>
        </member>
        <member name="M:System.Range.#ctor(System.Index,System.Index)">
            <summary>Represent a range has start and end indexes.</summary>
        </member>
        <member name="M:System.Range.ToString">
            <summary>Converts the value of the current Range object to its equivalent string representation.</summary>
        </member>
        <member name="M:System.Range.StartAt(System.Index)">
            <summary>Create a Range object starting from start index to the end of the collection.</summary>
        </member>
        <member name="M:System.Range.EndAt(System.Index)">
            <summary>Create a Range object starting from first element in the collection to the end Index.</summary>
        </member>
        <member name="P:System.Range.All">
            <summary>Create a Range object starting from first element to the end.</summary>
        </member>
        <member name="M:System.Range.GetOffsetAndLength(System.Int32)">
            <summary>Calculate the start offset and length of range object using a collection length.</summary>
        </member>
        <member name="M:System.Collections.Generic.KeyValuePair.Create``2(``0,``1)">
            <summary>
            Creates a new key/value pair instance using provided values.
            </summary>
        </member>
        <member name="T:System.Threading.Lock">
            <summary>
            Provides a way to get mutual exclusion in regions of code between different threads. A lock may be held by one thread at
            a time.
            </summary>
        </member>
        <member name="M:System.Threading.Lock.Enter">
            <summary>
            Enters the lock. Once the method returns, the calling thread would be the only thread that holds the lock.
            </summary>
        </member>
        <member name="M:System.Threading.Lock.TryEnter">
            <summary>
            Tries to enter the lock without waiting. If the lock is entered, the calling thread would be the only thread that
            holds the lock.
            </summary>
        </member>
        <member name="M:System.Threading.Lock.TryEnter(System.TimeSpan)">
            <summary>
            Tries to enter the lock, waiting for roughly the specified duration. If the lock is entered, the calling thread
            would be the only thread that holds the lock.
            </summary>
        </member>
        <member name="M:System.Threading.Lock.TryEnter(System.Int32)">
            <summary>
            Tries to enter the lock, waiting for roughly the specified duration. If the lock is entered, the calling thread
            would be the only thread that holds the lock.
            </summary>
        </member>
        <member name="M:System.Threading.Lock.Exit">
            <summary>
            Exits the lock.
            </summary>
        </member>
        <member name="M:System.Threading.Lock.EnterScope">
            <summary>
            Enters the lock and returns a <see cref="T:System.Threading.Lock.Scope" /> that may be disposed to exit the lock. Once the method returns,
            the calling thread would be the only thread that holds the lock. This method is intended to be used along with a
            language construct that would automatically dispose the <see cref="T:System.Threading.Lock.Scope" />, such as with the C# <code>using</code>
            statement.
            </summary>
        </member>
        <member name="T:System.Threading.Lock.Scope">
            <summary>
            A disposable structure that is returned by <see cref="M:System.Threading.Lock.EnterScope" />, which when disposed, exits the lock.
            </summary>
        </member>
        <member name="M:System.Threading.Lock.Scope.#ctor(System.Threading.Lock)">
            <summary>
            A disposable structure that is returned by <see cref="M:System.Threading.Lock.EnterScope" />, which when disposed, exits the lock.
            </summary>
        </member>
        <member name="M:System.Threading.Lock.Scope.Dispose">
            <summary>
            Exits the lock.
            </summary>
        </member>
        <member name="T:System.Threading.Tasks.TaskCompletionSource">
            <summary>
            Represents the producer side of a <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> unbound to a
            delegate, providing access to the consumer side through the <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> property.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.#ctor">
            <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource" />.</summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.#ctor(System.Threading.Tasks.TaskCreationOptions)">
            <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource" /> with the specified options.</summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.#ctor(System.Object)">
            <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource" /> with the specified state.</summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.#ctor(System.Object,System.Threading.Tasks.TaskCreationOptions)">
            <summary>Creates a <see cref="T:System.Threading.Tasks.TaskCompletionSource" /> with the specified state and options.</summary>
        </member>
        <member name="P:System.Threading.Tasks.TaskCompletionSource.Task">
            <summary>
            Gets the <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> created
            by this <see cref="T:System.Threading.Tasks.TaskCompletionSource" />.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.SetException(System.Exception)">
            <summary>Transitions the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.SetException(System.Collections.Generic.IEnumerable{System.Exception})">
            <summary>Transitions the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.</summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetException(System.Exception)">
            <summary>
            Attempts to transition the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetException(System.Collections.Generic.IEnumerable{System.Exception})">
            <summary>
            Attempts to transition the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Faulted" /> state.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.SetResult">
            <summary>
            Transitions the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" /> state.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetResult">
            <summary>
            Attempts to transition the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion" /> state.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.SetCanceled">
            <summary>
            Transitions the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.SetCanceled(System.Threading.CancellationToken)">
            <summary>
            Transitions the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state
            using the specified token.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetCanceled">
            <summary>
            Attempts to transition the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state.
            </summary>
        </member>
        <member name="M:System.Threading.Tasks.TaskCompletionSource.TrySetCanceled(System.Threading.CancellationToken)">
            <summary>
            Attempts to transition the underlying <see cref="P:System.Threading.Tasks.TaskCompletionSource.Task" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state.
            </summary>
        </member>
        <member name="P:System.Text.RegularExpressions.RegexCache.MaxCacheSize">
            <summary>Gets or sets the maximum size of the cache.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.RegexCache.Key">
            <summary>Used as a key for <see cref="T:System.Text.RegularExpressions.RegexCache.Node" />.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.RegexCache.Node">
            <summary>Node for a cached Regex instance.</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.RegexCache.Node.#ctor(System.Text.RegularExpressions.RegexCache.Key,System.Text.RegularExpressions.Regex)">
            <summary>Node for a cached Regex instance.</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.RegexCache.Node.Key">
            <summary>The key associated with this cached instance.</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.RegexCache.Node.Regex">
            <summary>The cached Regex instance.</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.RegexCache.Node.LastAccessStamp">
            <summary>A "time" stamp representing the approximate last access time for this Regex.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.ValueMatch">
            <summary>
            Represents the results from a single regular expression match.
            </summary>
        </member>
        <member name="M:System.Text.RegularExpressions.ValueMatch.#ctor(System.Int32,System.Int32)">
            <summary>
            Crates an instance of the <see cref="T:System.Text.RegularExpressions.ValueMatch" /> type based on the passed in <paramref name="index" /> and <paramref name="length" />.
            </summary>
        </member>
        <member name="P:System.Text.RegularExpressions.ValueMatch.Index">
            <summary>
            Gets the position in the original span where the first character of the captured sliced span is found.
            </summary>
        </member>
        <member name="P:System.Text.RegularExpressions.ValueMatch.Length">
            <summary>
            Gets the length of the captured sliced span.
            </summary>
        </member>
        <member name="T:System.Text.RegularExpressions.ValueMatchEnumerator">
            <summary>
            Represents an enumerator containing the set of successful matches found by iteratively applying a regular expression pattern to the input span.
            </summary>
        </member>
        <member name="M:System.Text.RegularExpressions.ValueMatchEnumerator.#ctor(System.Text.RegularExpressions.Regex,System.ReadOnlySpan{System.Char},System.Int32)">
            <summary>
            Creates an instance of the <see cref="T:System.Text.RegularExpressions.ValueMatchEnumerator" /> for the passed in <paramref name="regex" /> which iterates over <paramref name="input" />.
            </summary>
        </member>
        <member name="M:System.Text.RegularExpressions.ValueMatchEnumerator.GetEnumerator">
            <summary>
            Provides an enumerator that iterates through the matches in the input span.
            </summary>
        </member>
        <member name="M:System.Text.RegularExpressions.ValueMatchEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next match in the span.
            </summary>
        </member>
        <member name="P:System.Text.RegularExpressions.ValueMatchEnumerator.Current">
            <summary>
            Gets the <see cref="T:System.Text.RegularExpressions.ValueMatch" /> element at the current position of the enumerator.
            </summary>
        </member>
        <member name="T:System.Text.RegularExpressions.ValueSplitEnumerator">
            <summary>
            Represents an enumerator containing the set of successful matches found by iteratively applying a regular expression pattern to the input span.
            </summary>
        </member>
        <member name="T:System.Text.SpanLineEnumerator">
            <summary>
            Enumerates the lines of a <see cref="T:System.ReadOnlySpan`1" />.
            </summary>
        </member>
        <member name="P:System.Text.SpanLineEnumerator.Current">
            <summary>
            Gets the line at the current position of the enumerator.
            </summary>
        </member>
        <member name="M:System.Text.SpanLineEnumerator.GetEnumerator">
            <summary>
            Returns this instance as an enumerator.
            </summary>
        </member>
        <member name="M:System.Text.SpanLineEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next line of the span.
            </summary>
        </member>
        <member name="T:System.IO.UnixFileMode">
             <summary>
             Represents the Unix filesystem permissions.
            
             This enumeration supports a bitwise combination of its member values.
             </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ToHexString(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexString(System.Byte[],System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.ToHexStringLower(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexStringLower(System.Byte[],System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.ToHexStringLower(System.Byte[])">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexStringLower(System.Byte[])" />
        </member>
        <member name="M:Polyfills.Polyfill.ToHexString(System.Byte[])">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexString(System.Byte[])" />
        </member>
        <member name="M:Polyfills.Polyfill.FromHexString(System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.FromHexString(System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.FromHexString(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.FromHexString(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.ToHexString(System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexString(System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.Polyfill.ToHexStringLower(System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexStringLower(System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.Polyfill.TryToHexString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.TryToHexString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryToHexStringLower(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.TryToHexStringLower(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.DateTimeOffset@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParse(System.String,System.IFormatProvider,System.DateTimeOffset@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.DateTimeOffset@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.DateTimeOffset@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.DateTimeOffset@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParse(System.ReadOnlySpan{System.Char},System.DateTimeOffset@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParseExact(System.ReadOnlySpan{System.Char},System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParseExact(System.ReadOnlySpan{System.Char},System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.DateTime@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParse(System.String,System.IFormatProvider,System.DateTime@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.DateTime@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.DateTime@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.DateTime@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParse(System.ReadOnlySpan{System.Char},System.DateTime@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParseExact(System.ReadOnlySpan{System.Char},System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParseExact(System.ReadOnlySpan{System.Char},System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)" />
        </member>
        <member name="T:Polyfills.Polyfill.InvocationListEnumerator`1">
            <summary>
            Provides an enumerator for the invocation list of a delegate.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnumerateInvocationList``1(``0)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4D3227A5AC6A380C659FBD62A27995E8.EnumerateInvocationList``1(``0)" />
        </member>
        <member name="M:Polyfills.Polyfill.get_HasSingleTarget(System.Delegate)">
            <inheritdoc cref="P:Polyfills.Polyfill.&lt;G&gt;$4D3227A5AC6A380C659FBD62A27995E8.HasSingleTarget" />
        </member>
        <member name="M:Polyfills.Polyfill.GetValues``1">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.GetValues``1" />
        </member>
        <member name="M:Polyfills.Polyfill.IsDefined``1(``0)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.IsDefined``1(``0)" />
        </member>
        <member name="M:Polyfills.Polyfill.GetNames``1">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.GetNames``1" />
        </member>
        <member name="M:Polyfills.Polyfill.Parse``1(System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.Parse``1(System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.Parse``1(System.String,System.Boolean)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.Parse``1(System.String,System.Boolean)" />
        </member>
        <member name="M:Polyfills.Polyfill.Parse``1(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.Parse``1(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.Parse``1(System.ReadOnlySpan{System.Char},System.Boolean)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.Parse``1(System.ReadOnlySpan{System.Char},System.Boolean)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse``1(System.ReadOnlySpan{System.Char},``0@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.TryParse``1(System.ReadOnlySpan{System.Char},``0@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse``1(System.ReadOnlySpan{System.Char},System.Boolean,``0@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.TryParse``1(System.ReadOnlySpan{System.Char},System.Boolean,``0@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat``1(``0,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.TryFormat``1(``0,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.get_ProcessId">
            <inheritdoc cref="P:Polyfills.Polyfill.&lt;G&gt;$57DD63EC381B40E0D8049D1E01FA2D1C.ProcessId" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllBytes(System.String,System.Byte[])">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllBytes(System.String,System.Byte[])" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllText(System.String,System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllText(System.String,System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllText(System.String,System.ReadOnlySpan{System.Char},System.Text.Encoding)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllText(System.String,System.ReadOnlySpan{System.Char},System.Text.Encoding)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllBytes(System.String,System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllBytes(System.String,System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.Polyfill.WriteAllBytesAsync(System.String,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllBytesAsync(System.String,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.WriteAllText(System.String,System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllText(System.String,System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.WriteAllText(System.String,System.ReadOnlySpan{System.Char},System.Text.Encoding)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllText(System.String,System.ReadOnlySpan{System.Char},System.Text.Encoding)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllBytesAsync(System.String,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllBytesAsync(System.String,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.Move(System.String,System.String,System.Boolean)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.Move(System.String,System.String,System.Boolean)" />
        </member>
        <member name="M:Polyfills.Polyfill.WriteAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.WriteAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.WriteAllTextAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllTextAsync(System.String,System.String,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.AppendAllTextAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllTextAsync(System.String,System.String,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ReadAllBytesAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllBytesAsync(System.String,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ReadAllLinesAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllLinesAsync(System.String,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ReadAllLinesAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllLinesAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ReadAllTextAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllTextAsync(System.String,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ReadAllTextAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllTextAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ReadLinesAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadLinesAsync(System.String,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ReadLinesAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadLinesAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.GetUnixFileMode(System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.GetUnixFileMode(System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.SetUnixFileMode(System.String,System.IO.UnixFileMode)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.SetUnixFileMode(System.String,System.IO.UnixFileMode)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.Guid@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParse(System.String,System.IFormatProvider,System.Guid@)" />
        </member>
        <member name="M:Polyfills.Polyfill.CreateVersion7">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.CreateVersion7" />
        </member>
        <member name="M:Polyfills.Polyfill.CreateVersion7(System.DateTimeOffset)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.CreateVersion7(System.DateTimeOffset)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Guid@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Guid@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Guid@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParse(System.ReadOnlySpan{System.Char},System.Guid@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Guid@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParse(System.ReadOnlySpan{System.Byte},System.Guid@)" />
        </member>
        <member name="M:Polyfills.Polyfill.Parse(System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.Parse(System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.Single,System.Single,System.Single)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Single,System.Single,System.Single)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.UIntPtr,System.UIntPtr,System.UIntPtr)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.UIntPtr,System.UIntPtr,System.UIntPtr)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.UInt64,System.UInt64,System.UInt64)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.UInt64,System.UInt64,System.UInt64)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.UInt32,System.UInt32,System.UInt32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.UInt32,System.UInt32,System.UInt32)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.UInt16,System.UInt16,System.UInt16)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.UInt16,System.UInt16,System.UInt16)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.SByte,System.SByte,System.SByte)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.SByte,System.SByte,System.SByte)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.Int64,System.Int64,System.Int64)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Int64,System.Int64,System.Int64)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.Int16,System.Int16,System.Int16)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Int16,System.Int16,System.Int16)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.Double,System.Double,System.Double)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Double,System.Double,System.Double)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.Decimal,System.Decimal,System.Decimal)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Decimal,System.Decimal,System.Decimal)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.Byte,System.Byte,System.Byte)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Byte,System.Byte,System.Byte)" />
        </member>
        <member name="M:Polyfills.Polyfill.Clamp(System.IntPtr,System.IntPtr,System.IntPtr)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.IntPtr,System.IntPtr,System.IntPtr)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.Byte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.String,System.IFormatProvider,System.Byte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Byte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Byte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Byte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Byte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Byte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Byte},System.Byte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Byte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Char},System.Byte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.Double@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.String,System.IFormatProvider,System.Double@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Double@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Double@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Double@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Byte},System.Double@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Double@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Char},System.Double@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Double@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Double@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.Int16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.String,System.IFormatProvider,System.Int16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Int16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Byte},System.Int16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Int16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Char},System.Int16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.String,System.IFormatProvider,System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Byte},System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Char},System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.Int64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.String,System.IFormatProvider,System.Int64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Int64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Byte},System.Int64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Int64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Char},System.Int64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.SByte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.String,System.IFormatProvider,System.SByte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.SByte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.SByte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.SByte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Byte},System.SByte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.SByte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Char},System.SByte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.SByte@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.SByte@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.UInt16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.String,System.IFormatProvider,System.UInt16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.UInt16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Byte},System.UInt16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.UInt16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Char},System.UInt16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt16@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt16@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.UInt32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.String,System.IFormatProvider,System.UInt32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.UInt32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Byte},System.UInt32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.UInt32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Char},System.UInt32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt32@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt32@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.String,System.IFormatProvider,System.UInt64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.String,System.IFormatProvider,System.UInt64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Byte},System.UInt64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Byte},System.UInt64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.UInt64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Char},System.UInt64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt64@)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt64@)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsWasi">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWasi" />
        </member>
        <member name="M:Polyfills.Polyfill.IsMacCatalyst">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsMacCatalyst" />
        </member>
        <member name="M:Polyfills.Polyfill.IsMacCatalystVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsMacCatalystVersionAtLeast(System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsMacOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsMacOSVersionAtLeast(System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsFreeBSDVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsFreeBSDVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsAndroid">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsAndroid" />
        </member>
        <member name="M:Polyfills.Polyfill.IsAndroidVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsAndroidVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsWindowsVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWindowsVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsOSPlatform(System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsOSPlatform(System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsOSPlatformVersionAtLeast(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsOSPlatformVersionAtLeast(System.String,System.Int32,System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsWindows">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWindows" />
        </member>
        <member name="M:Polyfills.Polyfill.IsMacOS">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsMacOS" />
        </member>
        <member name="M:Polyfills.Polyfill.IsIOS">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsIOS" />
        </member>
        <member name="M:Polyfills.Polyfill.IsLinux">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsLinux" />
        </member>
        <member name="M:Polyfills.Polyfill.IsFreeBSD">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsFreeBSD" />
        </member>
        <member name="M:Polyfills.Polyfill.IsIOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsIOSVersionAtLeast(System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsTvOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsTvOSVersionAtLeast(System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsTvOS">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsTvOS" />
        </member>
        <member name="M:Polyfills.Polyfill.IsWatchOS">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWatchOS" />
        </member>
        <member name="M:Polyfills.Polyfill.IsWatchOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWatchOSVersionAtLeast(System.Int32,System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsBrowser">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsBrowser" />
        </member>
        <member name="M:Polyfills.Polyfill.GetDirectoryName(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.GetDirectoryName(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.GetFileName(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.GetFileName(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.GetFileNameWithoutExtension(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.GetFileNameWithoutExtension(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.HasExtension(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.HasExtension(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.GetExtension(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.GetExtension(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.Combine(System.ReadOnlySpan{System.String})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.Combine(System.ReadOnlySpan{System.String})" />
        </member>
        <member name="M:Polyfills.Polyfill.EndsInDirectorySeparator(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.EndsInDirectorySeparator(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.TrimEndingDirectorySeparator(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.TrimEndingDirectorySeparator(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.EndsInDirectorySeparator(System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.EndsInDirectorySeparator(System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.TrimEndingDirectorySeparator(System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.TrimEndingDirectorySeparator(System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.Exists(System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.Exists(System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.CopyTo``1(System.ArraySegment{``0},System.ArraySegment{``0})">
            <summary>
            Copies the contents of this instance into the specified destination array segment of the same type T.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CopyTo``1(System.ArraySegment{``0},``0[])">
            <summary>
            Copies the contents of this instance into the specified destination array of the same type T.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CopyTo``1(System.ArraySegment{``0},``0[],System.Int32)">
            <summary>
            Copies the contents of this instance into the specified destination array of the same type T, starting at the specified destination index.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetEnumerator``1(System.ArraySegment{``0})">
            <summary>
            Copies the contents of this instance into the specified destination array of the same type T, starting at the specified destination index.
            </summary>
        </member>
        <member name="T:Polyfills.Polyfill.ArraySegmentEnumerator`1">
            <summary>
            Provides an enumerator for the elements of an <see cref="T:System.ArraySegment`1" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Int32BitsToSingle(System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.Int32BitsToSingle(System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.UInt32BitsToSingle(System.UInt32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.UInt32BitsToSingle(System.UInt32)" />
        </member>
        <member name="M:Polyfills.Polyfill.UInt64BitsToDouble(System.UInt64)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.UInt64BitsToDouble(System.UInt64)" />
        </member>
        <member name="M:Polyfills.Polyfill.SingleToInt32Bits(System.Single)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.SingleToInt32Bits(System.Single)" />
        </member>
        <member name="M:Polyfills.Polyfill.SingleToUInt32Bits(System.Single)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.SingleToUInt32Bits(System.Single)" />
        </member>
        <member name="M:Polyfills.Polyfill.DoubleToUInt64Bits(System.Double)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.DoubleToUInt64Bits(System.Double)" />
        </member>
        <member name="M:Polyfills.Polyfill.UnsafeRegister(System.Threading.CancellationToken,System.Action{System.Object},System.Object)">
            <summary>
            Registers a delegate that will be called when this
            <see cref="T:System.Threading.CancellationToken">CancellationToken</see> is canceled.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Register(System.Threading.CancellationToken,System.Action{System.Object,System.Threading.CancellationToken},System.Object)">
            <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken">CancellationToken</see> is canceled.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.UnsafeRegister(System.Threading.CancellationToken,System.Action{System.Object,System.Threading.CancellationToken},System.Object)">
            <summary>Registers a delegate that will be called when this <see cref="T:System.Threading.CancellationToken">CancellationToken</see> is canceled.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.CancelAsync(System.Threading.CancellationTokenSource)">
            <summary>Communicates a request for cancellation asynchronously.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.OpenAsync(System.IO.Compression.ZipArchiveEntry,System.Threading.CancellationToken)">
            <summary>
            Opens the entry from the zip archive.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CreateEntryFromFileAsync(System.IO.Compression.ZipArchive,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Archives a file by compressing it and adding it to the zip archive.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CreateEntryFromFileAsync(System.IO.Compression.ZipArchive,System.String,System.String,System.IO.Compression.CompressionLevel,System.Threading.CancellationToken)">
            <summary>
            Archives a file by compressing it and adding it to the zip archive.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToDirectoryAsync(System.IO.Compression.ZipArchive,System.String,System.Threading.CancellationToken)">
            <summary>
            Extracts all the files in the zip archive to a directory on the file system.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToDirectoryAsync(System.IO.Compression.ZipArchive,System.String,System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Extracts all the files in the zip archive to a directory on the file system.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToFileAsync(System.IO.Compression.ZipArchiveEntry,System.String,System.Threading.CancellationToken)">
            <summary>
            Extracts an entry in the zip archive to a file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToFileAsync(System.IO.Compression.ZipArchiveEntry,System.String,System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Extracts an entry in the zip archive to a file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToDirectory(System.IO.Compression.ZipArchive,System.String,System.Boolean)">
            <summary>
            Extracts all the files in the zip archive to a directory on the file system.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Clear``1(System.Collections.Concurrent.ConcurrentBag{``0})">
            <summary>
            Removes all values from the <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetOrAdd``3(System.Collections.Concurrent.ConcurrentDictionary{``0,``1},``0,System.Func{``0,``2,``1},``2)">
            <summary>
            Adds a key/value pair to the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />
            if the key does not already exist.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Clear``1(System.Collections.Concurrent.ConcurrentQueue{``0})">
            <summary>
            Removes all values from the <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Deconstruct(System.DateTime,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
             Deconstructs <see cref="T:System.DateTime" /> by <see cref="P:System.DateTime.Year" />, <see cref="P:System.DateTime.Month" /> and <see cref="P:System.DateTime.Day" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.AsReadOnly``2(System.Collections.Generic.IDictionary{``0,``1})">
            <summary>
            Returns a read-only <see cref="T:System.Collections.ObjectModel.ReadOnlyDictionary`2" /> wrapper for the current dictionary.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryAdd``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1)">
            <summary>
            Attempts to add the specified key and value to the <see cref="T:System.Collections.Generic.IDictionary`2" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Remove``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1@)">
            <summary>
            Removes the value with the specified key from the <see cref="T:System.Collections.Generic.IDictionary`2" />, and copies the element
            to the value parameter.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnsureCapacity``2(System.Collections.Generic.Dictionary{``0,``1},System.Int32)">
            <summary>
            Ensures that the capacity of this dictionary is at least the specified capacity. If the current capacity is less than capacity, it is increased to at least the specified capacity.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TrimExcess``2(System.Collections.Generic.Dictionary{``0,``1},System.Int32)">
            <summary>
            Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TrimExcess``2(System.Collections.Generic.Dictionary{``0,``1})">
            <summary>
            Sets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Deconstruct(System.Collections.DictionaryEntry,System.Object@,System.Object@)">
            <summary>
            Deconstructs the current <see cref="T:System.Collections.DictionaryEntry" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetBytes(System.Text.Encoding,System.ReadOnlySpan{System.Char},System.Span{System.Byte})">
            <summary>Encodes into a span of bytes a set of characters from the specified read-only span.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetString(System.Text.Encoding,System.ReadOnlySpan{System.Byte})">
            <summary>When overridden in a derived class, decodes all the bytes in the specified byte span into a string.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetByteCount(System.Text.Encoding,System.ReadOnlySpan{System.Char})">
            <summary>
            Calculates the number of bytes produced by encoding the characters in the specified character span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetCharCount(System.Text.Encoding,System.ReadOnlySpan{System.Byte})">
            <summary>
            Calculates the number of characters produced by decoding the provided read-only byte span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetChars(System.Text.Encoding,System.ReadOnlySpan{System.Byte},System.Span{System.Char})">
            <summary>
            Decodes all the bytes in the specified read-only byte span into a character span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryGetChars(System.Text.Encoding,System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@)">
            <summary>Decodes into a span of chars a set of bytes from the specified read-only span if the destination is large enough.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryGetBytes(System.Text.Encoding,System.ReadOnlySpan{System.Char},System.Span{System.Byte},System.Int32@)">
            <summary>Encodes into a span of bytes a set of characters from the specified read-only span if the destination is large enough.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryGetValue``1(System.Collections.Generic.HashSet{``0},``0,``0@)">
            <summary>
             Searches the set for a given value and returns the equal value it finds, if any.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnsureCapacity``1(System.Collections.Generic.HashSet{``0},System.Int32)">
            <summary>
            Ensures that the capacity of this HashSet is at least the specified capacity. If the current capacity is less than capacity, it is increased to at least the specified capacity.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TrimExcess``1(System.Collections.Generic.HashSet{``0},System.Int32)">
            <summary>
            Sets the capacity of a HashSet object to the specified number of entries, rounded up to a nearby, implementation-specific value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.AggregateBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},``2,System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.AggregateBy``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``1,``2},System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Chunk``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
            <summary>
            Split the elements of a sequence into chunks of size at most <paramref name="size" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CountBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.DistinctBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
            <summary>Returns distinct elements from a sequence according to a specified key selector function.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.DistinctBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>Returns distinct elements from a sequence according to a specified key selector function.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.ElementAt``1(System.Collections.Generic.IEnumerable{``0},System.Index)">
            <summary>Returns the element at a specified index in a sequence.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.ElementAtOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Index)">
            <summary>Returns the element at a specified index in a sequence or a default value if the index is out of range.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.Except``1(System.Collections.Generic.IEnumerable{``0},``0)">
            <summary>
            Produces a set items excluding <paramref name="item" /> by using the default equality comparer to compare values.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Except``1(System.Collections.Generic.IEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Produces a set items excluding <paramref name="item" /> by using <paramref name="comparer" /> to compare values.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Except``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},``0[])">
            <summary>
            Produces the set difference of two sequences by <paramref name="comparer" /> to compare values.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ExceptBy``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``1})">
            <summary>
            Produces the set difference of two sequences according to a specified key selector function.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ExceptBy``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>
            Produces the set difference of two sequences according to a specified key selector function.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.FirstOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean},``0)">
            <summary>Returns the first element of the sequence that satisfies a condition or a default value if no such element is found.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.FirstOrDefault``1(System.Collections.Generic.IEnumerable{``0},``0)">
            <summary>Returns the first element of a sequence, or a default value if the sequence contains no elements.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.Index``1(System.Collections.Generic.IEnumerable{``0})">
            <summary>
            https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview#linq
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.LastOrDefault``1(System.Collections.Generic.IEnumerable{``0},``0)">
            <summary>Returns the last element of a sequence, or a default value if the sequence contains no elements.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.LastOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean},``0)">
            <summary>Returns the last element of a sequence that satisfies a condition or a default value if no such element is found.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.Max``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IComparer{``0})">
            <summary>Returns the maximum value in a generic sequence.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.MaxBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
            <summary>
            Returns the maximum value in a generic sequence according to a specified key selector function.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.MaxBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
            <summary>Returns the maximum value in a generic sequence according to a specified key selector function.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.Min``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IComparer{``0})">
            <summary>Returns the minimum value in a generic sequence.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.MinBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
            <summary>
            Returns the minimum value in a generic sequence according to a specified key selector function.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.MinBy``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})">
            <summary>Returns the minimum value in a generic sequence according to a specified key selector function.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.SingleOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Boolean},``0)">
            <summary>Returns the only element of a sequence that satisfies a specified condition or a default value if no such element exists; this method throws an exception if more than one element satisfies the condition.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.SingleOrDefault``1(System.Collections.Generic.IEnumerable{``0},``0)">
            <summary>Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.SkipLast``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
            <summary>
            Returns a new enumerable collection that contains the elements from source with the last count elements of the
            source collection omitted.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Take``1(System.Collections.Generic.IEnumerable{``0},System.Range)">
            <summary>Returns a specified range of contiguous elements from a sequence.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.TakeLast``1(System.Collections.Generic.IEnumerable{``0},System.Int32)">
            <summary>
            Returns a new enumerable collection that contains the last count elements from source.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ToHashSet``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>
            Creates a <see cref="T:System.Collections.Generic.HashSet`1" /> from an <see cref="T:System.Collections.Generic.IEnumerable`1" /> using the comparer to compare keys.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryGetNonEnumeratedCount``1(System.Collections.Generic.IEnumerable{``0},System.Int32@)">
            <summary>
              Attempts to determine the number of elements in a sequence without forcing an enumeration.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.UnionBy``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
            <summary>Produces the set union of two sequences according to a specified key selector function.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.UnionBy``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})">
            <summary>Produces the set union of two sequences according to a specified key selector function.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.Zip``3(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1},System.Collections.Generic.IEnumerable{``2})">
            <summary>
            Produces a sequence of tuples with elements from the three specified sequences.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Zip``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
            <summary>
            Produces a sequence of tuples with elements from the two specified sequences.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetValueOrDefault``2(System.Collections.Generic.IReadOnlyDictionary{``0,``1},``0)">
            <summary>
            Tries to get the value associated with the specified key in the dictionary.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetValueOrDefault``2(System.Collections.Generic.IReadOnlyDictionary{``0,``1},``0,``1)">
            <summary>
            Tries to get the value associated with the specified key in the dictionary.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Deconstruct``2(System.Collections.Generic.KeyValuePair{``0,``1},``0@,``1@)">
            <summary>
            Deconstructs the current <see cref="T:System.Collections.Generic.KeyValuePair`2" />
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.AsReadOnly``1(System.Collections.Generic.IList{``0})">
            <summary>Returns a read-only <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> wrapper for the current collection.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.AddRange``1(System.Collections.Generic.List{``0},System.ReadOnlySpan{``0})">
            <summary>Adds the elements of the specified span to the end of the <see cref="T:System.Collections.Generic.List`1" />.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.InsertRange``1(System.Collections.Generic.List{``0},System.Int32,System.ReadOnlySpan{``0})">
            <summary>Inserts the elements of a span into the <see cref="T:System.Collections.Generic.List`1" /> at the specified index.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.CopyTo``1(System.Collections.Generic.List{``0},System.Span{``0})">
            <summary>Copies the entire <see cref="T:System.Collections.Generic.List`1" /> to a span.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnsureCapacity``1(System.Collections.Generic.List{``0},System.Int32)">
            <summary>
            Ensures that the capacity of this list is at least the specified capacity. If the current capacity is less than capacity, it is increased to at least the specified capacity.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TrimExcess``1(System.Collections.Generic.List{``0})">
            <summary>
            Sets the capacity to the actual number of elements in the <see cref="T:System.Collections.Generic.List`1" />, if that number is less than a threshold value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnumerateLines(System.ReadOnlySpan{System.Char})">
            <summary>
            Returns an enumeration of lines over the provided span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnumerateLines(System.Span{System.Char})">
            <summary>
            Returns an enumeration of lines over the provided span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TrimStart(System.Span{System.Char})">
            <summary>
            Removes all leading white-space characters from the span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TrimEnd(System.Span{System.Char})">
            <summary>
            Removes all trailing white-space characters from the span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SequenceEqual(System.ReadOnlySpan{System.Char},System.String)">
            <summary>
            Determines whether two sequences are equal by comparing the elements using IEquatable{T}.Equals(T).
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SequenceEqual(System.Span{System.Char},System.String)">
            <summary>
            Determines whether two sequences are equal by comparing the elements using IEquatable{T}.Equals(T).
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CommonPrefixLength``1(System.Span{``0},System.ReadOnlySpan{``0})">
            <summary>Finds the length of any common prefix shared between <paramref name="span" /> and <paramref name="other" />.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.CommonPrefixLength``1(System.Span{``0},System.ReadOnlySpan{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>Finds the length of any common prefix shared between <paramref name="span" /> and <paramref name="other" />.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.CommonPrefixLength``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
            <summary>Finds the length of any common prefix shared between <paramref name="span" /> and <paramref name="other" />.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.CommonPrefixLength``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Collections.Generic.IEqualityComparer{``0})">
            <summary>Determines the length of any common prefix shared between <paramref name="span" /> and <paramref name="other" />.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.Contains``1(System.ReadOnlySpan{``0},``0)">
            <summary>
            Indicates whether a specified value is found in a read-only span. Values are compared using IEquatable{T}.Equals(T).
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Contains``1(System.Span{``0},``0)">
            <summary>
            Indicates whether a specified value is found in a only span. Values are compared using IEquatable{T}.Equals(T).
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EndsWith``1(System.ReadOnlySpan{``0},``0)">
            <summary>
            Determines whether the specified value appears at the end of the span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EndsWith(System.ReadOnlySpan{System.Char},System.String,System.StringComparison)">
            <summary>
            Determines whether the end of the span matches the specified value when compared using the specified <paramref name="comparison" /> option.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EndsWith(System.Span{System.Char},System.String)">
            <summary>
            Determines whether the specified sequence appears at the end of a span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Sort``1(System.Span{``0})">
            <summary>
            Sorts the elements in the entire <see cref="T:System.Span`1" /> using the <see cref="T:System.IComparable`1" /> implementation of each element of the <see cref="T:System.Span`1" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Sort``1(System.Span{``0},System.Comparison{``0})">
            <summary>
            Sorts the elements in the entire <see cref="T:System.Span`1" /> using the specified <see cref="T:System.Comparison`1" />.
            </summary>
            Link: https://learn.microsoft.com/en-us/dotnet/api/system.memoryextensions.sort?view=net-10.0#system-memoryextensions-sort-1(system-span((-0))-system-comparison((-0)))
        </member>
        <member name="M:Polyfills.Polyfill.Sort``2(System.Span{``0},System.Span{``1})">
            <summary>
            Sorts a pair of spans (one containing the keys and the other containing the corresponding items) based on the keys in the first <see cref="T:System.Span`1" /> using the <see cref="T:System.IComparable`1" /> implementation of each key.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Sort``3(System.Span{``0},System.Span{``1},``2)">
            <summary>
            Sorts a pair of spans (one containing the keys and the other containing the corresponding items) based on the keys in the first <see cref="T:System.Span`1" />  using the specified comparer.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Sort``2(System.Span{``0},System.Span{``1},System.Comparison{``0})">
            <summary>
            Sorts a pair of spans (one containing the keys and the other containing the corresponding items) based on the keys in the first <see cref="T:System.Span`1" /> using the specified comparison.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Split``1(System.ReadOnlySpan{``0},``0)">
            <summary>
            Returns a type that allows for enumeration of each element within a split span
            using the provided separator character.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Split``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
            <summary>
            Returns a type that allows for enumeration of each element within a split span
            using the provided separator span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SplitAny``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
            <summary>
            Returns a type that allows for enumeration of each element within a split span
            using any of the provided elements.
            </summary>
        </member>
        <member name="T:Polyfills.Polyfill.SpanSplitEnumerator`1">
            <summary>
            Enables enumerating each split within a <see cref="T:System.ReadOnlySpan`1" /> that has been divided using one or more separators.
            </summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumerator`1._source">
            <summary>The input span being split.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumerator`1._separator">
            <summary>A single separator to use when <see cref="F:Polyfills.Polyfill.SpanSplitEnumerator`1._splitMode" /> is <see cref="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.SingleElement" />.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumerator`1._separatorBuffer">
            <summary>
            A separator span to use when <see cref="F:Polyfills.Polyfill.SpanSplitEnumerator`1._splitMode" /> is <see cref="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.Sequence" /> (in which case
            it's treated as a single separator) or <see cref="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.Any" /> (in which case it's treated as a set of separators).
            </summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumerator`1._splitMode">
            <summary>Mode that dictates how the instance was configured and how its fields should be used in <see cref="M:Polyfills.Polyfill.SpanSplitEnumerator`1.MoveNext" />.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumerator`1._startCurrent">
            <summary>The inclusive starting index in <see cref="F:Polyfills.Polyfill.SpanSplitEnumerator`1._source" /> of the current range.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumerator`1._endCurrent">
            <summary>The exclusive ending index in <see cref="F:Polyfills.Polyfill.SpanSplitEnumerator`1._source" /> of the current range.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumerator`1._startNext">
            <summary>The index in <see cref="F:Polyfills.Polyfill.SpanSplitEnumerator`1._source" /> from which the next separator search should start.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.SpanSplitEnumerator`1.GetEnumerator">
            <summary>Gets an enumerator that allows for iteration over the split span.</summary>
            <returns>Returns a <see cref="T:Polyfills.Polyfill.SpanSplitEnumerator`1" /> that can be used to iterate over the split span.</returns>
        </member>
        <member name="P:Polyfills.Polyfill.SpanSplitEnumerator`1.Source">
            <summary>Gets the source span being enumerated.</summary>
            <returns>Returns the <see cref="T:System.ReadOnlySpan`1" /> that was provided when creating this enumerator.</returns>
        </member>
        <member name="P:Polyfills.Polyfill.SpanSplitEnumerator`1.Current">
            <summary>Gets the current element of the enumeration.</summary>
            <returns>Returns a <see cref="T:System.Range" /> instance that indicates the bounds of the current element withing the source span.</returns>
        </member>
        <member name="M:Polyfills.Polyfill.SpanSplitEnumerator`1.#ctor(System.ReadOnlySpan{`0},System.ReadOnlySpan{`0})">
            <summary>Initializes the enumerator for <see cref="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.Any" />.</summary>
            <remarks>
            If <paramref name="separators" /> is empty and <typeparamref name="T" /> is <see cref="T:System.Char" />, as an optimization
            it will instead use <see cref="!:SpanSplitEnumeratorMode.SearchValues" /> with a cached <see cref="!:SearchValues&lt;Char&gt;" />
            for all whitespace characters.
            </remarks>
        </member>
        <member name="M:Polyfills.Polyfill.SpanSplitEnumerator`1.#ctor(System.ReadOnlySpan{`0},System.ReadOnlySpan{`0},System.Boolean)">
            <summary>Initializes the enumerator for <see cref="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.Sequence" /> (or <see cref="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.EmptySequence" /> if the separator is empty).</summary>
            <remarks><paramref name="treatAsSingleSeparator" /> must be true.</remarks>
        </member>
        <member name="M:Polyfills.Polyfill.SpanSplitEnumerator`1.#ctor(System.ReadOnlySpan{`0},`0)">
            <summary>Initializes the enumerator for <see cref="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.SingleElement" />.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.SpanSplitEnumerator`1.MoveNext">
            <summary>
            Advances the enumerator to the next element of the enumeration.
            </summary>
            <returns><see langword="true" /> if the enumerator was successfully advanced to the next element; <see langword="false" /> if the enumerator has passed the end of the enumeration.</returns>
        </member>
        <member name="P:Polyfills.Polyfill.SpanSplitEnumerator`1.System#Collections#IEnumerator#Current">
            <inheritdoc />
        </member>
        <member name="M:Polyfills.Polyfill.SpanSplitEnumerator`1.System#Collections#IEnumerator#Reset">
            <inheritdoc />
        </member>
        <member name="M:Polyfills.Polyfill.SpanSplitEnumerator`1.System#IDisposable#Dispose">
            <inheritdoc />
        </member>
        <member name="T:Polyfills.Polyfill.SpanSplitEnumeratorMode">
            <summary>Indicates in which mode <see cref="T:Polyfills.Polyfill.SpanSplitEnumerator`1" /> is operating, with regards to how it should interpret its state.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.None">
            <summary>Either a default <see cref="T:Polyfills.Polyfill.SpanSplitEnumerator`1" /> was used, or the enumerator has finished enumerating and there's no more work to do.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.SingleElement">
            <summary>A single T separator was provided.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.Any">
            <summary>A span of separators was provided, each of which should be treated independently.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.Sequence">
            <summary>The separator is a span of elements to be treated as a single sequence.</summary>
        </member>
        <member name="F:Polyfills.Polyfill.SpanSplitEnumeratorMode.EmptySequence">
            <summary>The separator is an empty sequence, such that no splits should be performed.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.StartsWith``1(System.ReadOnlySpan{``0},``0)">
            <summary>
            Determines whether the specified value appears at the start of the span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.StartsWith(System.ReadOnlySpan{System.Char},System.String,System.StringComparison)">
            <summary>
            Determines whether a read-only character span begins with a specified value when compared using a specified <see cref="T:System.StringComparison" /> value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.StartsWith(System.Span{System.Char},System.String)">
            <summary>
            Determines whether a specified sequence appears at the start of a span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CreateDelegate``1(System.Reflection.MethodInfo)">
            <summary>
            Creates a delegate of type T with the specified target from this method.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CreateDelegate``1(System.Reflection.MethodInfo,System.Object)">
            <summary>
            Creates a delegate of type T with the specified target from this method.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Nanoseconds(System.TimeSpan)">
            <summary>
            Gets the nanosecond component of the time represented by the current <see cref="T:System.TimeSpan" /> object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Nanosecond(System.DateTime)">
            <summary>
            Gets the nanosecond component of the time represented by the current <see cref="T:System.DateTime" /> object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Nanosecond(System.DateTimeOffset)">
            <summary>
            Gets the nanosecond component of the time represented by the current <see cref="T:System.DateTimeOffset" /> object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Microseconds(System.TimeSpan)">
            <summary>
            Gets the microsecond component of the time represented by the current <see cref="T:System.TimeSpan" /> object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Microsecond(System.DateTime)">
            <summary>
            Gets the microsecond component of the time represented by the current <see cref="T:System.DateTime" /> object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Microsecond(System.DateTimeOffset)">
            <summary>
            Gets the microsecond component of the time represented by the current <see cref="T:System.DateTimeOffset" /> object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.AddMicroseconds(System.DateTime,System.Double)">
            <summary>
            Returns a new <see cref="T:System.DateTime" /> object that adds a specified number of microseconds to the value of this instance..
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.AddMicroseconds(System.DateTimeOffset,System.Double)">
            <summary>
            Returns a new <see cref="T:System.DateTimeOffset" /> object that adds a specified number of microseconds to the value of this instance..
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Kill(System.Diagnostics.Process,System.Boolean)">
            <summary>
            Immediately stops the associated process, and optionally its child/descendent processes.
            Maps to <see cref="M:System.Diagnostics.Process.Kill" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WaitForExitAsync(System.Diagnostics.Process,System.Threading.CancellationToken)">
            <summary>
            Instructs the Process component to wait for the associated process to exit, or
            for the <paramref name="cancellationToken" /> to be canceled.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnsureCapacity``1(System.Collections.Generic.Queue{``0},System.Int32)">
            <summary>
            Ensures that the capacity of this queue is at least the specified capacity. If the current capacity is less than capacity, it is increased to at least the specified capacity.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TrimExcess``1(System.Collections.Generic.Queue{``0},System.Int32)">
            <summary>
            Sets the capacity of a Queue object to the specified number of entries.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetItems``1(System.Random,System.ReadOnlySpan{``0},System.Span{``0})">
            <summary>
            Fills the elements of a specified span with items chosen at random from the provided set of choices.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetItems``1(System.Random,System.ReadOnlySpan{``0},System.Int32)">
            <summary>
            Creates an array populated with items chosen at random from the provided set of choices.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetItems``1(System.Random,``0[],System.Int32)">
            <summary>
            Creates an array populated with items chosen at random from the provided set of choices.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.NextBytes(System.Random,System.Span{System.Byte})">
            <summary>
            Fills the elements of a specified span of bytes with random numbers.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Shuffle``1(System.Random,``0[])">
            <summary>
            Performs an in-place shuffle of an array.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Shuffle``1(System.Random,System.Span{``0})">
            <summary>
            Performs an in-place shuffle of a span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetKeyAtIndex``2(System.Collections.Generic.SortedList{``0,``1},System.Int32)">
            <summary>
            Gets the key corresponding to the specified index.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetValueAtIndex``2(System.Collections.Generic.SortedList{``0,``1},System.Int32)">
            <summary>
            Gets the value corresponding to the specified index.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnsureCapacity``1(System.Collections.Generic.Stack{``0},System.Int32)">
            <summary>
            Ensures that the capacity of this Stack is at least the specified capacity. If the current capacity is less than capacity, it is increased to at least the specified capacity.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TrimExcess``1(System.Collections.Generic.Stack{``0},System.Int32)">
            <summary>
            Sets the capacity of a Stack object to a specified number of entries.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryPeek``1(System.Collections.Generic.Stack{``0},``0@)">
            <summary>
            Returns a value that indicates whether there is an object at the top of the <see cref="T:System.Collections.Generic.Stack`1" />, and if one is present, copies it to the result parameter. The object is not removed from the <see cref="T:System.Collections.Generic.Stack`1" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryPop``1(System.Collections.Generic.Stack{``0},``0@)">
            <summary>
            Returns a value that indicates whether there is an object at the top of the <see cref="T:System.Collections.Generic.Stack`1" />, and if one is present, copies it to the result parameter, and removes it from the <see cref="T:System.Collections.Generic.Stack`1" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by
            the number of bytes read, and monitors cancellation requests.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WriteAsync(System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously writes a sequence of bytes to the current stream, advances the current position
            within this stream by the number of bytes written, and monitors cancellation requests.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CopyToAsync(System.IO.Stream,System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified
            cancellation token. Both streams positions are advanced by the number of bytes copied.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.DisposeAsync(System.IO.Stream)">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Read(System.IO.Stream,System.Span{System.Byte})">
            <summary>
            Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadExactlyAsync(System.IO.Stream,System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)">
            <summary>
            Asynchronously reads count number of bytes from the current stream, advances the position within the stream, and monitors cancellation requests.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadExactly(System.IO.Stream,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads count number of bytes from the current stream and advances the position within the stream.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadExactly(System.IO.Stream,System.Span{System.Byte})">
            <summary>
            Reads bytes from the current stream and advances the position within the stream until the buffer is filled.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadAtLeast(System.IO.Stream,System.Span{System.Byte},System.Int32,System.Boolean)">
            <summary>
            Reads at least a minimum number of bytes from the current stream and advances the position within the stream by the number of bytes read.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadExactlyAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously reads bytes from the current stream, advances the position within the stream until the buffer is filled, and monitors cancellation requests
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadAtLeastAsync(System.IO.Stream,System.Memory{System.Byte},System.Int32,System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Asynchronously reads at least a minimum number of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.CopyTo(System.String,System.Span{System.Char})">
            <summary>
            Copies the contents of this string into the destination span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryCopyTo(System.String,System.Span{System.Char})">
            <summary>
            Copies the contents of this string into the destination span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetHashCode(System.String,System.StringComparison)">
            <summary>
            Returns the hash code for this string using the specified rules.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Contains(System.String,System.Char,System.StringComparison)">
            <summary>
            Returns a value indicating whether a specified character occurs within this string, using the specified comparison rules.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.IndexOf(System.String,System.Char,System.StringComparison)">
            <summary>
            Reports the zero-based index of the first occurrence of the specified Unicode character in this string. A parameter specifies the type of search to use for the specified character.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Contains(System.String,System.String,System.StringComparison)">
            <summary>
            Returns a value indicating whether a specified string occurs within this string, using the specified comparison rules.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.StartsWith(System.String,System.Char)">
            <summary>
            Determines whether this string instance starts with the specified character.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EndsWith(System.String,System.Char)">
            <summary>
            Returns a value indicating whether a specified character occurs within this string.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Split(System.String,System.Char,System.StringSplitOptions)">
            <summary>
            Splits a string into substrings based on a specified delimiting character and, optionally, options.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Split(System.String,System.Char,System.Int32,System.StringSplitOptions)">
            <summary>
            Splits a string into a maximum number of substrings based on a specified delimiting character and, optionally,
            options. Splits a string into a maximum number of substrings based on the provided character separator,
            optionally omitting empty substrings from the result.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Split(System.String,System.String,System.StringSplitOptions)">
            <summary>
            Splits a string into substrings that are based on the provided string separator.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Split(System.String,System.String,System.Int32,System.StringSplitOptions)">
            <summary>
            Splits a string into a maximum number of substrings based on a specified delimiting string and, optionally, options.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Contains(System.String,System.Char)">
            <summary>
            Returns a value indicating whether a specified character occurs within this string.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReplaceLineEndings(System.String,System.String)">
            <summary>
            Replaces all newline sequences in the current string with <paramref name="replacementText" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReplaceLineEndings(System.String)">
            <summary>
            Replaces all newline sequences in the current string with <see cref="P:System.Environment.NewLine" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Equals(System.Text.StringBuilder,System.ReadOnlySpan{System.Char})">
            <summary>
            Returns a value indicating whether the characters in this instance are equal to the characters in a specified
            read-only character span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Append(System.Text.StringBuilder,System.Text.StringBuilder,System.Int32,System.Int32)">
            <summary>
            Appends a copy of a substring within a specified string builder to this instance.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Append(System.Text.StringBuilder,System.ReadOnlySpan{System.Char})">
            <summary>
            Appends the string representation of a specified read-only character span to this instance.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.AppendJoin``1(System.Text.StringBuilder,System.Char,System.Collections.Generic.IEnumerable{``0})">
            <summary>Concatenates and appends the members of a collection, using the specified separator between each member.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.AppendJoin``1(System.Text.StringBuilder,System.String,System.Collections.Generic.IEnumerable{``0})">
            <summary>Concatenates and appends the members of a collection, using the specified char separator between each member.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.AppendJoin(System.Text.StringBuilder,System.String,System.String[])">
            <summary>Concatenates the strings of the provided array, using the specified separator between each string, then appends the result to the current instance of the string builder.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.AppendJoin(System.Text.StringBuilder,System.String,System.Object[])">
            <summary>Concatenates the string representations of the elements in the provided array of objects, using the specified separator between each member, then appends the result to the current instance of the string builder.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.AppendJoin(System.Text.StringBuilder,System.Char,System.String[])">
            <summary>Concatenates the strings of the provided array, using the specified char separator between each string, then appends the result to the current instance of the string builder.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.AppendJoin(System.Text.StringBuilder,System.Char,System.Object[])">
            <summary>Concatenates the string representations of the elements in the provided array of objects, using the specified char separator between each member, then appends the result to the current instance of the string builder.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.AppendJoin``1(System.Text.StringBuilder,System.Char,``0[])">
            <summary>Concatenates and appends the members of a collection, using the specified char separator between each member.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.AppendJoin``1(System.Text.StringBuilder,System.String,``0[])">
            <summary>Concatenates and appends the members of a collection, using the specified char separator between each member.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.CopyTo(System.Text.StringBuilder,System.Int32,System.Span{System.Char},System.Int32)">
            <summary>
            Copies the characters from a specified segment of this instance to a destination Char span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetChunks(System.Text.StringBuilder)">
             <summary>
             GetChunks returns ChunkEnumerator that follows the IEnumerable pattern and
             thus can be used in a C# 'foreach' statements to retrieve the data in the StringBuilder
             as chunks (ReadOnlyMemory) of characters.  An example use is:
            
                  foreach (ReadOnlyMemory&lt;char&gt; chunk in sb.GetChunks())
                     foreach (char c in chunk.Span)
                         { /* operation on c }
            
             It is undefined what happens if the StringBuilder is modified while the chunk
             enumeration is incomplete.  StringBuilder is also not thread-safe, so operating
             on it with concurrent threads is illegal.  Finally the ReadOnlyMemory chunks returned
             are NOT guaranteed to remain unchanged if the StringBuilder is modified, so do
             not cache them for later use either.  This API's purpose is efficiently extracting
             the data of a CONSTANT StringBuilder.
            
             Creating a ReadOnlySpan from a ReadOnlyMemory  (the .Span property) is expensive
             compared to the fetching of the character, so create a local variable for the SPAN
             if you need to use it in a nested for statement.  For example
            
                foreach (ReadOnlyMemory&lt;char&gt; chunk in sb.GetChunks())
                {
                     var span = chunk.Span;
                     for (int i = 0; i &lt; span.Length; i++)
                         { /* operation on span[i] */ }
                }
             </summary>
        </member>
        <member name="T:Polyfills.Polyfill.ChunkEnumerator">
            <summary>
            ChunkEnumerator supports both the IEnumerable and IEnumerator pattern so foreach
            works (see GetChunks).  It needs to be public (so the compiler can use it
            when building a foreach statement) but users typically don't use it explicitly.
            (which is why it is a nested type).
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ChunkEnumerator.GetEnumerator">
            <summary>
            Implement IEnumerable.GetEnumerator() to return  'this' as the IEnumerator
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ChunkEnumerator.MoveNext">
            <summary>
            Implements the IEnumerator pattern.
            </summary>
        </member>
        <member name="P:Polyfills.Polyfill.ChunkEnumerator.Current">
            <summary>
            Implements the IEnumerator pattern.
            </summary>
        </member>
        <member name="T:Polyfills.Polyfill.ChunkEnumerator.ManyChunkInfo">
            <summary>
            Used to hold all the chunks indexes when you have many chunks.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Insert(System.Text.StringBuilder,System.Int32,System.ReadOnlySpan{System.Char})">
            <summary>
            Inserts the sequence of characters into this instance at the specified character position.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Replace(System.Text.StringBuilder,System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})">
            <summary>
            Replaces all instances of one string with another in part of this builder.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Replace(System.Text.StringBuilder,System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Int32,System.Int32)">
            <summary>
            Replaces all instances of one read-only character span with another in part of this builder.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.IsNormalized(System.ReadOnlySpan{System.Char},System.Text.NormalizationForm)">
            <summary>
            Indicates whether the specified string is in Unicode normalization form C.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WaitAsync(System.Threading.Tasks.Task,System.Threading.CancellationToken)">
            <summary>Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes or when the specified <see cref="T:System.Threading.CancellationToken" /> has cancellation requested.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.WaitAsync(System.Threading.Tasks.Task,System.TimeSpan)">
            <summary>Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes or when the specified timeout expires.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.WaitAsync(System.Threading.Tasks.Task,System.TimeSpan,System.Threading.CancellationToken)">
            <summary>Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes, when the specified timeout expires, or when the specified <see cref="T:System.Threading.CancellationToken" /> has cancellation requested.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.WaitAsync``1(System.Threading.Tasks.Task{``0},System.Threading.CancellationToken)">
            <summary>
            Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes, or when the specified <see cref="T:System.Threading.CancellationToken" /> has cancellation requested.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WaitAsync``1(System.Threading.Tasks.Task{``0},System.TimeSpan)">
            <summary>
            Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes, or when the specified timeout expires.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WaitAsync``1(System.Threading.Tasks.Task{``0},System.TimeSpan,System.Threading.CancellationToken)">
            <summary>
            Gets a <see cref="T:System.Threading.Tasks.Task" /> that will complete when this <see cref="T:System.Threading.Tasks.Task" /> completes, when the specified timeout expires, or when the specified <see cref="T:System.Threading.CancellationToken" /> has cancellation requested.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SetCanceled``1(System.Threading.Tasks.TaskCompletionSource{``0},System.Threading.CancellationToken)">
            <summary>
            Transitions the underlying <see cref="T:System.Threading.Tasks.Task`1" /> into the <see cref="F:System.Threading.Tasks.TaskStatus.Canceled" /> state
            using the specified token.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ConnectAsync(System.Net.Sockets.TcpClient,System.Net.IPAddress,System.Int32,System.Threading.CancellationToken)">
            <summary>
            Connects the client to a remote TCP host using the specified IP address and port number as an asynchronous operation.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ConnectAsync(System.Net.Sockets.TcpClient,System.Net.IPAddress[],System.Int32,System.Threading.CancellationToken)">
            <summary>
            Connects the client to a remote TCP host using the specified IP addresses and port number as an asynchronous operation.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ConnectAsync(System.Net.Sockets.TcpClient,System.String,System.Int32,System.Threading.CancellationToken)">
            <summary>
            Connects the client to a remote TCP host using the specified host and port number as an asynchronous operation.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ConnectAsync(System.Net.Sockets.TcpClient,System.Net.IPEndPoint,System.Threading.CancellationToken)">
            <summary>
            Connects the client to a remote TCP host using the specified endpoint as an asynchronous operation.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadAsync(System.IO.TextReader,System.Memory{System.Char},System.Threading.CancellationToken)">
            <summary>
            Asynchronously reads the characters from the current stream into a memory block.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadToEndAsync(System.IO.TextReader,System.Threading.CancellationToken)">
            <summary>
            Reads all characters from the current position to the end of the stream asynchronously and returns them as one string.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReadLineAsync(System.IO.TextReader,System.Threading.CancellationToken)">
            <summary>
            Reads a line of characters asynchronously and returns the data as a string.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.FlushAsync(System.IO.TextWriter,System.Threading.CancellationToken)">
            <summary>
            Asynchronously clears all buffers for the current writer and causes any buffered data to
            be written to the underlying device.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Write(System.IO.TextWriter,System.Text.StringBuilder)">
            <summary>
            Equivalent to Write(stringBuilder.ToString()) however it uses the
            StringBuilder.GetChunks() method to avoid creating the intermediate string
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WriteAsync(System.IO.TextWriter,System.Text.StringBuilder,System.Threading.CancellationToken)">
            <summary>
            Equivalent to WriteAsync(stringBuilder.ToString()) however it uses the
            StringBuilder.GetChunks() method to avoid creating the intermediate string
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WriteAsync(System.IO.TextWriter,System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
            <summary>
            Asynchronously writes a character memory region to the stream.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WriteLineAsync(System.IO.TextWriter,System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
            <summary>
            Asynchronously writes the text representation of a character memory region to the stream, followed by a line terminator.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.Write(System.IO.TextWriter,System.ReadOnlySpan{System.Char})">
            <summary>
            Writes a character span to the text stream.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.WriteLine(System.IO.TextWriter,System.ReadOnlySpan{System.Char})">
            <summary>
            Writes the text representation of a character span to the text stream, followed by a line terminator.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.TimeSpan,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Guid,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char})">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.SByte,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Byte,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Int16,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.UInt16,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Int32,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.UInt32,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Int64,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.UInt64,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Single,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Double,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Decimal,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.DateTimeOffset,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.DateTime,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.TimeSpan,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Guid,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.SByte,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Byte,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Int16,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.UInt16,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Int32,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.UInt32,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Int64,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.UInt64,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Single,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Double,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Decimal,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.Boolean,System.Span{System.Char},System.Int32@)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.DateTimeOffset,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.TryFormat(System.DateTime,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)">
            <summary>
            Tries to format the value of the current instance into the provided span of characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetMethod(System.Type,System.String,System.Int32,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])">
            <summary>
            Searches for the specified method whose parameters match the specified generic parameter count, argument types and modifiers, using the specified binding constraints.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetMethod(System.Type,System.String,System.Int32,System.Reflection.BindingFlags,System.Type[])">
            <summary>
            Searches for the specified method whose parameters match the specified generic parameter count, argument types and modifiers, using the specified binding constraints.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.IsGenericMethodParameter(System.Type)">
            <summary>
            Gets a value that indicates whether the current Type represents a type parameter in the definition of a generic method.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.IsAssignableTo``1(System.Type)">
            <summary>
            Generic version of Type.IsAssignableTo https://learn.microsoft.com/en-us/dotnet/api/system.type.isassignableto.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.IsAssignableFrom``1(System.Type)">
            <summary>
            Generic version of Type.IsAssignableFrom https://learn.microsoft.com/en-us/dotnet/api/system.type.isassignablefrom.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.IsAssignableTo(System.Type,System.Type)">
            <summary>
            Determines whether the current type can be assigned to a variable of the specified targetType.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetMemberWithSameMetadataDefinitionAs(System.Type,System.Reflection.MemberInfo)">
            <summary>
            Searches for the MemberInfo on the current Type that matches the specified MemberInfo.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.ReceiveAsync(System.Net.Sockets.UdpClient,System.Threading.CancellationToken)">
            <summary>
            Returns a UDP datagram asynchronously that was sent by a remote host.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SendAsync(System.Net.Sockets.UdpClient,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Sends a UDP datagram asynchronously to a remote host.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SendAsync(System.Net.Sockets.UdpClient,System.ReadOnlyMemory{System.Byte},System.Net.IPEndPoint,System.Threading.CancellationToken)">
            <summary>
            Sends a UDP datagram asynchronously to a remote host.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SendAsync(System.Net.Sockets.UdpClient,System.ReadOnlyMemory{System.Byte},System.String,System.Int32,System.Threading.CancellationToken)">
            <summary>
            Sends a UDP datagram asynchronously to a remote host.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SaveAsync(System.Xml.Linq.XDocument,System.Xml.XmlWriter,System.Threading.CancellationToken)">
            <summary>
            Output this <see cref="T:System.Xml.Linq.XDocument" /> to an <see cref="T:System.Xml.XmlWriter" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SaveAsync(System.Xml.Linq.XDocument,System.IO.Stream,System.Xml.Linq.SaveOptions,System.Threading.CancellationToken)">
            <summary>
            Output this <see cref="T:System.Xml.Linq.XDocument" /> to a <see cref="T:System.IO.Stream" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SaveAsync(System.Xml.Linq.XDocument,System.IO.TextWriter,System.Xml.Linq.SaveOptions,System.Threading.CancellationToken)">
            <summary>
            Output this <see cref="T:System.Xml.Linq.XDocument" /> to a <see cref="T:System.IO.TextWriter" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SaveAsync(System.Xml.Linq.XElement,System.Xml.XmlWriter,System.Threading.CancellationToken)">
            <summary>
            Output this <see cref="T:System.Xml.Linq.XElement" /> to an <see cref="T:System.Xml.XmlWriter" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SaveAsync(System.Xml.Linq.XElement,System.IO.Stream,System.Xml.Linq.SaveOptions,System.Threading.CancellationToken)">
            <summary>
            Output this <see cref="T:System.Xml.Linq.XElement" /> to a <see cref="T:System.IO.Stream" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.SaveAsync(System.Xml.Linq.XElement,System.IO.TextWriter,System.Xml.Linq.SaveOptions,System.Threading.CancellationToken)">
            <summary>
            Output this <see cref="T:System.Xml.Linq.XElement" /> to a <see cref="T:System.IO.TextWriter" />.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.GetInt32(System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetInt32(System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.GetInt32(System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetInt32(System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.GetBytes(System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetBytes(System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.Fill(System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.Fill(System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.Polyfill.GetItems``1(System.ReadOnlySpan{``0},System.Span{``0})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetItems``1(System.ReadOnlySpan{``0},System.Span{``0})" />
        </member>
        <member name="M:Polyfills.Polyfill.GetItems``1(System.ReadOnlySpan{``0},System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetItems``1(System.ReadOnlySpan{``0},System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.GetString(System.ReadOnlySpan{System.Char},System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetString(System.ReadOnlySpan{System.Char},System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.GetHexString(System.Span{System.Char},System.Boolean)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetHexString(System.Span{System.Char},System.Boolean)" />
        </member>
        <member name="M:Polyfills.Polyfill.Shuffle``1(System.Span{``0})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.Shuffle``1(System.Span{``0})" />
        </member>
        <member name="M:Polyfills.Polyfill.GetHexString(System.Int32,System.Boolean)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetHexString(System.Int32,System.Boolean)" />
        </member>
        <member name="M:Polyfills.Polyfill.get_Shared">
            <inheritdoc cref="P:Polyfills.Polyfill.&lt;G&gt;$5AB4ABAAFA3359CDE65D50F3C2439F05.Shared" />
        </member>
        <member name="M:Polyfills.Polyfill.IsMatch(System.Text.RegularExpressions.Regex,System.ReadOnlySpan{System.Char},System.Int32)">
            <summary>
            Indicates whether the regular expression specified in the Regex constructor finds a match in a specified input span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.IsMatch(System.Text.RegularExpressions.Regex,System.ReadOnlySpan{System.Char})">
            <summary>
            Indicates whether the regular expression specified in the Regex constructor finds a match in a specified input span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnumerateMatches(System.Text.RegularExpressions.Regex,System.ReadOnlySpan{System.Char})">
            <summary>
            Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.EnumerateMatches(System.Text.RegularExpressions.Regex,System.ReadOnlySpan{System.Char},System.Int32)">
            <summary>
            Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)" />
        </member>
        <member name="M:Polyfills.Polyfill.IsMatch(System.ReadOnlySpan{System.Char},System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.IsMatch(System.ReadOnlySpan{System.Char},System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String)" />
        </member>
        <member name="M:Polyfills.Polyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)" />
        </member>
        <member name="M:Polyfills.Polyfill.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)" />
        </member>
        <member name="M:Polyfills.Polyfill.Join(System.Char,System.ReadOnlySpan{System.Object})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.ReadOnlySpan{System.Object})" />
        </member>
        <member name="M:Polyfills.Polyfill.Join(System.Char,System.ReadOnlySpan{System.String})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.ReadOnlySpan{System.String})" />
        </member>
        <member name="M:Polyfills.Polyfill.Join(System.String,System.ReadOnlySpan{System.String})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.String,System.ReadOnlySpan{System.String})" />
        </member>
        <member name="M:Polyfills.Polyfill.GetHashCode(System.ReadOnlySpan{System.Char})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.GetHashCode(System.ReadOnlySpan{System.Char})" />
        </member>
        <member name="M:Polyfills.Polyfill.GetHashCode(System.ReadOnlySpan{System.Char},System.StringComparison)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.GetHashCode(System.ReadOnlySpan{System.Char},System.StringComparison)" />
        </member>
        <member name="M:Polyfills.Polyfill.Join(System.String,System.ReadOnlySpan{System.Object})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.String,System.ReadOnlySpan{System.Object})" />
        </member>
        <member name="M:Polyfills.Polyfill.Join(System.Char,System.String[])">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.String[])" />
        </member>
        <member name="M:Polyfills.Polyfill.Join(System.Char,System.Object[])">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.Object[])" />
        </member>
        <member name="M:Polyfills.Polyfill.Join(System.Char,System.String[],System.Int32,System.Int32)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.String[],System.Int32,System.Int32)" />
        </member>
        <member name="M:Polyfills.Polyfill.Join``1(System.Char,System.Collections.Generic.IEnumerable{``0})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join``1(System.Char,System.Collections.Generic.IEnumerable{``0})" />
        </member>
        <member name="M:Polyfills.Polyfill.Create``1(System.Int32,``0,System.Buffers.SpanAction{System.Char,``0})">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Create``1(System.Int32,``0,System.Buffers.SpanAction{System.Char,``0})" />
        </member>
        <member name="M:Polyfills.Polyfill.get_CompletedTask">
            <inheritdoc cref="P:Polyfills.Polyfill.&lt;G&gt;$BD9BB691A87FFB1A1C7CCB220BA27DF6.CompletedTask" />
        </member>
        <member name="M:Polyfills.Polyfill.get_ExternalAttributes(System.IO.Compression.ZipArchiveEntry)">
            <inheritdoc cref="P:Polyfills.Polyfill.&lt;G&gt;$E59C9E2B0DA09EA97F0D27E2F5DEBB2A.ExternalAttributes" />
        </member>
        <member name="M:Polyfills.Polyfill.set_ExternalAttributes(System.IO.Compression.ZipArchiveEntry,System.Int32)">
            <inheritdoc cref="P:Polyfills.Polyfill.&lt;G&gt;$E59C9E2B0DA09EA97F0D27E2F5DEBB2A.ExternalAttributes" />
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToDirectoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.ExtractToDirectoryAsync(System.String,System.String,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToDirectoryAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.ExtractToDirectoryAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToDirectoryAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.ExtractToDirectoryAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.ExtractToDirectoryAsync(System.String,System.String,System.Text.Encoding,System.Boolean,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.ExtractToDirectoryAsync(System.String,System.String,System.Text.Encoding,System.Boolean,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.CreateFromDirectoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.CreateFromDirectoryAsync(System.String,System.String,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.CreateFromDirectoryAsync(System.String,System.String,System.IO.Compression.CompressionLevel,System.Boolean,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.CreateFromDirectoryAsync(System.String,System.String,System.IO.Compression.CompressionLevel,System.Boolean,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.CreateFromDirectoryAsync(System.String,System.String,System.IO.Compression.CompressionLevel,System.Boolean,System.Text.Encoding,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.CreateFromDirectoryAsync(System.String,System.String,System.IO.Compression.CompressionLevel,System.Boolean,System.Text.Encoding,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexString(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters.
            Parameters specify the subset as an offset in the input array and the number of elements in the array to convert.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexStringLower(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with lowercase hex characters.
            Parameters specify the subset as an offset in the input array and the number of elements in the array to convert.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexStringLower(System.Byte[])">
            <summary>
            Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with lowercase hex characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexString(System.Byte[])">
            <summary>
            Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.FromHexString(System.String)">
            <summary>
            Converts the specified string, which encodes binary data as hex characters, to an equivalent 8-bit unsigned integer array.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.FromHexString(System.ReadOnlySpan{System.Char})">
            <summary>
            Converts the span, which encodes binary data as hex characters, to an equivalent 8-bit unsigned integer array.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexString(System.ReadOnlySpan{System.Byte})">
            <summary>
            Converts a span of 8-bit unsigned integers to its equivalent string representation that is encoded with uppercase hex characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.ToHexStringLower(System.ReadOnlySpan{System.Byte})">
            <summary>
            Converts a span of 8-bit unsigned integers to its equivalent string representation that is encoded with lowercase hex characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.TryToHexString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@)">
            <summary>
            Converts a span of 8-bit unsigned integers to its equivalent span representation that is encoded with uppercase hex characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E8D5B6126DFD7E817B5797C1A237D3F.TryToHexStringLower(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@)">
            <summary>
            Converts a span of 8-bit unsigned integers to its equivalent span representation that is encoded with lowercase hex characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParse(System.String,System.IFormatProvider,System.DateTimeOffset@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.DateTimeOffset@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParse(System.ReadOnlySpan{System.Char},System.DateTimeOffset@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParseExact(System.ReadOnlySpan{System.Char},System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F57D98B00617BA4856B9B5882EBBA37F.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParse(System.String,System.IFormatProvider,System.DateTime@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.DateTime@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParse(System.ReadOnlySpan{System.Char},System.DateTime@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParseExact(System.ReadOnlySpan{System.Char},System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AC0E513418EF159D5C3E15BA59576B4F.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4D3227A5AC6A380C659FBD62A27995E8.EnumerateInvocationList``1(``0)">
            <summary>
            Gets an enumerator for the invocation targets of this delegate.
            </summary>
        </member>
        <member name="P:Polyfills.Polyfill.&lt;G&gt;$4D3227A5AC6A380C659FBD62A27995E8.HasSingleTarget">
            <summary>
            Gets a value that indicates whether the Delegate has a single invocation target.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.GetValues``1">
            <summary>
            Retrieves an array of the values of the constants in a specified enumeration type.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.IsDefined``1(``0)">
            <summary>Returns a <see cref="T:System.Boolean" /> telling whether a given integral value exists in a specified enumeration.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.GetNames``1">
            <summary>
            Retrieves an array of the names of the constants in a specified enumeration type.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.Parse``1(System.String)">
            <summary>
            Converts the string representation of the name or numeric value of one or more enumerated constants specified by TEnum to an equivalent enumerated object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.Parse``1(System.String,System.Boolean)">
            <summary>
            Converts the string representation of the name or numeric value of one or more enumerated constants specified by TEnum to an equivalent enumerated object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.Parse``1(System.ReadOnlySpan{System.Char})">
            <summary>
            Converts the span of characters representation of the name or numeric value of one or more enumerated constants specified by TEnum to an equivalent enumerated object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.Parse``1(System.ReadOnlySpan{System.Char},System.Boolean)">
            <summary>
            Converts the span of characters representation of the name or numeric value of one or more enumerated constants specified by TEnum to an equivalent enumerated object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.TryParse``1(System.ReadOnlySpan{System.Char},``0@)">
            <summary>
            Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.TryParse``1(System.ReadOnlySpan{System.Char},System.Boolean,``0@)">
            <summary>
            Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-sensitive. The return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$8E5C3F0AE356A7A1CAD4B372112D6A6D.TryFormat``1(``0,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char})">
            <summary>
            Tries to format the value of the enumerated type instance into the provided span of characters.
            </summary>
        </member>
        <member name="P:Polyfills.Polyfill.&lt;G&gt;$57DD63EC381B40E0D8049D1E01FA2D1C.ProcessId">
            <summary>
            Gets the unique identifier for the current process.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllBytes(System.String,System.Byte[])">
            <summary>
            Appends the specified byte array to the end of the file at the given path.
            If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken)">
            <summary>
            Asynchronously appends the specified byte array to the end of the file at the given path.
            If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a file or creates the file if it does not already exist, appends the specified string to the file using the specified encoding, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a file or creates the file if it does not already exist, appends the specified string to the file, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllText(System.String,System.ReadOnlySpan{System.Char})">
            <summary>
            Appends the specified string to the file, creating the file if it does not already exist.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllText(System.String,System.ReadOnlySpan{System.Char},System.Text.Encoding)">
            <summary>
            Appends the specified string to the file, creating the file if it does not already exist.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllBytes(System.String,System.ReadOnlySpan{System.Byte})">
            <summary>
            Appends the specified byte array to the end of the file at the given path.
            If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllBytesAsync(System.String,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is truncated and overwritten.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllText(System.String,System.ReadOnlySpan{System.Char})">
            <summary>
            Creates a new file, writes the specified string to the file, and then closes the file.
            If the target file already exists, it is truncated and overwritten.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllText(System.String,System.ReadOnlySpan{System.Char},System.Text.Encoding)">
            <summary>
            Creates a new file, writes the specified string to the file using the specified encoding, and then closes the file.
            If the target file already exists, it is truncated and overwritten.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllBytesAsync(System.String,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously appends the specified byte array to the end of the file at the given path.
            If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.Move(System.String,System.String,System.Boolean)">
            <summary>
            Moves a specified file to a new location, providing the options to specify a new file name and to replace the destination file if it already exists.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is truncated and overwritten.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new file, writes the specified lines to the file, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new file, write the specified lines to the file by using the specified encoding, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)">
            <summary>
            Asynchronously appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllLinesAsync(System.String,System.Collections.Generic.IEnumerable{System.String},System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously appends lines to a file by using a specified encoding, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is truncated and overwritten.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.WriteAllTextAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new file, writes the specified string to the file using the specified encoding, and then closes the file. If the target file already exists, it is truncated and overwritten.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllTextAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a file or creates the file if it does not already exist, appends the specified string to the file using the specified encoding, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.AppendAllTextAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a file or creates the file if it does not already exist, appends the specified string to the file, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllBytesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a binary file, reads the contents of the file into a byte array, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllLinesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a text file, reads all lines of the file, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllLinesAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a text file, reads all lines of the file with the specified encoding, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllTextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a text file, reads all the text in the file, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadAllTextAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously opens a text file, reads all text in the file with the specified encoding, and then closes the file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadLinesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Asynchronously reads the lines of a file.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.ReadLinesAsync(System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously reads the lines of a file that has a specified encoding.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.GetUnixFileMode(System.String)">
            <summary>
            Gets the UnixFileMode of the file on the path.
            </summary>
            <param name="path">The path to the file.</param>
            <returns>The UnixFileMode of the file handle.</returns>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$F8AA2908BAC5E2DCE9609C46C9D7AE18.SetUnixFileMode(System.String,System.IO.UnixFileMode)">
            <summary>
            Sets the specified UnixFileMode of the file on the specified pat
            </summary>
            <param name="path">The path to the file.</param>
            <param name="mode">The Unix file mode.</param>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParse(System.String,System.IFormatProvider,System.Guid@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.CreateVersion7">
            <summary>Creates a new <see cref="T:System.Guid" /> according to RFC 9562, following the Version 7 format.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.CreateVersion7(System.DateTimeOffset)">
            <summary>Creates a new <see cref="T:System.Guid" /> according to RFC 9562, following the Version 7 format.</summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParseExact(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char},System.Guid@)">
            <summary>
            Converts span of characters representing the GUID to the equivalent Guid structure, provided that the string is in the specified format.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Guid@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParse(System.ReadOnlySpan{System.Char},System.Guid@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.TryParse(System.ReadOnlySpan{System.Byte},System.Guid@)">
            <summary>
            Tries to parse a span of UTF-8 bytes into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$68F3962AE5697E254AA596E55C7A8792.Parse(System.ReadOnlySpan{System.Byte})">
            <summary>
            Parse a span of UTF-8 bytes into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Single,System.Single,System.Single)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.UIntPtr,System.UIntPtr,System.UIntPtr)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.UInt64,System.UInt64,System.UInt64)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.UInt32,System.UInt32,System.UInt32)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.UInt16,System.UInt16,System.UInt16)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.SByte,System.SByte,System.SByte)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Int32,System.Int32,System.Int32)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Int64,System.Int64,System.Int64)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Int16,System.Int16,System.Int16)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Double,System.Double,System.Double)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Decimal,System.Decimal,System.Decimal)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.Byte,System.Byte,System.Byte)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$853505F4C6E4266CC0CF997A13BEC9E3.Clamp(System.IntPtr,System.IntPtr,System.IntPtr)">
            <summary>
            Returns value clamped to the inclusive range of min and max.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.String,System.IFormatProvider,System.Byte@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Byte@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Byte@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Byte},System.Byte@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its byte equivalent.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Char},System.Byte@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its byte equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$984646E5C90D4BE007AAE446F159AC52.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Byte@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its byte equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.String,System.IFormatProvider,System.Double@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Double@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Byte},System.Double@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its double-precision floating-point number equivalent..
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Char},System.Double@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Double@)">
            <summary>
            Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4EDA8CBD8B61F6706755C541165134FD.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Double@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.String,System.IFormatProvider,System.Int16@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int16@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Byte},System.Int16@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its short equivalent.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Char},System.Int16@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its short equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int16@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its short equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$390DAE713F975834EF0C1ED2BEC2DBAC.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int16@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.String,System.IFormatProvider,System.Int32@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int32@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Byte},System.Int32@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its 32-bit signed integer equivalent.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Char},System.Int32@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int32@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$BA41CFE2B5EDAEB8C1B9062F59ED4D69.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int32@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.String,System.IFormatProvider,System.Int64@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.Int64@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Byte},System.Int64@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its 64-bit signed integer equivalent.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Char},System.Int64@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.Int64@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$E8CA98ACBCAEE63BB261A3FD4AF31675.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Int64@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.String,System.IFormatProvider,System.SByte@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.SByte@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Byte},System.SByte@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its sbyte equivalent.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Char},System.SByte@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its sbyte equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.SByte@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its sbyte equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$49699017F639EF34A5A9E25ACB3E4B14.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.SByte@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.String,System.IFormatProvider,System.UInt16@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt16@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Byte},System.UInt16@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its ushort equivalent.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Char},System.UInt16@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its ushort equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its ushort equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$B7387B77E15A9DBF0D30EA969A07D0DD.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt16@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.String,System.IFormatProvider,System.UInt32@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt32@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Byte},System.UInt32@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its uint equivalent.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Char},System.UInt32@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its uint equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its uint equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$59D1B7AA0B822E2E4777E961258AA046.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt32@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.String,System.IFormatProvider,System.UInt64@)">
            <summary>
            Tries to parse a string into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Byte},System.IFormatProvider,System.UInt64@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Byte},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)">
            <summary>
            Tries to parse a span of UTF-8 characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Byte},System.UInt64@)">
            <summary>
            Tries to convert a UTF-8 character span containing the string representation of a number to its ulong equivalent.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Char},System.UInt64@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its ulong equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Char},System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64@)">
            <summary>
            Converts the span representation of a number in a specified style and culture-specific format to its ulong equivalent. A return value indicates whether the conversion succeeded.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$CC86B4FD6473E1534D8E28315C194AD4.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.UInt64@)">
            <summary>
            Tries to parse a span of characters into a value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWasi">
            <summary>
            Indicates whether the current application is running as WASI.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsMacCatalyst">
            <summary>
            Indicates whether the current application is running on Mac Catalyst.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsMacCatalystVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <summary>
            Check for the Mac Catalyst version (iOS version as presented in Apple documentation) with a ≤ version comparison. Used to guard APIs that were added in the given Mac Catalyst release.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsMacOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if the macOS version (returned by libobjc.get_operatingSystemVersion) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified macOS version.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsFreeBSDVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if the FreeBSD version (returned by the Linux command uname) is greater than or equal to the specified version.
            This method can be used to guard APIs that were added in the specified version.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsAndroid">
            <summary>
            Indicates whether the current application is running on Android.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsAndroidVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if the Android version (returned by the Linux command uname) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified version.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWindowsVersionAtLeast(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if the Windows version (returned by RtlGetVersion) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified Windows version.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsOSPlatform(System.String)">
            <summary>
            Indicates whether the current application is running on the specified platform.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsOSPlatformVersionAtLeast(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if the operating system version is greater than or equal to the specified platform version. This method can be used to guard APIs that were added in the specified OS version.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWindows">
            <summary>
            Indicates whether the current application is running on Windows.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsMacOS">
            <summary>
            Indicates whether the current application is running on macOS.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsIOS">
            <summary>
            Indicates whether the current application is running on iOS or MacCatalyst.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsLinux">
            <summary>
            Indicates whether the current application is running on Linux.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsFreeBSD">
            <summary>
            Indicates whether the current application is running on FreeBSD.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsIOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if the iOS/MacCatalyst version (returned by libobjc.get_operatingSystemVersion) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified iOS version.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsTvOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if the tvOS version (returned by libobjc.get_operatingSystemVersion) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified tvOS version.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsTvOS">
            <summary>
            Indicates whether the current application is running on tvOS.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWatchOS">
            <summary>
            Indicates whether the current application is running on watchOS.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsWatchOSVersionAtLeast(System.Int32,System.Int32,System.Int32)">
            <summary>
            Checks if the watchOS version (returned by libobjc.get_operatingSystemVersion) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified watchOS version.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$7605939981053B1C5929A1954636C53C.IsBrowser">
            <summary>
            Indicates whether the current application is running as WASM in a browser.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.GetDirectoryName(System.ReadOnlySpan{System.Char})">
            <summary>
            Returns the directory information for the specified path represented by a character span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.GetFileName(System.ReadOnlySpan{System.Char})">
            <summary>
            Returns the file name and extension of a file path that is represented by a read-only character span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.GetFileNameWithoutExtension(System.ReadOnlySpan{System.Char})">
            <summary>
            Returns the file name without the extension of a file path that is represented by a read-only character span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.HasExtension(System.ReadOnlySpan{System.Char})">
            <summary>
            Determines whether the path represented by the specified character span includes a file name extension.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.GetExtension(System.ReadOnlySpan{System.Char})">
            <summary>
            Returns the extension of the given path.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.Combine(System.ReadOnlySpan{System.String})">
            <summary>
            Combines a span of strings into a path.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.EndsInDirectorySeparator(System.ReadOnlySpan{System.Char})">
            <summary>
            Returns a value that indicates whether the path, specified as a read-only span, ends in a directory separator.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.TrimEndingDirectorySeparator(System.ReadOnlySpan{System.Char})">
            <summary>
            Trims one trailing directory separator beyond the root of the specified path.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.EndsInDirectorySeparator(System.String)">
            <summary>
            Returns a value that indicates whether the specified path ends in a directory separator.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.TrimEndingDirectorySeparator(System.String)">
            <summary>
            Trims one trailing directory separator beyond the root of the specified path.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$009965FC9BE91ED9D11C3C63624A1761.Exists(System.String)">
            <summary>
            Determines whether the specified file or directory exists.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.Int32BitsToSingle(System.Int32)">
            <summary>
            Reinterprets the specified 32-bit integer as a single-precision floating-point value.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.UInt32BitsToSingle(System.UInt32)">
            <summary>
            Converts the specified 32-bit unsigned integer to a single-precision floating point number.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.UInt64BitsToDouble(System.UInt64)">
            <summary>
            Converts the specified 64-bit unsigned integer to a double-precision floating point number.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.SingleToInt32Bits(System.Single)">
            <summary>
            Converts a single-precision floating-point value into an integer.
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.SingleToUInt32Bits(System.Single)">
            <summary>
            Converts the specified single-precision floating point number to a 32-bit unsigned integer.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$AD7B493EA5B997403D5CB15F827B81EC.DoubleToUInt64Bits(System.Double)">
            <summary>
            Converts the specified double-precision floating point number to a 64-bit unsigned integer.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetInt32(System.Int32,System.Int32)">
             <summary>
            Generates a random integer between a specified inclusive lower bound and a specified exclusive upper bound using a cryptographically strong random number generator.
             </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetInt32(System.Int32)">
            <summary>
            Generates a random integer between 0 (inclusive) and a specified exclusive upper bound using a cryptographically strong random number generator.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetBytes(System.Int32)">
            <summary>
            Creates an array of bytes with a cryptographically strong random sequence of values.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.Fill(System.Span{System.Byte})">
            <summary>
            Fills a span with cryptographically strong random bytes.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetItems``1(System.ReadOnlySpan{``0},System.Span{``0})">
            <summary>
              Fills the elements of a specified span with items chosen at random from the provided set of choices.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetItems``1(System.ReadOnlySpan{``0},System.Int32)">
            <summary>
              Creates an array populated with items chosen at random from choices.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetString(System.ReadOnlySpan{System.Char},System.Int32)">
            <summary>
              Creates a string populated with characters chosen at random from choices.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetHexString(System.Span{System.Char},System.Boolean)">
            <summary>
              Fills a buffer with cryptographically random hexadecimal characters.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.Shuffle``1(System.Span{``0})">
            <summary>
              Performs an in-place shuffle of a span using cryptographically random number generation.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$492A05EBCBEAE9092DC986CDAE193EE9.GetHexString(System.Int32,System.Boolean)">
            <summary>
              Creates a string filled with cryptographically random hexadecimal characters.
            </summary>
        </member>
        <member name="P:Polyfills.Polyfill.&lt;G&gt;$5AB4ABAAFA3359CDE65D50F3C2439F05.Shared">
            <summary>
            Provides a thread-safe Random instance that may be used concurrently from any thread.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)">
            <summary>
            Indicates whether the specified regular expression finds a match in the specified input span, using the specified matching options and time-out interval.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.IsMatch(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)">
            <summary>
            Indicates whether the specified regular expression finds a match in the specified input span, using the specified matching options.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.IsMatch(System.ReadOnlySpan{System.Char},System.String)">
            <summary>
            Indicates whether the specified regular expression finds a match in the specified input span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String)">
            <summary>
            Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)">
            <summary>
            Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$1AB12133D409FE96AAE6B0083687F1E9.EnumerateMatches(System.ReadOnlySpan{System.Char},System.String,System.Text.RegularExpressions.RegexOptions)">
            <summary>
            Searches an input span for all occurrences of a regular expression and returns a Regex.ValueMatchEnumerator to iterate over the matches.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.ReadOnlySpan{System.Object})">
            <summary>
            Concatenates the string representations of a span of objects, using the specified separator between each member.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.ReadOnlySpan{System.String})">
            <summary>
            Concatenates a span of strings, using the specified separator between each member.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.String,System.ReadOnlySpan{System.String})">
            <summary>
            Concatenates a span of strings, using the specified separator between each member.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.GetHashCode(System.ReadOnlySpan{System.Char})">
            <summary>
            Returns the hash code for the provided read-only character span.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.GetHashCode(System.ReadOnlySpan{System.Char},System.StringComparison)">
            <summary>
            Returns the hash code for the provided read-only character span using the specified rules.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.String,System.ReadOnlySpan{System.Object})">
            <summary>
            Concatenates the string representations of a span of objects, using the specified separator between each member.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.String[])">
            <summary>
            Concatenates an array of strings, using the specified separator between each member.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.Object[])">
            <summary>
            Concatenates the string representations of an array of objects, using the specified separator between each member.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join(System.Char,System.String[],System.Int32,System.Int32)">
            <summary>
            Concatenates the specified elements of a string array, using the specified separator between each element.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Join``1(System.Char,System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Concatenates the specified elements of a string array, using the specified separator between each element.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$34505F560D9EACF86A87F3ED1F85E448.Create``1(System.Int32,``0,System.Buffers.SpanAction{System.Char,``0})">
            <summary>
            Creates a new string with a specific length and initializes it after creation by using the specified callback.
            </summary>
        </member>
        <member name="P:Polyfills.Polyfill.&lt;G&gt;$BD9BB691A87FFB1A1C7CCB220BA27DF6.CompletedTask">
            <summary>Gets a task that has already completed successfully.</summary>
        </member>
        <member name="P:Polyfills.Polyfill.&lt;G&gt;$E59C9E2B0DA09EA97F0D27E2F5DEBB2A.ExternalAttributes">
            <summary>
            OS and application specific file attributes.
            </summary>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.ExtractToDirectoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Asynchronously extracts all the files in the specified archive to a directory on the file system.
            </summary>
            <param name="sourceArchiveFileName">The path to the archive to extract.</param>
            <param name="destinationDirectoryName">The path to the directory in which to place the extracted files.</param>
            <param name="cancellationToken">The token to monitor for cancellation requests.</param>
            <returns>A task that represents the asynchronous extract operation.</returns>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.ExtractToDirectoryAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Asynchronously extracts all the files in the specified archive to a directory on the file system.
            </summary>
            <param name="sourceArchiveFileName">The path to the archive to extract.</param>
            <param name="destinationDirectoryName">The path to the directory in which to place the extracted files.</param>
            <param name="overwriteFiles">true to overwrite existing files; false otherwise.</param>
            <param name="cancellationToken">The token to monitor for cancellation requests.</param>
            <returns>A task that represents the asynchronous extract operation.</returns>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.ExtractToDirectoryAsync(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously extracts all the files in the specified archive to a directory on the file system and uses the specified character encoding for entry names.
            </summary>
            <param name="sourceArchiveFileName">The path to the archive to extract.</param>
            <param name="destinationDirectoryName">The path to the directory in which to place the extracted files.</param>
            <param name="entryNameEncoding">The encoding to use when reading entry names in this archive.</param>
            <param name="cancellationToken">The token to monitor for cancellation requests.</param>
            <returns>A task that represents the asynchronous extract operation.</returns>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.ExtractToDirectoryAsync(System.String,System.String,System.Text.Encoding,System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Asynchronously extracts all the files in the specified archive to a directory on the file system and uses the specified character encoding for entry names.
            </summary>
            <param name="sourceArchiveFileName">The path to the archive to extract.</param>
            <param name="destinationDirectoryName">The path to the directory in which to place the extracted files.</param>
            <param name="entryNameEncoding">The encoding to use when reading entry names in this archive.</param>
            <param name="overwriteFiles">true to overwrite existing files; false otherwise.</param>
            <param name="cancellationToken">The token to monitor for cancellation requests.</param>
            <returns>A task that represents the asynchronous extract operation.</returns>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.CreateFromDirectoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a zip archive that contains the files and directories from the specified directory.
            </summary>
            <param name="sourceDirectoryName">The path to the directory to archive.</param>
            <param name="destinationArchiveFileName">The path of the archive to create.</param>
            <param name="cancellationToken">The token to monitor for cancellation requests.</param>
            <returns>A task that represents the asynchronous create operation.</returns>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.CreateFromDirectoryAsync(System.String,System.String,System.IO.Compression.CompressionLevel,System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a zip archive that contains the files and directories from the specified directory and uses the specified compression level.
            </summary>
            <param name="sourceDirectoryName">The path to the directory to archive.</param>
            <param name="destinationArchiveFileName">The path of the archive to create.</param>
            <param name="compressionLevel">The compression level to use.</param>
            <param name="includeBaseDirectory">true to include the directory name from sourceDirectoryName at the root of the archive; false otherwise.</param>
            <param name="cancellationToken">The token to monitor for cancellation requests.</param>
            <returns>A task that represents the asynchronous create operation.</returns>
        </member>
        <member name="M:Polyfills.Polyfill.&lt;G&gt;$4E14A39FD01773A148FA55FFD9F99471.CreateFromDirectoryAsync(System.String,System.String,System.IO.Compression.CompressionLevel,System.Boolean,System.Text.Encoding,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a zip archive that contains the files and directories from the specified directory, uses the specified compression level and character encoding for entry names.
            </summary>
            <param name="sourceDirectoryName">The path to the directory to archive.</param>
            <param name="destinationArchiveFileName">The path of the archive to create.</param>
            <param name="compressionLevel">The compression level to use.</param>
            <param name="includeBaseDirectory">true to include the directory name from sourceDirectoryName at the root of the archive; false otherwise.</param>
            <param name="entryNameEncoding">The encoding to use when reading or writing entry names in this archive.</param>
            <param name="cancellationToken">The token to monitor for cancellation requests.</param>
            <returns>A task that represents the asynchronous create operation.</returns>
        </member>
        <member name="M:Polyfills.MD5Polyfill.HashData(System.Byte[])">
            <inheritdoc cref="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.Byte[])" />
        </member>
        <member name="M:Polyfills.MD5Polyfill.HashData(System.IO.Stream)">
            <inheritdoc cref="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.IO.Stream)" />
        </member>
        <member name="M:Polyfills.MD5Polyfill.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.MD5Polyfill.HashData(System.IO.Stream,System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.IO.Stream,System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.MD5Polyfill.HashData(System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.MD5Polyfill.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.MD5Polyfill.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.MD5Polyfill.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <inheritdoc cref="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" />
        </member>
        <member name="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.Byte[])">
            <summary>
            Computes the hash of data using the MD5 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.IO.Stream)">
            <summary>
            Computes the hash of a stream using the MD5 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the MD5 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.IO.Stream,System.Span{System.Byte})">
            <summary>
            Computes the hash of a stream using the MD5 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.ReadOnlySpan{System.Byte})">
            <summary>
            Computes the hash of data using the MD5 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the MD5 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <summary>
            Computes the hash of data using the MD5 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.MD5Polyfill.&lt;G&gt;$306697C4D3B8334ACB19138F90E57C7C.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <summary>
            Attempts to compute the hash of data using the MD5 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA1Polyfill.HashData(System.Byte[])">
            <inheritdoc cref="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.Byte[])" />
        </member>
        <member name="M:Polyfills.SHA1Polyfill.HashData(System.IO.Stream)">
            <inheritdoc cref="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.IO.Stream)" />
        </member>
        <member name="M:Polyfills.SHA1Polyfill.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.SHA1Polyfill.HashData(System.IO.Stream,System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.IO.Stream,System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA1Polyfill.HashData(System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA1Polyfill.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.SHA1Polyfill.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA1Polyfill.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <inheritdoc cref="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" />
        </member>
        <member name="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.Byte[])">
            <summary>
            Computes the hash of data using the SHA-1 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.IO.Stream)">
            <summary>
            Computes the hash of a stream using the SHA-1 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the SHA-1 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.IO.Stream,System.Span{System.Byte})">
            <summary>
            Computes the hash of a stream using the SHA-1 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.ReadOnlySpan{System.Byte})">
            <summary>
            Computes the hash of data using the SHA-1 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the SHA-1 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <summary>
            Computes the hash of data using the SHA-1 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA1Polyfill.&lt;G&gt;$C7CA6E8CA2D248DD86E84A80A4E2CF6F.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <summary>
            Attempts to compute the hash of data using the SHA-1 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA256Polyfill.HashData(System.Byte[])">
            <inheritdoc cref="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.Byte[])" />
        </member>
        <member name="M:Polyfills.SHA256Polyfill.HashData(System.IO.Stream)">
            <inheritdoc cref="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.IO.Stream)" />
        </member>
        <member name="M:Polyfills.SHA256Polyfill.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.SHA256Polyfill.HashData(System.IO.Stream,System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.IO.Stream,System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA256Polyfill.HashData(System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA256Polyfill.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.SHA256Polyfill.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA256Polyfill.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <inheritdoc cref="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" />
        </member>
        <member name="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.Byte[])">
            <summary>
            Computes the hash of data using the SHA-256 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.IO.Stream)">
            <summary>
            Computes the hash of a stream using the SHA-256 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the SHA-256 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.IO.Stream,System.Span{System.Byte})">
            <summary>
            Computes the hash of a stream using the SHA-256 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.ReadOnlySpan{System.Byte})">
            <summary>
            Computes the hash of a stream using the SHA-256 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the SHA-256 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <summary>
            Computes the hash of a stream using the SHA-256 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA256Polyfill.&lt;G&gt;$CC114BC9B5FE901CCCB00AEFA719A137.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <summary>
            Attempts to compute the hash of data using the SHA-256 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA384Polyfill.HashData(System.Byte[])">
            <inheritdoc cref="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.Byte[])" />
        </member>
        <member name="M:Polyfills.SHA384Polyfill.HashData(System.IO.Stream)">
            <inheritdoc cref="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.IO.Stream)" />
        </member>
        <member name="M:Polyfills.SHA384Polyfill.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.SHA384Polyfill.HashData(System.IO.Stream,System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.IO.Stream,System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA384Polyfill.HashData(System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA384Polyfill.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.SHA384Polyfill.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA384Polyfill.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <inheritdoc cref="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" />
        </member>
        <member name="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.Byte[])">
            <summary>
            Computes the hash of data using the SHA-384 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.IO.Stream)">
            <summary>
            Computes the hash of a stream using the SHA-384 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the SHA-384 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.IO.Stream,System.Span{System.Byte})">
            <summary>
            Computes the hash of a stream using the SHA-384 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.ReadOnlySpan{System.Byte})">
            <summary>
            Computes the hash of data using the SHA-384 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the SHA-384 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <summary>
            Computes the hash of data using the SHA-384 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA384Polyfill.&lt;G&gt;$BFDA3EABF63842513F0262FC6ECFE7D7.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <summary>
            Attempts to compute the hash of data using the SHA-384 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA512Polyfill.HashData(System.Byte[])">
            <inheritdoc cref="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.Byte[])" />
        </member>
        <member name="M:Polyfills.SHA512Polyfill.HashData(System.IO.Stream)">
            <inheritdoc cref="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.IO.Stream)" />
        </member>
        <member name="M:Polyfills.SHA512Polyfill.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.SHA512Polyfill.HashData(System.ReadOnlySpan{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.ReadOnlySpan{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA512Polyfill.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <inheritdoc cref="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" />
        </member>
        <member name="M:Polyfills.SHA512Polyfill.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA512Polyfill.HashData(System.IO.Stream,System.Span{System.Byte})">
            <inheritdoc cref="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.IO.Stream,System.Span{System.Byte})" />
        </member>
        <member name="M:Polyfills.SHA512Polyfill.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.Byte[])">
            <summary>
            Computes the hash of data using the SHA-512 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.IO.Stream)">
            <summary>
            Computes the hash of a stream using the SHA-512 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashDataAsync(System.IO.Stream,System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the SHA-512 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.ReadOnlySpan{System.Byte})">
            <summary>
            Computes the hash of a stream using the SHA-512 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.TryHashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)">
            <summary>
            Attempts to compute the hash of data using the SHA-512 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})">
            <summary>
            Computes the hash of a stream using the SHA-512 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashData(System.IO.Stream,System.Span{System.Byte})">
            <summary>
            Computes the hash of a stream using the SHA-512 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.SHA512Polyfill.&lt;G&gt;$31E03A186755FE55335F2C6A28FC14A3.HashDataAsync(System.IO.Stream,System.Memory{System.Byte},System.Threading.CancellationToken)">
            <summary>
            Asynchronously computes the hash of a stream using the SHA-512 algorithm.
            </summary>
        </member>
        <member name="M:Polyfills.XDocumentPolyfill.LoadAsync(System.IO.Stream,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.XDocumentPolyfill.&lt;G&gt;$BE912B4A4E8EFDED95BD9DCDF1BB864F.LoadAsync(System.IO.Stream,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.XDocumentPolyfill.LoadAsync(System.IO.TextReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.XDocumentPolyfill.&lt;G&gt;$BE912B4A4E8EFDED95BD9DCDF1BB864F.LoadAsync(System.IO.TextReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.XDocumentPolyfill.LoadAsync(System.Xml.XmlReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.XDocumentPolyfill.&lt;G&gt;$BE912B4A4E8EFDED95BD9DCDF1BB864F.LoadAsync(System.Xml.XmlReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.XDocumentPolyfill.&lt;G&gt;$BE912B4A4E8EFDED95BD9DCDF1BB864F.LoadAsync(System.IO.Stream,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new XDocument and initializes its underlying XML tree using the specified stream, optionally preserving white space.
            </summary>
        </member>
        <member name="M:Polyfills.XDocumentPolyfill.&lt;G&gt;$BE912B4A4E8EFDED95BD9DCDF1BB864F.LoadAsync(System.IO.TextReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new XDocument and initializes its underlying XML tree using the specified text reader, optionally preserving white space.
            </summary>
        </member>
        <member name="M:Polyfills.XDocumentPolyfill.&lt;G&gt;$BE912B4A4E8EFDED95BD9DCDF1BB864F.LoadAsync(System.Xml.XmlReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new XDocument and initializes its underlying XML tree using the specified text reader, optionally preserving white space.
            </summary>
        </member>
        <member name="M:Polyfills.XElementPolyfill.LoadAsync(System.IO.Stream,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.XElementPolyfill.&lt;G&gt;$7F36B48A1CC0DC1944B161C6557E26E4.LoadAsync(System.IO.Stream,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.XElementPolyfill.LoadAsync(System.IO.TextReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.XElementPolyfill.&lt;G&gt;$7F36B48A1CC0DC1944B161C6557E26E4.LoadAsync(System.IO.TextReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.XElementPolyfill.LoadAsync(System.Xml.XmlReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <inheritdoc cref="M:Polyfills.XElementPolyfill.&lt;G&gt;$7F36B48A1CC0DC1944B161C6557E26E4.LoadAsync(System.Xml.XmlReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)" />
        </member>
        <member name="M:Polyfills.XElementPolyfill.&lt;G&gt;$7F36B48A1CC0DC1944B161C6557E26E4.LoadAsync(System.IO.Stream,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new XElement and initializes its underlying XML tree using the specified stream, optionally preserving white space.
            </summary>
        </member>
        <member name="M:Polyfills.XElementPolyfill.&lt;G&gt;$7F36B48A1CC0DC1944B161C6557E26E4.LoadAsync(System.IO.TextReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new XElement and initializes its underlying XML tree using the specified text reader, optionally preserving white space.
            </summary>
        </member>
        <member name="M:Polyfills.XElementPolyfill.&lt;G&gt;$7F36B48A1CC0DC1944B161C6557E26E4.LoadAsync(System.Xml.XmlReader,System.Xml.Linq.LoadOptions,System.Threading.CancellationToken)">
            <summary>
            Asynchronously creates a new XElement and initializes its underlying XML tree using the specified text reader, optionally preserving white space.
            </summary>
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Extensions.DictionaryExtensions.MergeValues`2">
            <summary>
            Merges values with same key into one.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Extensions.DictionaryExtensions.Merge``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IReadOnlyDictionary{``0,``1},Microsoft.Copilot.Testing.Utils.Extensions.DictionaryExtensions.MergeValues{``0,``1})">
            <summary>
            Adds a content of given dictionary to current dictionary.
            </summary>
            <typeparam name="TKey"></typeparam>
            <typeparam name="TValue"></typeparam>
            <param name="dict">Dictionary to receive another values.</param>
            <param name="another">Dictionary to be merged into current.</param>
            <param name="mergeValues">Way of resolving keys conflicts. Set to null to skip conflicts.</param>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Extensions.DictionaryExtensions.Merge``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.IDictionary{``0,``1}},Microsoft.Copilot.Testing.Utils.Extensions.DictionaryExtensions.MergeValues{``0,``1})">
            <summary>
            Merges content of all dictionaries into the first one.
            </summary>
            <typeparam name="TKey"></typeparam>
            <typeparam name="TValue"></typeparam>
            <param name="dictionaries">Dictionaries to be merged into the first one in sequence.</param>
            <param name="mergeValues">Way of resolving keys conflicts. Set to null to skip conflicts.</param>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Extensions.EnumerableExtensions.ToCsvString``1(System.Collections.Generic.IEnumerable{``0},System.Boolean,System.Boolean)">
            <summary>
            Converts the elements of a sequence to a comma-separated values (CSV) string representation.
            </summary>
            <remarks><para>If useSingleQuote is true, each element is enclosed in single quotes in the resulting
            string. If the sequence is empty, an empty string is returned.</para></remarks>
            <typeparam name="T">The type of the elements in the source sequence.</typeparam>
            <param name="source">The sequence of elements to convert to a CSV string. If null, the method returns the string " &lt;NULL&gt;".</param>
            <param name="useSpace">true to include a space after each comma separator; otherwise, false. The default is true.</param>
            <param name="useSingleQuote">true to enclose each element in single quotes; otherwise, false. The default is false.</param>
            <returns>A string containing the elements of the sequence separated by commas. Returns " &lt;NULL&gt;" if the source is null.</returns>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Extensions.EnumerableExtensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">
            <summary>
            Performs an action for each element in given sequence.
            </summary>
            <param name="sequence"></param>
            <param name="action"></param>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Extensions.StringExtensions.AddLineNumbers(System.String,System.String,System.Int32)">
            <summary>
            Prefixes each line of the file content with the line number.
            </summary>
            <param name="fileContent">The file content to be prefixed with lines.</param>
            <param name="separator">String that separates the numbers from the code.</param>
            <param name="offset">Zero based index of first provided line within the file.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Extensions.StringExtensions.RemoveCommentedHeader(System.String,System.String@)">
            <summary>
            Removes commented headers from a string, including any subsequent lines that are also comments.
            It also gives back the exact removed string.
            What is considered a header - any block of '//' comments on the beginning of the file, that are preceded only by whitespaces.
             It also must be followed by at least single empty line.
            </summary>
            <param name="input">The string to be processed for removing commented headers.</param>
            <param name="removedHeader"></param>
            <returns>A string with the commented headers removed, potentially with leading empty lines also eliminated.</returns>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Helpers.FileSystemHelper.GetIsFileSystemCaseSensitive">
            <summary>
            Determines whether the file system is case sensitive.
            Copied from https://github.com/dotnet/runtime/blob/73ba11f3015216b39cb866d9fb7d3d25e93489f2/src/libraries/Common/src/System/IO/PathInternal.CaseSensitivity.cs#L41-L59.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Helpers.RoslynString.IsNullOrEmpty(System.String)">
            <inheritdoc cref="M:System.String.IsNullOrEmpty(System.String)" />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Helpers.RoslynString.IsNullOrWhiteSpace(System.String)">
            <inheritdoc cref="M:System.String.IsNullOrWhiteSpace(System.String)" />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Helpers.SolutionFilterHelper">
            <summary>
            Parses .slnf (solution filter) files to extract the referenced solution path and project filter list.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Helpers.SolutionFilterHelper.IsSolutionFilterFile(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath)">
            <summary>
            Returns true if the given file path has a .slnf extension.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Helpers.SolutionFilterHelper.ParseSolutionFilter(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath,Microsoft.Copilot.Testing.Utils.Services.IReadOnlyFileSystem)">
            <summary>
            Parses a .slnf file and returns the absolute path to the referenced solution file
            and the set of project paths listed in the filter.
            </summary>
            <returns>
            A tuple of (solutionPath, projectFilter) where solutionPath is the absolute path to the
            referenced .sln/.slnx file and projectFilter is the set of project relative paths included
            in the filter.
            </returns>
            <exception cref="T:System.InvalidOperationException">Thrown when the .slnf file cannot be parsed.</exception>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Helpers.SolutionHelper.HasSolutionFiles(Microsoft.Copilot.Testing.Utils.Services.IFileSystem,System.String)">
            <summary>
            Checks if the specified directory contains any solution files (.sln, .slnx, or .slnf).
            This overload allows testing with an in-memory file system.
            </summary>
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Helpers.VersionHelper">
            <summary>
            Provides helper methods for formatting version information.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Helpers.VersionHelper.GetAgentInfoString">
            <summary>
            Gets the full version string including commit information if available.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Services.IConsole.Out">
            <inheritdoc cref="P:System.Console.Out" />/&gt;
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Services.IConsole.OpenStandardInput">
            <inheritdoc cref="M:System.Console.OpenStandardInput" />
        </member>
        <member name="E:Microsoft.Copilot.Testing.Utils.Services.IConsole.CancelKeyPress">
            <inheritdoc cref="E:System.Console.CancelKeyPress" />
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Services.IEnvironment.CurrentDirectory">
            <inheritdoc cref="P:System.Environment.CurrentDirectory" />
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Services.IEnvironment.CommandLine">
            <inheritdoc cref="P:System.Environment.CommandLine" />
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Services.IEnvironment.ProcessorCount">
            <inheritdoc cref="P:System.Environment.ProcessorCount" />
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Services.IEnvironment.UserName">
            <inheritdoc cref="P:System.Environment.UserName" />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Services.IEnvironment.GetEnvironmentVariable(System.String)">
            <inheritdoc cref="M:System.Environment.GetEnvironmentVariable(System.String)" />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Services.IEnvironment.GetFolderPath(System.Environment.SpecialFolder)">
            <inheritdoc cref="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)" />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Services.IEnvironment.SetEnvironmentVariable(System.String,System.String)">
            <inheritdoc cref="M:System.Environment.SetEnvironmentVariable(System.String,System.String)" />
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Services.IFileSystem.AllowedLocationRoot">
            <summary>
            Root of the location that file operations are allowed to access.
            If his is null, no restrictions are applied.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Services.IFileSystem.MarkAsAllowedLocationRoot(System.String)">
            <summary>
            Indicates to the file system abstraction that dir/file is created by the agent, while it won't go through this abstraction.
            It can be e.g. used to indicate that an external command is started that will create files in temp dir, that are then expected
             to be read by the agent.
            </summary>
            <param name="path"></param>
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Services.CheckedSystemFileSystem">
            <summary>
            Implementation of IFileSystem that checks if all file operations are performed within a specified work directory.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Services.CheckedSystemFileSystem.ResolvePath(System.String)">
            <summary>
            Resolves a path against the work directory root if it's relative.
            </summary>
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath">
            <summary>
            An absolute path to a directory.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.Value">
            <summary>
            The normalized absolute directory path value (without trailing separator).
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.DirectoryName">
            <summary>
            Gets the name of the directory (final component).
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.Parent">
            <summary>
            Gets the parent directory, or null if this is a root.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.From(System.String)">
            <summary>
            Creates an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath" /> from the given path string.
            </summary>
            <param name="path">An absolute directory path string.</param>
            <returns>A normalized <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath" />.</returns>
            <exception cref="T:System.ArgumentException">If the path is null, empty, or not rooted.</exception>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.FromAbsolute(Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath)">
            <summary>
            Creates an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath" /> from an existing <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.TryFrom(System.String,Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath@)">
            <summary>
            Tries to create an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath" /> from the given path string.
            </summary>
            <param name="path">A path string.</param>
            <param name="result">The resulting <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath" /> if successful.</param>
            <returns>True if the path was valid and absolute; otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.CombineFile(System.String)">
            <summary>
            Combines this directory with a file name to create an absolute file path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.CombineFile(Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath)">
            <summary>
            Combines this directory with a relative file path to create an absolute file path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.CombineDirectory(System.String)">
            <summary>
            Combines this directory with a subdirectory name to create an absolute directory path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.CombineDirectory(Microsoft.Copilot.Testing.Utils.Paths.RelativePath)">
            <summary>
            Combines this directory with a relative path to create an absolute directory path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.Contains(Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath)">
            <summary>
            Checks if the given path is a subpath of this directory.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.Contains(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath)">
            <summary>
            Checks if the given file path is within this directory.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.Contains(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath)">
            <summary>
            Checks if the given directory path is within this directory.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.RelativeTo(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath)">
            <summary>
            Gets this directory path relative to the specified base directory.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.AsAbsolutePath">
            <summary>
            Converts this to a generic <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.ToString">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.op_Implicit(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath)~System.String">
            <summary>
            Implicit conversion to string for backward compatibility.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.op_Implicit(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath)~Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath">
            <summary>
            Implicit conversion to <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.Equals(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath)">
            <summary>
            Equality comparison using path comparison semantics.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath.GetHashCode">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath">
            <summary>
            An absolute path to a file (not a directory).
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.Value">
            <summary>
            The normalized absolute file path value.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.FileName">
            <summary>
            Gets the file name including extension.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.FileNameWithoutExtension">
            <summary>
            Gets the file name without extension.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.Extension">
            <summary>
            Gets the file extension including the leading dot.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.Directory">
            <summary>
            Gets the directory containing this file.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.From(System.String)">
            <summary>
            Creates an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath" /> from the given path string.
            </summary>
            <param name="path">An absolute file path string.</param>
            <returns>A normalized <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath" />.</returns>
            <exception cref="T:System.ArgumentException">If the path is null, empty, or not rooted.</exception>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.FromAbsolute(Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath)">
            <summary>
            Creates an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath" /> from an existing <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.TryFrom(System.String,Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath@)">
            <summary>
            Tries to create an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath" /> from the given path string.
            </summary>
            <param name="path">A path string.</param>
            <param name="result">The resulting <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath" /> if successful.</param>
            <returns>True if the path was valid and absolute; otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.RelativeTo(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath)">
            <summary>
            Gets this file path relative to the specified base directory.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.AsAbsolutePath">
            <summary>
            Converts this to a generic <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.ToString">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.op_Implicit(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath)~System.String">
            <summary>
            Implicit conversion to string for backward compatibility.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.op_Implicit(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath)~Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath">
            <summary>
            Implicit conversion to <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.Equals(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath)">
            <summary>
            Equality comparison using path comparison semantics.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath.GetHashCode">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath">
            <summary>
            An absolute, normalized file system path (file or directory).
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.Value">
            <summary>
            The normalized absolute path value.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.From(System.String)">
            <summary>
            Creates an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" /> from the given path string.
            </summary>
            <param name="path">An absolute path string.</param>
            <returns>A normalized <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" />.</returns>
            <exception cref="T:System.ArgumentException">If the path is null, empty, or not rooted.</exception>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.FromRelative(System.String,Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath)">
            <summary>
            Creates an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" /> from a relative path and a base path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.TryFrom(System.String,Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath@)">
            <summary>
            Tries to create an <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" /> from the given path string.
            </summary>
            <param name="path">A path string.</param>
            <param name="result">The resulting <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" /> if successful.</param>
            <returns>True if the path was valid and absolute; otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.RelativeTo(Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath)">
            <summary>
            Gets this path relative to the specified base path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.AsFilePath">
            <summary>
            Interprets this path as a file path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.AsDirectoryPath">
            <summary>
            Interprets this path as a directory path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.GetFileName">
            <summary>
            Gets the file name portion of the path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.GetDirectoryName">
            <summary>
            Gets the directory name portion of the path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.ToString">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.op_Implicit(Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath)~System.String">
            <summary>
            Implicit conversion to string for backward compatibility.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.Equals(Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath)">
            <summary>
            Equality comparison using path comparison semantics.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath.GetHashCode">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePathJsonConverter">
            <summary>
            JSON converter for <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePathJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsolutePathJsonConverter.Write(System.Text.Json.Utf8JsonWriter,Microsoft.Copilot.Testing.Utils.Paths.AbsolutePath,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePathJsonConverter">
            <summary>
            JSON converter for <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePathJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePathJsonConverter.Write(System.Text.Json.Utf8JsonWriter,Microsoft.Copilot.Testing.Utils.Paths.AbsoluteFilePath,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPathJsonConverter">
            <summary>
            JSON converter for <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPathJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPathJsonConverter.Write(System.Text.Json.Utf8JsonWriter,Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePathJsonConverter">
            <summary>
            JSON converter for <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePathJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePathJsonConverter.Write(System.Text.Json.Utf8JsonWriter,Microsoft.Copilot.Testing.Utils.Paths.RelativePath,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePathJsonConverter">
            <summary>
            JSON converter for <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePathJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePathJsonConverter.Write(System.Text.Json.Utf8JsonWriter,Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath,System.Text.Json.JsonSerializerOptions)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath">
            <summary>
            A relative path to a file (uses forward slashes for cross-platform consistency).
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.Value">
            <summary>
            The relative file path value using forward slashes.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.FileName">
            <summary>
            Gets the file name including extension.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.FileNameWithoutExtension">
            <summary>
            Gets the file name without extension.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.Extension">
            <summary>
            Gets the file extension including the leading dot.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.From(System.String)">
            <summary>
            Creates a <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath" /> from the given path string.
            </summary>
            <param name="path">A relative file path string.</param>
            <returns>A normalized <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath" /> using forward slashes.</returns>
            <exception cref="T:System.ArgumentException">If the path is null, empty, or rooted.</exception>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.FromRelative(Microsoft.Copilot.Testing.Utils.Paths.RelativePath)">
            <summary>
            Creates a <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath" /> from an existing <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.TryFrom(System.String,Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath@)">
            <summary>
            Tries to create a <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath" /> from the given path string.
            </summary>
            <param name="path">A path string.</param>
            <param name="result">The resulting <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath" /> if successful.</param>
            <returns>True if the path was valid and relative; otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.ToAbsolute(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath)">
            <summary>
            Converts this relative file path to an absolute file path using the specified base directory.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.AsRelativePath">
            <summary>
            Converts this to a generic <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.ToString">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.op_Implicit(Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath)~System.String">
            <summary>
            Implicit conversion to string for backward compatibility.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.op_Implicit(Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath)~Microsoft.Copilot.Testing.Utils.Paths.RelativePath">
            <summary>
            Implicit conversion to <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.Equals(Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath)">
            <summary>
            Equality comparison (case-insensitive on Windows, case-sensitive otherwise).
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativeFilePath.GetHashCode">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath">
            <summary>
            A relative path (uses forward slashes for cross-platform consistency).
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.Value">
            <summary>
            The relative path value using forward slashes.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.From(System.String)">
            <summary>
            Creates a <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath" /> from the given path string.
            </summary>
            <param name="path">A relative path string.</param>
            <returns>A normalized <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath" /> using forward slashes.</returns>
            <exception cref="T:System.ArgumentException">If the path is null, empty, or rooted.</exception>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.TryFrom(System.String,Microsoft.Copilot.Testing.Utils.Paths.RelativePath@)">
            <summary>
            Tries to create a <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath" /> from the given path string.
            </summary>
            <param name="path">A path string.</param>
            <param name="result">The resulting <see cref="T:Microsoft.Copilot.Testing.Utils.Paths.RelativePath" /> if successful.</param>
            <returns>True if the path was valid and relative; otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.ToAbsolute(Microsoft.Copilot.Testing.Utils.Paths.AbsoluteDirectoryPath)">
            <summary>
            Converts this relative path to an absolute path using the specified base directory.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.AsFilePath">
            <summary>
            Interprets this path as a relative file path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.GetFileName">
            <summary>
            Gets the file name portion of the path.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.ToString">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.op_Implicit(Microsoft.Copilot.Testing.Utils.Paths.RelativePath)~System.String">
            <summary>
            Implicit conversion to string for backward compatibility.
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.Equals(Microsoft.Copilot.Testing.Utils.Paths.RelativePath)">
            <summary>
            Equality comparison (case-insensitive on Windows, case-sensitive otherwise).
            </summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Paths.RelativePath.GetHashCode">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.Copilot.Testing.Utils.Resources.Messages">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Resources.Messages.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Resources.Messages.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Resources.Messages.WorkDirectoryRootCannotBeEmpty">
            <summary>Work directory root cannot be null or empty</summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Resources.Messages.SecurityConstraintViolation">
            <summary>Security constraint violation: path '{0}' is not within the allowed work directory '{1}' (operation: '{2}')</summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Resources.Messages.FormatSecurityConstraintViolation(System.Object,System.Object,System.Object)">
            <summary>Security constraint violation: path '{0}' is not within the allowed work directory '{1}' (operation: '{2}')</summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Resources.Messages.SecurityConstraintViolationHidden">
            <summary>Security constraint violation: path '{0}' is hidden (operation: '{1}')</summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Resources.Messages.FormatSecurityConstraintViolationHidden(System.Object,System.Object)">
            <summary>Security constraint violation: path '{0}' is hidden (operation: '{1}')</summary>
        </member>
        <member name="P:Microsoft.Copilot.Testing.Utils.Resources.Messages.SecurityConstraintViolationPattern">
            <summary>Security constraint violation: path '{0}' is containing disallowed pattern (e.g. folder starting with '.') (operation: '{1}')</summary>
        </member>
        <member name="M:Microsoft.Copilot.Testing.Utils.Resources.Messages.FormatSecurityConstraintViolationPattern(System.Object,System.Object)">
            <summary>Security constraint violation: path '{0}' is containing disallowed pattern (e.g. folder starting with '.') (operation: '{1}')</summary>
        </member>
    </members>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" /><DigestValue>YmDFLm5bwyFy+bfrI6YGZ7RPRstxkFD72MSQXRsOPgg=</DigestValue></Reference></SignedInfo><SignatureValue>Dm9WMCb55Jw3r9nwFT5HpXZb5dXqVrE38cLRU1/1ZlEBlT0qrP+18111CGCHlWwjIOtWrtBLq/4Sl1r5ulYkhnQXn7IknU/VQWZxg/WV5LgImgjG2Lp4w9KGOSk2tEpfBoM3k7ZLhtybKEwOePqjHrNN25ABKHDR3PMp3FVrg5Z23QOJdRGe/dm6DWCOo105Kz5Tu4IIWuoJVZ+MDXmr9x5JA6ZzdwY7ObUqDI6I+wHLJSAFt84HBvR11zuYmbL+iZgPWcySOVjqtJtti5RNx+ymyIe7UX5hIdU6/1ALLtHgmlqIy8iYOZgbofC7l3ZDTSzlUKvxz9fiqY8qDauIBg==</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>wEpIdXKb7lKn26sXpXuywkhxGplTQXxROLmNRZBrAHVBf7546RNXZwA/bzDqsuWTuPSC4T+I4j/z9j5/WqPuUw7SpnEPqWXc2xu7eN8kVyQt5170xkK6KHT4vVEkIvayPtIMLl0SgSCOy/pN5DJCi5ha7FlI84F1Qi2GumR+wQgCwHCVmU8Fj6Ik+B6akISXGCwe6X3rQFQngRFWQ/IrSkOkAOfy0EfvV+nZUo+FcbWuCZ6cb4Eq5I1ws/rZSeuwAWeedZcNt0VlNbsn4AnxBYQX4sj0dlko7JD5fWqeqq3/HzUNbBmLp9qeCXV8XlACn9YVWv900F47z04kVwpyTw==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>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</X509Certificate><X509Certificate>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</X509Certificate><X509Certificate>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</X509Certificate></X509Data></KeyInfo><Object Id="ts-countersig"><X509Data><X509Certificate>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</X509Certificate><X509Certificate>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</X509Certificate></X509Data><CounterSignature ts-format="cms-timestamp-message" xmlns="http://schemas.microsoft.com/xmldsig/timestamp/2003">MIAGCSqGSIb3DQEHAqCAMIIXbAIBAzEPMA0GCWCGSAFlAwQCAQUAMIIBUgYLKoZIhvcNAQkQAQSgggFBBIIBPTCCATkCAQEGCisGAQQBhFkKAwEwMTANBglghkgBZQMEAgEFAAQgvH06hyX/rAg9RrCHKc5t1NWxcV1nzVqpqmZ0bIDtdvICBmmUrMkGNxgTMjAyNjAzMTAxMTA3NDYuNDgzWjAEgAIB9KCB0aSBzjCByzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjElMCMGA1UECxMcTWljcm9zb2Z0IEFtZXJpY2EgT3BlcmF0aW9uczEnMCUGA1UECxMeblNoaWVsZCBUU1MgRVNOOkRDMDAtMDVFMC1EOTQ3MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2aWNloIIR7TCCByAwggUIoAMCAQICEzMAAAIDux5cADhsdMoAAQAAAgMwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwHhcNMjUwMTMwMTk0MjQ2WhcNMjYwNDIyMTk0MjQ2WjCByzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjElMCMGA1UECxMcTWljcm9zb2Z0IEFtZXJpY2EgT3BlcmF0aW9uczEnMCUGA1UECxMeblNoaWVsZCBUU1MgRVNOOkRDMDAtMDVFMC1EOTQ3MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2aWNlMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAoZdDB+cAJzsfFIfEbYnRdCdMmhQxyWB06T70Udel9SsRg2H0/D63BowiwomjrtytQ5lCFOEXOaJZ3Y2qaTbjoM8FKI+N1W2yceTxU2P2tWfNLaalT9DqCiZVJHwz0gSxYF1o+lYGskQiDbS7FGrMtMOYMrA+yCz2bokI2nHuSsQEoyn9jFV9anxM2AW0xjRIo0kAisMMnNHmr6+BaN1//rArrgLZE1orLFOuJPKyutI7BkQKYhEnX7h69MlgJnO40zjzXhgMeigi9pLaZxnoCw3dSJROgbugUsACBR6+8zsCJRaskLgntEkACwmyYbE/cvYsutUSQF7FNLtEwuWGJk0mxCO4NdHWMfFI/r4fSJy6CmAuQ6Sm99dW2FXdG8rW85X00bJUUyYKLZ3wgCBjC6hKpPf9lURrvZJSYtY/Z1X6smB2KzDzgV3K0GFtI5ijYzi+OwmhAKzc4QwYmtcF3SQDSqjLyfKUHtpvP3Im8gzPtQVWarjQKL/TeLSReAArY19I41zQ1DLUmaFRUB/hZFnXz1sdbgSJHPe0fsUS7j41MqR2eQNwAC0pHuE2kQb270wWMlth3pzk+52CykzuI8OUKunMN2fc0ykj0Og+ZcomKXrOUUdjHTLyUuHwnDyRXmlTr7lhUkPxBrVQUoYZiwfuXsMxc3aX9VLiZrjkE08CAwEAAaOCAUkwggFFMB0GA1UdDgQWBBSyKVlAfhHnkNvbFntFXc8VkBiSfTAfBgNVHSMEGDAWgBSfpxVdAF5iXYP05dJlpxtTNRnpcjBfBgNVHR8EWDBWMFSgUqBQhk5odHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNyb3NvZnQlMjBUaW1lLVN0YW1wJTIwUENBJTIwMjAxMCgxKS5jcmwwbAYIKwYBBQUHAQEEYDBeMFwGCCsGAQUFBzAChlBodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY3Jvc29mdCUyMFRpbWUtU3RhbXAlMjBQQ0ElMjAyMDEwKDEpLmNydDAMBgNVHRMBAf8EAjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMA4GA1UdDwEB/wQEAwIHgDANBgkqhkiG9w0BAQsFAAOCAgEAkBDG3rA+kwtPEdKGAnUguOdgEKxn/zvPRkOeArYBLG8c8Bg1VHJo1xXJ2iUkzXnQSlV5AYGsEaJz9S4MR+G881Y9nljZsxiMDtRZYZXQDzhwMywRB0aEmeKXXRbWkMaGm1Pzdb1siAojetCLfOYJxeSQ+DDF8neqUvHgAyIuk7Y34Cj6LplmtARUP2hM41K3zzda+3KyvqpJi87cPxDUu83pn8seJBkYMGNVgXxapv5xZSQz0AYnKnlN3TqfYY+1qg9EXPv+FWesEI3rCMgpL+boVDcti4TQ4tpXmLQIiBaZo3zZOBp4C7wtk4/SKzjL9tEq8puSfxYe8lgIj3hrN8gN0GqY2U7X6+zX86QSCUOMU/4nOFhlqoRpUZVQSObujo8N2cUmQi4N70QuCmMqZIfBXSFqCoq44nRBpV7DTqPlD/2BuSoXm4rnUwcRnnHyQrrlLKSHUYUrRwELI7/3QKlgS5YaK6tjgmj/sBYRN1j4J58eaX5b5bo6HD4LDduPvnXR65dztRRWm1vJtFJAx0igofEE8E5GDsLvfYhMQVVpW2GUc9qjiAYy/6MxIbQgdGrioX0yy3rjRgVGgc/qGWfl/VABAqDIZBE42+mHzWiNU+71QGoroQaFfyQjkE/kWGa4MpMj6c6ZsDDRQQ9b3Vv9vavZ5E1qBIXBDjtC/TcwggdxMIIFWaADAgECAhMzAAAAFcXna54Cm0mZAAAAAAAVMA0GCSqGSIb3DQEBCwUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgMjAxMDAeFw0yMTA5MzAxODIyMjVaFw0zMDA5MzAxODMyMjVaMHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5OGmTOe0ciELeaLL1yR5vQ7VgtP97pwHB9KpbE51yMo1V/YBf2xK4OK9uT4XYDP/XE/HZveVU3Fa4n5KWv64NmeFRiMMtY0Tz3cywBAY6GB9alKDRLemjkZrBxTzxXb1hlDcwUTIcVxRMTegCjhuje3XD9gmU3w5YQJ6xKr9cmmvHaus9ja+NSZk2pg7uhp7M62AW36MEBydUv626GIl3GoPz130/o5Tz9bshVZN7928jaTjkY+yOSxRnOlwaQ3KNi1wjjHINSi947SHJMPgyY9+tVSP3PoFVZhtaDuaRr3tpK56KTesy+uDRedGbsoy1cCGMFxPLOJiss254o2I5JasAUq7vnGpF1tnYN74kpEeHT39IM9zfUGaRnXNxF803RKJ1v2lIH1+/NmeRd+2ci/bfV+AutuqfjbsNkz2K26oElHovwUDo9Fzpk03dJQcNIIP8BDyt0cY7afomXw/TNuvXsLz1dhzPUNOwTM5TI4CvEJoLhDqhFFG4tG9ahhaYQFzymeiXtcodgLiMxhy16cg8ML6EgrXY28MyTZki1ugpoMhXV8wdJGUlNi5UPkLiWHzNgY1GIRH29wb0f2y1BzFa/ZcUlFdEtsluq9QBXpsxREdcu+N+VLEhReTwDwV2xo3xwgVGD94q0W29R6HXtqPnhZyacaue7e3PmriLq0CAwEAAaOCAd0wggHZMBIGCSsGAQQBgjcVAQQFAgMBAAEwIwYJKwYBBAGCNxUCBBYEFCqnUv5kxJq+gpE8RjUpzxD/LwTuMB0GA1UdDgQWBBSfpxVdAF5iXYP05dJlpxtTNRnpcjBcBgNVHSAEVTBTMFEGDCsGAQQBgjdMg30BATBBMD8GCCsGAQUFBwIBFjNodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL0RvY3MvUmVwb3NpdG9yeS5odG0wEwYDVR0lBAwwCgYIKwYBBQUHAwgwGQYJKwYBBAGCNxQCBAweCgBTAHUAYgBDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAU1fZWy4/oolxiaNE9lJBb186aGMQwVgYDVR0fBE8wTTBLoEmgR4ZFaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVjdHMvTWljUm9vQ2VyQXV0XzIwMTAtMDYtMjMuY3JsMFoGCCsGAQUFBwEBBE4wTDBKBggrBgEFBQcwAoY+aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5jcnQwDQYJKoZIhvcNAQELBQADggIBAJ1VffwqreEsH2cBMSRb4Z5yS/ypb+pcFLY+TkdkeLEGk5c9MTO1OdfCcTY/2mRsfNB1OW27DzHkwo/7bNGhlBgi7ulmZzpTTd2YurYeeNg2LpypglYAA7AFvonoaeC6Ce5732pvvinLbtg/SHUB2RjebYIM9W0jVOR4U3UkV7ndn/OOPcbzaN9l9qRWqveVtihVJ9AkvUCgvxm2EhIRXT0n4ECWOKz3+SmJw7wXsFSFQrP8DJ6LGYnn8AtqgcKBGUIZUnWKNsIdw2FzLixre24/LAl4FOmRsqlb30mjdAy87JGA0j3mSj5mO0+7hvoyGtmW9I/2kQH2zsZ0/fZMcm8Qq3UwxTSwethQ/gpY3UA8x1RtnWN0SCyxTkctwRQEcb9k+SS+c23Kjgm9swFXSVRk2XPXfx5bRAGOWhmRaw2fpCjcZxkoJLo4S5pu+yFUa2pFEUep8beuyOiJXk+d0tBMdrVXVAmxaQFEfnyhYWxz/gq77EFmPWn9y8FBSX5+k77L+DvktxW/tM4+pTFRhLy/AsGConsXHRWJjXD+57XQKBqJC4822rpM+Zv/Cuk0+CQ1ZyvgDbjmjJnW4SLq8CdCPSWU5nR0W2rRnj7tfqAxM328y+l7vzhwRNGQ8cirOoo6CGJ/2XBjU02N7oJtpQUQwXEGahC0HVUzWLOhcGbyoYIDUDCCAjgCAQEwgfmhgdGkgc4wgcsxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJTAjBgNVBAsTHE1pY3Jvc29mdCBBbWVyaWNhIE9wZXJhdGlvbnMxJzAlBgNVBAsTHm5TaGllbGQgVFNTIEVTTjpEQzAwLTA1RTAtRDk0NzElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2VydmljZaIjCgEBMAcGBSsOAwIaAxUAza8UV/4s+rLNZQQlxvD9SxcQ9HuggYMwgYCkfjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDANBgkqhkiG9w0BAQsFAAIFAO1aLtUwIhgPMjAyNjAzMTAwNTQ3MDFaGA8yMDI2MDMxMTA1NDcwMVowdzA9BgorBgEEAYRZCgQBMS8wLTAKAgUA7Vou1QIBADAKAgEAAgIt3AIB/zAHAgEAAgISsDAKAgUA7VuAVQIBADA2BgorBgEEAYRZCgQCMSgwJjAMBgorBgEEAYRZCgMCoAowCAIBAAIDB6EgoQowCAIBAAIDAYagMA0GCSqGSIb3DQEBCwUAA4IBAQCgX6A5/xMC2YFn0ifqbKd0r/5EbsYvgutM+q9JdCVyIPoVAC6jAkjmoo46SvINjvTDUdFwbUHx526aocVZowjJMzdcVE9Du6GNs9UvfIBLKLJvs6Hoy9eJhvuA2rC+d+mgofzlX6km8fpya6lpFkanvD9igfXTQO73xbKW12AdH1gtPKTsgCHWrLyiRZ/YABZIaxbxOMhdCzBuZGAXsDAzvI0wgQWqmhz9SZEvkt6/P++HM01gBfJyOPJpJ2IUtWbK9Ldn/iNtoMHIcHP7BzYEmjPWH3Zq91vSKJh/prafNpXwXzpP+99dKYHgh8Fm7BxnJdS8zH++PUeUvC+fJrmKMYIEDTCCBAkCAQEwgZMwfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTACEzMAAAIDux5cADhsdMoAAQAAAgMwDQYJYIZIAWUDBAIBBQCgggFKMBoGCSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAvBgkqhkiG9w0BCQQxIgQg8kgbL6JOEhjRdSoR0jJFVbPGelhTs7R0OOnqgYTS9YkwgfoGCyqGSIb3DQEJEAIvMYHqMIHnMIHkMIG9BCBLA90bcZb2k8RTmWZ6UMNA5LD5lXbqOUsivYfcPvoTLTCBmDCBgKR+MHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwAhMzAAACA7seXAA4bHTKAAEAAAIDMCIEILnyO0/dZk7hmJ/QX2i1w+YW+Zp66ZhCjfAxkqHkNOWMMA0GCSqGSIb3DQEBCwUABIICAH5FroKTeNTHNZ0myuz7xFCZQQTZhOYMUJetjgGwjVrnGnviss9SXetFTgYq6HrBtoPLC6dUJPAG8eC5bZN8sw8AsmJws+pedG5yVF1K49LschmygMwmG36Gy1lp+TRIMAlWfPwI9NTKCqPIar9e/2VpyRIb2N0awgiYDjX8nGL8s7uv37k7ox7r+9ZPZX3NBavfJeFjcqlrzaOBUxW74WMUaq26879EN7kO0ELoe1OCvcNWeXe8VGeEwPcVJASoRRb+2IDjbYujoCZMhoGcYrOmBk7vWp2Smsp1huT7AI701coaqvSG/NuMDAHZDHfaUSY4gHD9uRIgn+YoPhvaNPhEpfa5yOxM65Fa3ZAPK5uWtThqEXCMF0fp++lwmAwM4YHaaKj7UdpbPAFQa2OjizEBVuLcHGsV5btnNVoiMryPpdx7E20oH7KNUof1itKjfEkHpZdR/OyndvnbDqOrIPbuZFyf2HmWoO2W4iOrffmWcsZXtVsGS/n+hMMAMpO64ZzuiZ62clkhATIgUaAz+mvt09VzpYTR9xZfz61xhTSLAW7/shJlwIm294GxVslO77NsFRwpQXFms4ju5LH4L6Zu6DKRbZb6nj2t2g9vo2svCk1F4S/MGQEDdI/L47UNuty+LnlZOmmhpNnEzWZocZG6z6IrLSinLUpxge3j2u+uAAAAAA==</CounterSignature></Object></Signature></doc>
