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