32 references to Action
mscorlib (8)
system\threading\Tasks\Parallel.cs (8)
1835
public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source,
Action
<TSource, ParallelLoopState, long> body)
1882
public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source, ParallelOptions parallelOptions,
Action
<TSource, ParallelLoopState, long> body)
2220
Action
<TSource, ParallelLoopState, long> bodyWithStateAndIndex,
2284
Action
<TSource, ParallelLoopState, long> bodyWithStateAndIndex,
2343
Action
<TSource, ParallelLoopState, long> bodyWithStateAndIndex,
2544
Action
<TSource, ParallelLoopState, long> body)
2953
Action
<TSource, ParallelLoopState, long> body)
3196
Action
<TSource, ParallelLoopState, long> bodyWithStateAndIndex,
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
298
internal void RestoreLiveSortingByInsertionSort(
Action
<NotifyCollectionChangedEventArgs,int,int> RaiseMoveEvent)
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
53
internal void RestoreLiveSortingByInsertionSort(
Action
<NotifyCollectionChangedEventArgs,int,int> RaiseMoveEvent)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
261
public
Action
<Control, DataGridCell, bool> NotifyBeginCellEditCallback
System.Core (5)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
1543
var @this = (CallSite<
Action
<CallSite, T0, T1>>)site;
1544
Action
<CallSite, T0, T1>[] applicable;
1545
Action
<CallSite, T0, T1> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
270
case 3: return typeof(
Action
<,,>).MakeGenericType(types);
System\FuncAndAction.cs (1)
10
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Action
<,,>))]
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
261
public
Action
<Control, DataGridCell, bool> NotifyBeginCellEditCallback
System.Data.Entity (13)
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (5)
23
internal delegate void AttributeValueNotification(string token,
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError);
24
internal delegate DbProviderManifest ProviderManifestNeeded(
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError);
94
public static void NoOpAttributeValueNotification(string attributeValue,
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError) { }
106
delegate(
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError) { return providerManifest == null ? MetadataItem.EdmProviderManifest : providerManifest; },
407
internal DbProviderManifest GetProviderManifest(
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError)
System\Data\Metadata\StoreItemCollection.Loader.cs (5)
101
private void OnProviderNotification(string provider,
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError)
130
private void InitializeProviderManifest(
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError)
177
private void OnProviderManifestTokenNotification(string token,
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError)
194
private DbProviderManifest OnProviderManifestNeeded(
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError)
205
private void AddProviderIncompatibleError(ProviderIncompatibleException provEx,
Action
<string, ErrorCode, EdmSchemaErrorSeverity> addError)
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (3)
35
private readonly
Action
<object, string, object> _baseSetter;
125
_baseSetter = Expression.Lambda<
Action
<object, string, object>>(
166
public
Action
<object, string, object> BaseSetter
System.Data.Services.Client (1)
System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs (1)
101
Action
<String, bool, bool> textSyndicationWriter = (c, nonTextPossible, atomDateConstruct) =>
System.ServiceModel.Internals (1)
System\Runtime\TaskExtensions.cs (1)
160
public static void Wait(this Task task, TimeSpan timeout,
Action
<Exception, TimeSpan, string> exceptionConverter, string operationType)