208 references to Action
mscorlib (35)
system\diagnostics\eventing\eventprovider.cs (2)
386
GetSessionInfo((
Action
<int, long>)
459
private unsafe void GetSessionInfo(
Action
<int, long> action)
system\diagnostics\eventing\eventsource.cs (1)
6848
var
update = new Action<char, string>(
system\threading\Tasks\Future.cs (6)
935
public Task ContinueWith(
Action
<Task<TResult>, Object> continuationAction, Object state)
964
public Task ContinueWith(
Action
<Task<TResult>, Object> continuationAction, Object state,CancellationToken cancellationToken)
995
public Task ContinueWith(
Action
<Task<TResult>, Object> continuationAction, Object state, TaskScheduler scheduler)
1031
public Task ContinueWith(
Action
<Task<TResult>, Object> continuationAction, Object state,TaskContinuationOptions continuationOptions)
1077
public Task ContinueWith(
Action
<Task<TResult>, Object> continuationAction, Object state, CancellationToken cancellationToken,
1085
internal Task ContinueWith(
Action
<Task<TResult>, Object> continuationAction, Object state, TaskScheduler scheduler, CancellationToken cancellationToken,
system\threading\Tasks\Parallel.cs (14)
597
public static ParallelLoopResult For(int fromInclusive, int toExclusive,
Action
<int, ParallelLoopState> body)
627
public static ParallelLoopResult For(long fromInclusive, long toExclusive,
Action
<long, ParallelLoopState> body)
668
public static ParallelLoopResult For(int fromInclusive, int toExclusive, ParallelOptions parallelOptions,
Action
<int, ParallelLoopState> body)
714
Action
<long, ParallelLoopState> body)
1038
Action
<int, ParallelLoopState> bodyWithState,
1353
Action
<long, ParallelLoopState> bodyWithState,
1748
public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source,
Action
<TSource, ParallelLoopState> body)
1795
public static ParallelLoopResult ForEach<TSource>(IEnumerable<TSource> source, ParallelOptions parallelOptions,
Action
<TSource, ParallelLoopState> body)
2219
Action
<TSource, ParallelLoopState> bodyWithState,
2283
Action
<TSource, ParallelLoopState> bodyWithState,
2342
Action
<TSource, ParallelLoopState> bodyWithState,
2482
Action
<TSource, ParallelLoopState> body)
2875
Action
<TSource, ParallelLoopState> body)
3195
Action
<TSource, ParallelLoopState> bodyWithState,
system\threading\Tasks\Task.cs (6)
3950
public Task ContinueWith(
Action
<Task, Object> continuationAction, Object state)
3978
public Task ContinueWith(
Action
<Task, Object> continuationAction, Object state, CancellationToken cancellationToken)
4008
public Task ContinueWith(
Action
<Task, Object> continuationAction, Object state, TaskScheduler scheduler)
4044
public Task ContinueWith(
Action
<Task, Object> continuationAction, Object state, TaskContinuationOptions continuationOptions)
4090
public Task ContinueWith(
Action
<Task, Object> continuationAction, Object state, CancellationToken cancellationToken,
4098
private Task ContinueWith(
Action
<Task, Object> continuationAction, Object state, TaskScheduler scheduler,
system\threading\Tasks\TaskContinuation.cs (6)
37
Contract.Requires(action is Action<Task> || action is
Action
<Task, object>,
66
var
actionWithState = m_action as
Action
<Task, object>;
133
Contract.Requires(action is Action<Task<TAntecedentResult>> || action is
Action
<Task<TAntecedentResult>, object>,
162
var
actionWithState = m_action as
Action
<Task<TAntecedentResult>, object>;
PresentationCore (5)
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
500
Action
<DependencyObject, bool> originChangedAction = capture ? null : RaiseTouchEnterOrLeaveAction;
994
private
Action
<DependencyObject, bool> RaiseTouchEnterOrLeaveAction
1411
private
Action
<DependencyObject, bool> _raiseTouchEnterOrLeaveAction;
Core\CSharp\System\Windows\ReverseInheritProperty.cs (2)
45
Action
<DependencyObject, bool> originChangedAction)
162
Action
<DependencyObject, bool> originChangedAction)
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfKnownMember.cs (2)
25
Action
<object, object> _setDelegate;
111
public
Action
<object, object> SetDelegate
System (1)
net\System\Net\webclient.cs (1)
2908
private void HandleCompletion<TAsyncCompletedEventArgs, TCompletionDelegate, T>(TaskCompletionSource<T> tcs, TAsyncCompletedEventArgs e, Func<TAsyncCompletedEventArgs, T> getResult, TCompletionDelegate handler,
Action
<WebClient, TCompletionDelegate> unregisterHandler)
System.Activities (30)
System\Activities\NativeActivityContext.cs (1)
2241
internal void RequestTransactionContext(bool isRequires, RuntimeTransactionHandle handle,
Action
<NativeActivityTransactionContext, object> callback, object state)
System\Activities\Runtime\ActivityExecutor.cs (7)
1207
public void RequestTransactionContext(ActivityInstance instance, bool isRequires, RuntimeTransactionHandle handle,
Action
<NativeActivityTransactionContext, object> callback, object state)
3814
static readonly Type callbackType = typeof(
Action
<NativeActivityTransactionContext, object>);
3817
public TransactionContextWaiterCallbackWrapper(
Action
<NativeActivityTransactionContext, object> action, ActivityInstance owningInstance)
3828
Action
<NativeActivityTransactionContext, object> callback = (
Action
<NativeActivityTransactionContext, object>)this.Callback;
3839
static
Action
<object, TimeoutException> outcomeDeterminedCallback;
3876
static
Action
<object, TimeoutException> OutcomeDeterminedCallback
System\Activities\RuntimeTransactionHandle.cs (3)
206
public void RequestTransactionContext(NativeActivityContext context,
Action
<NativeActivityTransactionContext, object> callback, object state)
211
public void RequireTransactionContext(NativeActivityContext context,
Action
<NativeActivityTransactionContext, object> callback, object state)
216
void RequestOrRequireTransactionContextCore(NativeActivityContext context,
Action
<NativeActivityTransactionContext, object> callback, object state, bool isRequires)
System\Activities\Statements\StateMachine.cs (2)
505
Action
<NativeActivityMetadata, Collection<State>> actionForStates,
506
Action
<NativeActivityMetadata, State> actionForTransitions,
System\Activities\WorkflowApplication.cs (17)
58
static
Action
<object, TimeoutException> waitAsyncCompleteCallback;
519
bool WaitForTurnAsync(InstanceOperation operation, TimeSpan timeout,
Action
<object, TimeoutException> callback, object state)
524
bool WaitForTurnAsync(InstanceOperation operation, bool push, TimeSpan timeout,
Action
<object, TimeoutException> callback, object state)
531
bool WaitForTurnNoEnqueueAsync(InstanceOperation operation, TimeSpan timeout,
Action
<object, TimeoutException> callback, object state)
3066
static
Action
<object, TimeoutException> waitCompleteCallback;
3100
static
Action
<object, TimeoutException> WaitCompleteCallback
3178
static
Action
<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete);
3425
static
Action
<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete);
3433
static
Action
<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete);
3932
static
Action
<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete);
4194
static
Action
<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete);
4281
static
Action
<object, TimeoutException> waitCompleteCallback = new Action<object, TimeoutException>(OnWaitComplete);
4286
static
Action
<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete);
5309
static
Action
<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete);
5431
public bool WaitForTurnAsync(TimeSpan timeout,
Action
<object, TimeoutException> callback, object state)
5499
public WaitForTurnData(
Action
<object, TimeoutException> callback, object state, InstanceOperation operation, WorkflowApplication instance)
5507
public
Action
<object, TimeoutException> Callback
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
15
static
Action
<AsyncResult, Exception> finallyCallback = new Action<AsyncResult, Exception>(Finally);
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\ArgumentAccessor.cs (1)
24
public
Action
<Activity, Argument> Setter { get; set; }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
716
public
Action
<DesignObjectWrapper, object> PropertySetter { get; set; }
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedProperty.cs (1)
82
public
Action
<ModelItem, T> Setter
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
268
public
Action
<Control, DataGridCell> NotifyEndCellEditCallback
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
519
Action
<WorkflowViewElement, FrameworkElement> contextMenuLoaded =
System.Core (5)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
1419
var @this = (CallSite<
Action
<CallSite, T0>>)site;
1420
Action
<CallSite, T0>[] applicable;
1421
Action
<CallSite, T0> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
269
case 2: return typeof(
Action
<,>).MakeGenericType(types);
System\FuncAndAction.cs (1)
9
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Action
<,>))]
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ArgumentAccessor.cs (1)
24
public
Action
<Activity, Argument> Setter { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
716
public
Action
<DesignObjectWrapper, object> PropertySetter { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedProperty.cs (1)
82
public
Action
<ModelItem, T> Setter
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
268
public
Action
<Control, DataGridCell> NotifyEndCellEditCallback
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
519
Action
<WorkflowViewElement, FrameworkElement> contextMenuLoaded =
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
46
internal static Task CreateContinuationTask<T1, T2>(Task task,
Action
<T1, T2> onSuccess, T1 arg1, T2 arg2, SqlInternalConnectionTds connectionToDoom = null, Action<Exception> onFailure = null) {
System.Data.Entity (40)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (3)
183
private static DbExpressionList CreateExpressionList(IEnumerable<DbExpression> arguments, string argumentName,
Action
<DbExpression, int> validationCallback)
188
private static DbExpressionList CreateExpressionList(IEnumerable<DbExpression> arguments, string argumentName, bool allowEmpty,
Action
<DbExpression, int> validationCallback)
207
private static DbExpressionList CreateExpressionList(IEnumerable<DbExpression> arguments, string argumentName, int expectedElementCount,
Action
<DbExpression, int> validationCallback)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
772
internal static bool TryMatchDiscriminatorPredicate(DbFilterExpression filter,
Action
<DbComparisonExpression, object> onMatchedComparison)
System\Data\Common\Internal\Materialization\Coordinator.cs (2)
200
private
Action
<Shaper, List<IEntityWrapper>> _handleClose;
314
internal void RegisterCloseHandler(
Action
<Shaper, List<IEntityWrapper>> closeHandler)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (1)
146
Action
<DbDataRecord, Action<IEntityStateEntry>> findMatch = (record, registerTarget) =>
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
260
Action
<NegatedConstant, IEnumerable<Constant>> negatedConstantAsCql,
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
179
private void AsCql(
Action
<EntitySet, IList<MemberPath>> createRef, Action<IList<MemberPath>> createType, MemberPath outputMember)
System\Data\Metadata\Edm\EdmProperty.cs (2)
51
private
Action
<object,object> _memberSetter;
137
internal
Action
<object,object> ValueSetter
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (9)
72
Action
<object, object> setter = GetSetterDelegateForProperty(property);
77
internal static
Action
<object, object> GetSetterDelegateForProperty(EdmProperty property)
79
Action
<object, object> setter = property.ValueSetter;
109
internal static
Action
<object, object> CreateNavigationPropertySetter(Type declaringType, PropertyInfo navigationProperty)
140
return (
Action
<object, object>)method.CreateDelegate(typeof(
Action
<object, object>));
307
private static
Action
<object, object> CreatePropertySetter(RuntimeTypeHandle entityDeclaringType, RuntimeMethodHandle rmh, bool allowNull)
391
return (
Action
<object, object>)method.CreateDelegate(typeof(
Action
<object, object>));
System\Data\Metadata\Edm\NavigationPropertyAccessor.cs (4)
36
private
Action
<object, object> _memberSetter;
37
private
Action
<object, object> _collectionAdd;
69
public
Action
<object, object> ValueSetter
80
public
Action
<object, object> CollectionAdd
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
166
internal readonly
Action
<object, object> ClrProperty;
System\Data\Objects\Internal\EntityProxyFactory.cs (9)
346
public
Action
<object, object> CreateBaseSetter(Type declaringType, PropertyInfo propertyInfo)
350
Action
<object, object> nonProxySetter = LightweightCodeGenerator.CreateNavigationPropertySetter(declaringType, propertyInfo);
720
Action
<FieldBuilder, bool> registerField = RegisterInstanceField;
860
public void Implement(TypeBuilder typeBuilder,
Action
<FieldBuilder, bool> registerField)
967
public void Implement(TypeBuilder typeBuilder,
Action
<FieldBuilder, bool> registerField)
1130
public void Implement(TypeBuilder typeBuilder,
Action
<FieldBuilder, bool> registerField)
1401
private void ImplementIEntityWithChangeTracker(TypeBuilder typeBuilder,
Action
<FieldBuilder, bool> registerField)
1444
private void ImplementIEntityWithRelationships(TypeBuilder typeBuilder,
Action
<FieldBuilder, bool> registerField)
1534
internal void Implement(TypeBuilder typeBuilder,
Action
<FieldBuilder, bool> registerField)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (3)
181
private static
Action
<object, object> CreateCollectionAddFunction(Type type, string propertyName)
188
return (
Action
<object, object>)addToCollection.Invoke(null, null);
192
private static
Action
<object, object> AddToCollection<T>()
System\Data\Objects\ObjectContext.cs (1)
2728
Action
<object, EventArgs> onReaderDispose = (object sender, EventArgs e) =>
System\Data\Objects\ObjectResult_TResultType.cs (2)
41
private
Action
<object, EventArgs> _onReaderDispose;
53
internal ObjectResult(Shaper<T> shaper, EntitySet singleEntitySet, TypeUsage resultItemType, bool readerOwned, NextResultGenerator nextResultGenerator,
Action
<object, EventArgs> onReaderDispose)
System.Data.Services (6)
System\Data\Services\Providers\ResourceType.cs (2)
82
private
Action
<object, System.Data.Services.Serializers.DictionaryContent> dictionarySerializerDelegate;
461
internal
Action
<object, System.Data.Services.Serializers.DictionaryContent> DictionarySerializerDelegate
System\Data\Services\Serializers\SyndicationSerializer.cs (4)
636
Action
<object, IExpandedResult> nextPageLinkWriter,
779
var
action = resourceType.DictionarySerializerDelegate;
816
action = (
Action
<object, DictionaryContent>)method.CreateDelegate(typeof(
Action
<object, DictionaryContent>), null);
System.Data.Services.Client (6)
System\Data\Services\Client\AtomMaterializer.cs (6)
204
private readonly
Action
<object, object> materializedObjectCallback;
256
Action
<object, object> materializedObjectCallback,
585
Action
<object, object> addMethod = GetAddToCollectionDelegate(list.GetType());
1110
private static
Action
<object, object> GetAddToCollectionDelegate(Type listType)
1124
return (
Action
<object, object>)lambda.Compile();
1183
Action
<object, object> addMethod = GetAddToCollectionDelegate(list.GetType());
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
783
static
Action
<object, TimeoutException> onHostTransaction = new Action<object, TimeoutException>(OnHostTransaction);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
939
static
Action
<object, TimeoutException> onBindReclaimed = new Action<object, TimeoutException>(OnBindReclaimed);
940
static
Action
<object, TimeoutException> onCommitWait = new Action<object, TimeoutException>(OnCommitWait);
1643
static
Action
<object, TimeoutException> waitComplete = new Action<object, TimeoutException>(OnWaitComplete);
System.ServiceModel (9)
System\ServiceModel\Channels\HttpPipeline.cs (3)
120
public virtual AsyncCompletionResult SendAsyncReply(Message message,
Action
<object, HttpResponseMessage> asyncSendCallback, object state)
406
Action
<object, HttpResponseMessage> asyncSendCallback;
475
public override AsyncCompletionResult SendAsyncReply(Message message,
Action
<object, HttpResponseMessage> asyncSendCallback, object state)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
557
static
Action
<object, HttpResponseMessage> onHttpPipelineSend;
System\ServiceModel\Channels\SocketConnection.cs (1)
2169
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(OnInternalCompleting);
System\ServiceModel\Diagnostics\TraceAsyncResult.cs (1)
12
static
Action
<AsyncCallback, IAsyncResult> waitResultCallback = new Action<AsyncCallback, IAsyncResult>(DoCallback);
System\ServiceModel\Diagnostics\TraceUtility.cs (3)
33
static Func<
Action
<AsyncCallback, IAsyncResult>> asyncCallbackGenerator;
450
asyncCallbackGenerator = new Func<
Action
<AsyncCallback, IAsyncResult>>(CallbackGenerator);
465
static
Action
<AsyncCallback, IAsyncResult> CallbackGenerator()
System.ServiceModel.Activities (22)
System\ServiceModel\Activities\CorrelationRequestContext.cs (1)
62
public bool WaitForReplyAsync(
Action
<object, TimeoutException> onReceiveReply, object state)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
271
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
500
static
Action
<AsyncResult, Exception> onFinally = new Action<AsyncResult, Exception>(OnFinally);
608
static
Action
<object, TimeoutException> handleWaitForStoreEvents = new Action<object, TimeoutException>(HandleWaitForStoreEvents);
991
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
710
static
Action
<AsyncResult, Exception> onComplete = new Action<AsyncResult, Exception>(OnComplete);
716
static
Action
<object, TimeoutException> handleWaitForInProgressLoad = new Action<object, TimeoutException>(HandleWaitForInProgressLoad);
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (12)
2421
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
2843
static
Action
<object, TimeoutException> handleEndWait = new Action<object, TimeoutException>(HandleEndWait);
2900
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
2982
static
Action
<object, TimeoutException> nextIdleCallback;
2983
static
Action
<object, TimeoutException> workflowServiceInstanceReadyCallback;
2985
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
3344
static
Action
<AsyncResult, Exception> completeCallback = new Action<AsyncResult, Exception>(OnComplete);
4037
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
4775
static
Action
<object, TimeoutException> idleReceivedCallback = new Action<object, TimeoutException>(OnIdleReceived);
4968
static
Action
<object, TimeoutException> onWaitEvent;
5167
static
Action
<object, TimeoutException> asyncWaiterSignaledCallback = new Action<object, TimeoutException>(OnAsyncWaiterSignaled);
5904
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
1256
static
Action
<object, TimeoutException> onReceiveReply;
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (1)
77
static
Action
<object, TimeoutException> handleEndWait = new Action<object, TimeoutException>(HandleEndWait);
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
35
static
Action
<AsyncResult, Exception> onCompleting = new Action<AsyncResult, Exception>(Finally);
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (1)
302
static
Action
<IAsyncResult, Exception> onCleanup;
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
945
private static
Action
<object, TimeoutException> completeCleanupCallback = new Action<object, TimeoutException>(CompleteCleanup);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (1)
230
static
Action
<object, TimeoutException> onWaitCompleted = new Action<object, TimeoutException>(OnWaitCompleted);
System.ServiceModel.Internals (9)
System\Runtime\AsyncResult.cs (2)
104
protected
Action
<AsyncResult, Exception> OnCompleting { get; set; }
115
protected
Action
<AsyncCallback, IAsyncResult> VirtualCallback
System\Runtime\AsyncWaitHandle.cs (3)
36
public bool WaitAsync(
Action
<object, TimeoutException> callback, object state, TimeSpan timeout)
216
Action
<object, TimeoutException> callback;
225
public AsyncWaiter(AsyncWaitHandle parent,
Action
<object, TimeoutException> callback, object state)
System\Runtime\InputQueue.cs (2)
39
public InputQueue(Func<
Action
<AsyncCallback, IAsyncResult>> asyncCallbackGenerator)
65
Func<
Action
<AsyncCallback, IAsyncResult>> AsyncCallbackGenerator
System\Runtime\ThreadNeutralSemaphore.cs (2)
21
static
Action
<object, TimeoutException> enteredAsyncCallback;
46
static
Action
<object, TimeoutException> EnteredAsyncCallback
System.ServiceModel.Web (6)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (6)
24
static Dictionary<Type,
Action
<XmlSchemaObject, HelpExampleGeneratorContext>> XmlObjectHandler = new Dictionary<Type,
Action
<XmlSchemaObject, HelpExampleGeneratorContext>>
74
static Dictionary<Type,
Action
<XmlSchemaObject, HelpExampleGeneratorContext>> JsonObjectHandler = new Dictionary<Type,
Action
<XmlSchemaObject, HelpExampleGeneratorContext>>
170
Action
<XmlSchemaObject, HelpExampleGeneratorContext> action;
804
public Dictionary<Type,
Action
<XmlSchemaObject, HelpExampleGeneratorContext>> objectHandler;
System.Web (11)
Cache\CacheDependency.cs (4)
49
Action
<Object, EventArgs> _objNotify; // Associated object to notify when a change occurs
728
public void SetCacheDependencyChanged(
Action
<Object, EventArgs> dependencyChangedAction) {
828
Action
<Object, EventArgs> action = _objNotify as
Action
<Object, EventArgs>;
Hosting\BackgroundWorkScheduler.cs (2)
18
private readonly
Action
<AppDomain, Exception> _logCallback;
21
internal BackgroundWorkScheduler(Action<BackgroundWorkScheduler> unregisterCallback,
Action
<AppDomain, Exception> logCallback, Action workItemCompleteCallback = null) {
Hosting\HostingEnvironment.cs (3)
481
Action
<string, bool> setter = (
Action
<string, bool>)Delegate.CreateDelegate(
482
typeof(
Action
<string, bool>),
HttpApplication.cs (1)
2151
public void OnExecuteRequestStep(
Action
<HttpContextBase, Action> callback) {
UI\WebControls\CreateUserWizard.cs (1)
2214
private static void RegisterTextChangedEvent(Control control,
Action
<object, EventArgs> textChangedHandler) {
System.Web.Extensions (1)
Handlers\ScriptResourceHandler.cs (1)
274
internal static void ProcessRequest(HttpContextBase context, VirtualFileReader fileReader = null,
Action
<string, Exception> logAction = null, bool validatePath = true) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
173
internal
Action
<int, int> rescaleConstsCallbackDelegate;