Search Results for

    Show / Hide Table of Contents

    Struct EditAndContinueMethodDebugInformation

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    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
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0