Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/Async/
H A DAsyncActionMethodSelector.cs19 private bool _allowLegacyAsyncActions; field in System.Web.Mvc.Async.AsyncActionMethodSelector
23 _allowLegacyAsyncActions = allowLegacyAsyncActions; in AsyncActionMethodSelector()
131 …return _allowLegacyAsyncActions && methodInfo.Name.EndsWith("Async", StringComparison.OrdinalIgnor… in IsAsyncSuffixedMethod()
136 …return _allowLegacyAsyncActions && methodInfo.Name.EndsWith("Completed", StringComparison.OrdinalI… in IsCompletedSuffixedMethod()