File: artifacts\obj\System.Linq.Parallel\Debug\net9.0\System.SR.cs
Project: src\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>Sequence contains more than one matching element</summary>
        internal static string @MoreThanOneMatch => GetResourceString("MoreThanOneMatch", @"Sequence contains more than one matching element");
        /// <summary>Sequence contains no elements</summary>
        internal static string @NoElements => GetResourceString("NoElements", @"Sequence contains no elements");
        /// <summary>The return value must not be null.</summary>
        internal static string @ParallelPartitionable_NullReturn => GetResourceString("ParallelPartitionable_NullReturn", @"The return value must not be null.");
        /// <summary>The returned array's length must equal the number of partitions requested.</summary>
        internal static string @ParallelPartitionable_IncorretElementCount => GetResourceString("ParallelPartitionable_IncorretElementCount", @"The returned array's length must equal the number of partitions requested.");
        /// <summary>Elements returned must not be null.</summary>
        internal static string @ParallelPartitionable_NullElement => GetResourceString("ParallelPartitionable_NullElement", @"Elements returned must not be null.");
        /// <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", @"Enumeration has not started. MoveNext must be called to initiate enumeration.");
        /// <summary>The query has been canceled via the token supplied to WithCancellation.</summary>
        internal static string @PLINQ_ExternalCancellationRequested => GetResourceString("PLINQ_ExternalCancellationRequested", @"The query has been canceled via the token supplied to WithCancellation.");
        /// <summary>The query enumerator has been disposed.</summary>
        internal static string @PLINQ_DisposeRequested => GetResourceString("PLINQ_DisposeRequested", @"The query enumerator has been disposed.");
        /// <summary>The WithTaskScheduler operator may be used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateTaskScheduler => GetResourceString("ParallelQuery_DuplicateTaskScheduler", @"The WithTaskScheduler operator may be used at most once in a query.");
        /// <summary>The WithDegreeOfParallelism operator may be used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateDOP => GetResourceString("ParallelQuery_DuplicateDOP", @"The WithDegreeOfParallelism operator may be used at most once in a query.");
        /// <summary>The WithExecutionMode operator may be used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateExecutionMode => GetResourceString("ParallelQuery_DuplicateExecutionMode", @"The WithExecutionMode operator may be used at most once in a query.");
        /// <summary>Partitioner returned null instead of a list of partitions.</summary>
        internal static string @PartitionerQueryOperator_NullPartitionList => GetResourceString("PartitionerQueryOperator_NullPartitionList", @"Partitioner returned null instead of a list of partitions.");
        /// <summary>Partitioner returned a wrong number of partitions.</summary>
        internal static string @PartitionerQueryOperator_WrongNumberOfPartitions => GetResourceString("PartitionerQueryOperator_WrongNumberOfPartitions", @"Partitioner returned a wrong number of partitions.");
        /// <summary>Partitioner returned a null partition.</summary>
        internal static string @PartitionerQueryOperator_NullPartition => GetResourceString("PartitionerQueryOperator_NullPartition", @"Partitioner returned a null partition.");
        /// <summary>The WithCancellation operator may by used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateWithCancellation => GetResourceString("ParallelQuery_DuplicateWithCancellation", @"The WithCancellation operator may by used at most once in a query.");
        /// <summary>The WithMergeOptions operator may be used at most once in a query.</summary>
        internal static string @ParallelQuery_DuplicateMergeOptions => GetResourceString("ParallelQuery_DuplicateMergeOptions", @"The WithMergeOptions operator may be used at most once in a query.");
        /// <summary>The query enumerator previously threw an exception.</summary>
        internal static string @PLINQ_EnumerationPreviouslyFailed => GetResourceString("PLINQ_EnumerationPreviouslyFailed", @"The query enumerator previously threw an exception.");
        /// <summary>AsOrdered may not be used with a partitioner that is not orderable.</summary>
        internal static string @ParallelQuery_PartitionerNotOrderable => GetResourceString("ParallelQuery_PartitionerNotOrderable", @"AsOrdered may not be used with a partitioner that is not orderable.");
        /// <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", @"AsOrdered may only be called on the result of AsParallel, ParallelEnumerable.Range, or ParallelEnumerable.Repeat.");
        /// <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", @"Non-generic AsOrdered may only be called on the result of the non-generic AsParallel.");
        /// <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", @"The second data source of a binary operator must be of type System.Linq.ParallelQuery<T> rather than System.Collections.Generic.IEnumerable<T>. To fix this problem, use the AsParallel() extension method to convert the right data source to System.Linq.ParallelQuery<T>.");
        /// <summary>The executionMode argument contains an invalid value.</summary>
        internal static string @ParallelEnumerable_WithQueryExecutionMode_InvalidMode => GetResourceString("ParallelEnumerable_WithQueryExecutionMode_InvalidMode", @"The executionMode argument contains an invalid value.");
        /// <summary>The mergeOptions argument contains an invalid value.</summary>
        internal static string @ParallelEnumerable_WithMergeOptions_InvalidOptions => GetResourceString("ParallelEnumerable_WithMergeOptions_InvalidOptions", @"The mergeOptions argument contains an invalid value.");
 
    }
}