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