1 implementation of IsAsyncThunkMethod
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2123
public bool
IsAsyncThunkMethod
(MethodDescHandle methodDescHandle)
2 references to IsAsyncThunkMethod
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
1990
if (rts.IsILStub(md) || rts.
IsAsyncThunkMethod
(md) || rts.IsWrapperStub(md))
5473
if (!rts.
IsAsyncThunkMethod
(md))