1 write to RuntimeAwaitMethod
Microsoft.CodeAnalysis.CSharp (1)
Compilation\AwaitExpressionInfo.cs (1)
46
RuntimeAwaitMethod
= runtimeAwaitMethod;
4 references to RuntimeAwaitMethod
Microsoft.CodeAnalysis.CSharp (3)
Compilation\AwaitExpressionInfo.cs (3)
60
&& object.Equals(this.
RuntimeAwaitMethod
, other.
RuntimeAwaitMethod
)
66
return Hash.Combine(GetAwaiterMethod, Hash.Combine(IsCompletedProperty, Hash.Combine(GetResultMethod, Hash.Combine(
RuntimeAwaitMethod
, IsDynamic.GetHashCode()))));
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpDetectPreviewFeatureAnalyzer.cs (1)
27
return awaitableInfo.
RuntimeAwaitMethod
;