Home
last modified time | relevance | path

Searched refs:ExceptionAggregator (Results 1 – 16 of 16) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Xunit.NetCore.Extensions/AssemblyFixtureSupport/
H A DXunitTestCollectionRunnerWithAssemblyFixture.cs23 ExceptionAggregator aggregator, in XunitTestCollectionRunnerWithAssemblyFixture()
46 …testCases, diagnosticMessageSink, MessageBus, TestCaseOrderer, new ExceptionAggregator(Aggregator)… in RunTestClassAsync()
H A DXunitTestClassRunnerWithAssemblyFixture.cs20 …sageSink, IMessageBus messageBus, ITestCaseOrderer testCaseOrderer, ExceptionAggregator aggregator, in XunitTestClassRunnerWithAssemblyFixture()
51 … new ExceptionAggregator(Aggregator), CancellationTokenSource, constructorArguments).RunAsync(); in RunTestMethodAsync()
H A DXunitTestMethodRunnerWithAssemblyFixture.cs24 ExceptionAggregator aggregator, in XunitTestMethodRunnerWithAssemblyFixture()
H A DXunitTestAssemblyRunnerWithAssemblyFixture.cs59 …testCases, DiagnosticMessageSink, messageBus, TestCaseOrderer, new ExceptionAggregator(Aggregator)… in RunTestCollectionAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Unary/
H A DElementAtQueryOperator.cs139 …result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAtOrDefault… in Aggregate()
145 …result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAt(m_index); in Aggregate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/
H A DElementAtQueryOperator.cs137 …result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAtOrDefault… in Aggregate()
143 … result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAt(_index); in Aggregate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/QueryOperators/
H A DQueryOperator.cs136 …return ExceptionAggregator.WrapEnumerable(opSequential, querySettings.CancellationState).GetEnumer…
212 …return ExceptionAggregator.WrapEnumerable(opSequentialWithCancelChecks, querySettings.Cancellation… in ExecuteAndGetResultsAsArray()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/
H A DQueryOperator.cs132 …return ExceptionAggregator.WrapEnumerable(opSequential, querySettings.CancellationState).GetEnumer…
208 …return ExceptionAggregator.WrapEnumerable(opSequentialWithCancelChecks, querySettings.Cancellation… in ExecuteAndGetResultsAsArray()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/
H A DParallelEnumerable.cs4435ExceptionAggregator.ThrowOCEorAggregateException(ex, settings.CancellationState); in SequenceEqual()
4467 ExceptionAggregator.ThrowOCEorAggregateException(ex, cancelState); in DisposeEnumerator()
5457 … return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState) in First()
5499 … return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState) in First()
5500 … .First(ExceptionAggregator.WrapFunc<TSource, bool>(predicate, settings.CancellationState)); in First()
5541 return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, in FirstOrDefault()
5586 return ExceptionAggregator.WrapEnumerable( in FirstOrDefault()
5635 …return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState).Last(… in Last()
5677 return ExceptionAggregator.WrapEnumerable( in Last()
5679 … .Last(ExceptionAggregator.WrapFunc<TSource, bool>(predicate, settings.CancellationState)); in Last()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Xunit.NetCore.Extensions/
H A DSkippedTestCase.cs47 ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource) in RunAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/
H A DParallelEnumerable.cs4391ExceptionAggregator.ThrowOCEorAggregateException(ex, settings.CancellationState); in SequenceEqual()
4425 ExceptionAggregator.ThrowOCEorAggregateException(ex, cancelState); in DisposeEnumerator()
5421 … return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState) in First()
5463 … return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState) in First()
5464 … .First(ExceptionAggregator.WrapFunc<TSource, bool>(predicate, settings.CancellationState)); in First()
5504 return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, in FirstOrDefault()
5549 return ExceptionAggregator.WrapEnumerable( in FirstOrDefault()
5598 …return ExceptionAggregator.WrapEnumerable(childWithCancelChecks, settings.CancellationState).Last(… in Last()
5640 return ExceptionAggregator.WrapEnumerable( in Last()
5642 … .Last(ExceptionAggregator.WrapFunc<TSource, bool>(predicate, settings.CancellationState)); in Last()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/Utils/
H A DExceptionAggregator.cs21 internal static class ExceptionAggregator class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/
H A DExceptionAggregator.cs17 internal static class ExceptionAggregator class
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/Merging/
H A DDefaultMergeHelper.cs79 …m_channelEnumerator = ExceptionAggregator.WrapQueryEnumerator(partitions[0], m_taskGroupState.Canc… in DefaultMergeHelper()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/
H A DDefaultMergeHelper.cs76 …_channelEnumerator = ExceptionAggregator.WrapQueryEnumerator(partitions[0], _taskGroupState.Cancel… in DefaultMergeHelper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/
H A Dcommon_System.Core.dll.sources250 …./../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/ExceptionAggregator.cs