Struct AwaitExpressionInfo
Assembly: Microsoft.CodeAnalysis.CSharp.dll
Syntax
public readonly struct AwaitExpressionInfo : IEquatable<AwaitExpressionInfo>
Properties
GetAwaiterMethod
Declaration
public IMethodSymbol? GetAwaiterMethod { get; }
Property Value
GetResultMethod
Declaration
public IMethodSymbol? GetResultMethod { get; }
Property Value
IsCompletedProperty
Declaration
public IPropertySymbol? IsCompletedProperty { get; }
Property Value
IsDynamic
Declaration
public bool IsDynamic { get; }
Property Value
Methods
Equals(AwaitExpressionInfo)
Declaration
public bool Equals(AwaitExpressionInfo other)
Parameters
Returns
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements