1 write to TaskLikeReturnTypeOpt
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
1037
this.
TaskLikeReturnTypeOpt
= taskLikeReturnTypeOpt;
3 references to TaskLikeReturnTypeOpt
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
1051
!TypeSymbol.Equals(other.
TaskLikeReturnTypeOpt
, this.
TaskLikeReturnTypeOpt
, TypeCompareKind.ConsiderEverything2))
1070
var value =
TaskLikeReturnTypeOpt
?.GetHashCode() ?? 0;