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