Class AsyncAwaitDecompiler
- Namespace
- ICSharpCode.Decompiler.IL.ControlFlow
- Assembly
- ICSharpCode.Decompiler.dll
Decompiler step for C# 5 async/await.
public class AsyncAwaitDecompiler : IILTransform
- Inheritance
-
AsyncAwaitDecompiler
- Implements
- Inherited Members
Constructors
AsyncAwaitDecompiler()
public AsyncAwaitDecompiler()
Methods
IsCompilerGeneratorAsyncEnumerator(TypeDefinitionHandle, MetadataReader)
public static bool IsCompilerGeneratorAsyncEnumerator(TypeDefinitionHandle type, MetadataReader metadata)
Parameters
type
TypeDefinitionHandlemetadata
MetadataReader
Returns
Run(ILFunction, ILTransformContext)
public void Run(ILFunction function, ILTransformContext context)
Parameters
function
ILFunctioncontext
ILTransformContext