Table of Contents

Struct AsyncDebugInfo

Namespace
ICSharpCode.Decompiler.DebugInfo
Assembly
ICSharpCode.Decompiler.dll
public readonly struct AsyncDebugInfo
Inherited Members

Constructors

AsyncDebugInfo(int, ImmutableArray<Await>)

public AsyncDebugInfo(int catchHandlerOffset, ImmutableArray<AsyncDebugInfo.Await> awaits)

Parameters

catchHandlerOffset int
awaits ImmutableArray<AsyncDebugInfo.Await>

Fields

Awaits

public readonly ImmutableArray<AsyncDebugInfo.Await> Awaits

Field Value

ImmutableArray<AsyncDebugInfo.Await>

CatchHandlerOffset

public readonly int CatchHandlerOffset

Field Value

int

Methods

BuildBlob(MethodDefinitionHandle)

public BlobBuilder BuildBlob(MethodDefinitionHandle moveNext)

Parameters

moveNext MethodDefinitionHandle

Returns

BlobBuilder