Struct EditAndContinueMethodDebugInformation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Emit
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct EditAndContinueMethodDebugInformation
Methods
Create(ImmutableArray<byte>, ImmutableArray<byte>)
Declaration
public static EditAndContinueMethodDebugInformation Create(ImmutableArray<byte> compressedSlotMap, ImmutableArray<byte> compressedLambdaMap)
Parameters
| Type | Name | Description |
|---|---|---|
| ImmutableArray<byte> | compressedSlotMap | |
| ImmutableArray<byte> | compressedLambdaMap |
Returns
| Type | Description |
|---|---|
| EditAndContinueMethodDebugInformation |
Create(ImmutableArray<byte>, ImmutableArray<byte>, ImmutableArray<byte>)
Declaration
public static EditAndContinueMethodDebugInformation Create(ImmutableArray<byte> compressedSlotMap, ImmutableArray<byte> compressedLambdaMap, ImmutableArray<byte> compressedStateMachineStateMap)
Parameters
| Type | Name | Description |
|---|---|---|
| ImmutableArray<byte> | compressedSlotMap | |
| ImmutableArray<byte> | compressedLambdaMap | |
| ImmutableArray<byte> | compressedStateMachineStateMap |
Returns
| Type | Description |
|---|---|
| EditAndContinueMethodDebugInformation |