6 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
4913
var resultTypeWithState =
GetReturnTypeWithState
(methodOpt);
6360
var returnState =
GetReturnTypeWithState
(method);
11083
var enumeratorReturnType =
GetReturnTypeWithState
(reinferredGetEnumeratorMethod);
11104
var result = new VisitResult(
GetReturnTypeWithState
(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);
11119
var result = new VisitResult(
GetReturnTypeWithState
(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);
11416
return
GetReturnTypeWithState
(node.LogicalOperator);