6 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
4994
var resultTypeWithState =
GetReturnTypeWithState
(methodOpt);
6443
var returnState =
GetReturnTypeWithState
(method);
11192
var enumeratorReturnType =
GetReturnTypeWithState
(reinferredGetEnumeratorMethod);
11213
var result = new VisitResult(
GetReturnTypeWithState
(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);
11228
var result = new VisitResult(
GetReturnTypeWithState
(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);
11525
return
GetReturnTypeWithState
(node.LogicalOperator);