File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
src/coreclr/tools/Common/JitInterface Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -3398,7 +3398,6 @@ private void getAsyncInfo(ref CORINFO_ASYNC_INFO pAsyncInfoOut)
33983398 pAsyncInfoOut . continuationStateFldHnd = ObjectToHandle ( continuation . GetKnownField ( "State"u8 ) ) ;
33993399 pAsyncInfoOut . continuationFlagsFldHnd = ObjectToHandle ( continuation . GetKnownField ( "Flags"u8 ) ) ;
34003400 DefType asyncHelpers = _compilation . TypeSystemContext . SystemModule . GetKnownType ( "System.Runtime.CompilerServices"u8 , "AsyncHelpers"u8 ) ;
3401- DefType executionContext = _compilation . TypeSystemContext . SystemModule . GetKnownType ( "System.Threading"u8 , "ExecutionContext"u8 ) ;
34023401 pAsyncInfoOut . captureExecutionContextMethHnd = ObjectToHandle ( asyncHelpers . GetKnownMethod ( "CaptureExecutionContext"u8 , null ) ) ;
34033402 pAsyncInfoOut . restoreExecutionContextMethHnd = ObjectToHandle ( asyncHelpers . GetKnownMethod ( "RestoreExecutionContext"u8 , null ) ) ;
34043403 pAsyncInfoOut . captureContinuationContextMethHnd = ObjectToHandle ( asyncHelpers . GetKnownMethod ( "CaptureContinuationContext"u8 , null ) ) ;
You can’t perform that action at this time.
0 commit comments