6 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
5064var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6533var returnState = GetReturnTypeWithState(method); 11503var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 11524var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations); 11539var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations); 11836return GetReturnTypeWithState(node.LogicalOperator);