1 write to GetResultMethod
Microsoft.CodeAnalysis.CSharp (1)
Compilation\AwaitExpressionInfo.cs (1)
45
GetResultMethod
= getResult;
4 references to GetResultMethod
Microsoft.CodeAnalysis.CSharp (4)
Compilation\AwaitExpressionInfo.cs (4)
29
/// <see cref="IsCompletedProperty" />, and <see cref="
GetResultMethod
" /> will be
59
&& object.Equals(this.
GetResultMethod
, other.
GetResultMethod
)
66
return Hash.Combine(GetAwaiterMethod, Hash.Combine(IsCompletedProperty, Hash.Combine(
GetResultMethod
, Hash.Combine(RuntimeAwaitMethod, IsDynamic.GetHashCode()))));