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