5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
5122
var resultTypeWithState =
GetReturnTypeWithState
(methodOpt);
6675
var returnState =
GetReturnTypeWithState
(method);
11858
var enumeratorReturnType =
GetReturnTypeWithState
(reinferredGetEnumeratorMethod);
11879
var result = new VisitResult(
GetReturnTypeWithState
(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);
11894
var result = new VisitResult(
GetReturnTypeWithState
(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);