File: src\runtime\artifacts\obj\System.Linq.Parallel\Release\net11.0\System.SR.cs
Project: src\runtime\src\libraries\System.Linq.Parallel\src\System.Linq.Parallel.csproj (System.Linq.Parallel)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.Linq.Parallel
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Linq.Parallel.SR)));

        /// <summary>Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.</summary>
        internal static string @Arg_HTCapacityOverflow => GetResourceString("Arg_HTCapacityOverflow");
        /// <summary>Sequence contains more than one matching element</summary>
        internal static string @MoreThanOneMatch => GetResourceString("MoreThanOneMatch");
        /// <summary>Sequence contains no elements</summary>
        internal static string @NoElements => GetResourceString("NoElements");
        /// <summary>The return value must not be null.</summary>
        internal static string @ParallelPartitionable_NullReturn => GetResourceString("ParallelPartitionable_NullReturn");
        /// <summary>The returned array's length must equal the number of partitions requested.</summary>
        internal static string @ParallelPartitionable_IncorretElementCount => GetResourceString("ParallelPartitionable_IncorretElementCount");
        /// <summary>Elements returned must not be null.</summary>
        internal static string @ParallelPartitionable_NullElement => GetResourceString("ParallelPartitionable_NullElement");
        /// <summary>Enumeration has not started. MoveNext must be called to initiate enumeration.</summary>
        internal static string @PLINQ_CommonEnumerator_Current_NotStarted => GetResourceString("PLINQ_CommonEnumerator_Current_NotStarted");
        /// <summary>The query has been canceled via the token supplied to WithCancellation.</summary>
        internal static string @PLINQ_ExternalCancellationRequested => GetResourceString("PLINQ_ExternalCancellationRequested");
        /// <summary>The query enumerator has been disposed.</summary>
        internal static string @PLINQ_DisposeRequested => GetResourceString("PLINQ_DisposeRequested");
        /// <summary>The WithTaskScheduler operator may be used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateTaskScheduler => GetResourceString("ParallelQuery_DuplicateTaskScheduler");
        /// <summary>The WithDegreeOfParallelism operator may be used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateDOP => GetResourceString("ParallelQuery_DuplicateDOP");
        /// <summary>The WithExecutionMode operator may be used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateExecutionMode => GetResourceString("ParallelQuery_DuplicateExecutionMode");
        /// <summary>Partitioner returned null instead of a list of partitions.</summary>
        internal static string @PartitionerQueryOperator_NullPartitionList => GetResourceString("PartitionerQueryOperator_NullPartitionList");
        /// <summary>Partitioner returned a wrong number of partitions.</summary>
        internal static string @PartitionerQueryOperator_WrongNumberOfPartitions => GetResourceString("PartitionerQueryOperator_WrongNumberOfPartitions");
        /// <summary>Partitioner returned a null partition.</summary>
        internal static string @PartitionerQueryOperator_NullPartition => GetResourceString("PartitionerQueryOperator_NullPartition");
        /// <summary>The WithCancellation operator may by used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateWithCancellation => GetResourceString("ParallelQuery_DuplicateWithCancellation");
        /// <summary>The WithMergeOptions operator may be used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateMergeOptions => GetResourceString("ParallelQuery_DuplicateMergeOptions");
        /// <summary>The query enumerator previously threw an exception.</summary>
        internal static string @PLINQ_EnumerationPreviouslyFailed => GetResourceString("PLINQ_EnumerationPreviouslyFailed");
        /// <summary>AsOrdered may not be used with a partitioner that is not orderable.</summary>
        internal static string @ParallelQuery_PartitionerNotOrderable => GetResourceString("ParallelQuery_PartitionerNotOrderable");
        /// <summary>AsOrdered may only be called on the result of AsParallel, ParallelEnumerable.Range, or ParallelEnumerable.Repeat.</summary>
        internal static string @ParallelQuery_InvalidAsOrderedCall => GetResourceString("ParallelQuery_InvalidAsOrderedCall");
        /// <summary>Non-generic AsOrdered may only be called on the result of the non-generic AsParallel.</summary>
        internal static string @ParallelQuery_InvalidNonGenericAsOrderedCall => GetResourceString("ParallelQuery_InvalidNonGenericAsOrderedCall");
        /// <summary>The second data source of a binary operator must be of type System.Linq.ParallelQuery&lt;T&gt; rather than System.Collections.Generic.IEnumerable&lt;T&gt;. To fix this problem, use the AsParallel() extension method to convert the right data source to System.Linq.Paral ...</summary>
        internal static string @ParallelEnumerable_BinaryOpMustUseAsParallel => GetResourceString("ParallelEnumerable_BinaryOpMustUseAsParallel");
        /// <summary>The executionMode argument contains an invalid value.</summary>
        internal static string @ParallelEnumerable_WithQueryExecutionMode_InvalidMode => GetResourceString("ParallelEnumerable_WithQueryExecutionMode_InvalidMode");
        /// <summary>The mergeOptions argument contains an invalid value.</summary>
        internal static string @ParallelEnumerable_WithMergeOptions_InvalidOptions => GetResourceString("ParallelEnumerable_WithMergeOptions_InvalidOptions");

    }
}