Search Results for

    Show / Hide Table of Contents

    Struct AwaitExpressionInfo

    Implements
    IEquatable<AwaitExpressionInfo>
    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis.CSharp
    Assembly: Microsoft.CodeAnalysis.CSharp.dll
    Syntax
    public readonly struct AwaitExpressionInfo : IEquatable<AwaitExpressionInfo>

    Properties

    GetAwaiterMethod

    Declaration
    public IMethodSymbol? GetAwaiterMethod { get; }
    Property Value
    Type Description
    IMethodSymbol

    GetResultMethod

    Declaration
    public IMethodSymbol? GetResultMethod { get; }
    Property Value
    Type Description
    IMethodSymbol

    IsCompletedProperty

    Declaration
    public IPropertySymbol? IsCompletedProperty { get; }
    Property Value
    Type Description
    IPropertySymbol

    IsDynamic

    Declaration
    public bool IsDynamic { get; }
    Property Value
    Type Description
    bool

    Methods

    Equals(AwaitExpressionInfo)

    Declaration
    public bool Equals(AwaitExpressionInfo other)
    Parameters
    Type Name Description
    AwaitExpressionInfo other
    Returns
    Type Description
    bool

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Implements

    IEquatable<T>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0