2 references to UnwrapTaskLike
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpTypeInferenceService.TypeInferrer.cs (2)
1659
new TypeInferenceInfo(
UnwrapTaskLike
(invoke.ReturnType, isAsync)));
2092
? SpecializedCollections.SingletonEnumerable(new TypeInferenceInfo(
UnwrapTaskLike
(type, isAsync)))