5 references to Execute
System.Private.CoreLib (5)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
837
taskCont.
Execute
(canInline: false);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeAsyncTaskContinuation.cs (1)
24
Execute
(canInline: true);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
3636
tc.
Execute
(canInline: canInlineContinuations);
3723
tc.
Execute
(canInline: false);
3762
tc.
Execute
(canInlineContinuations);