Table of Contents

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 TypeDefinitionHandle
metadata MetadataReader

Returns

bool

Run(ILFunction, ILTransformContext)

public void Run(ILFunction function, ILTransformContext context)

Parameters

function ILFunction
context ILTransformContext