6 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
4420var resultTypeWithState = GetReturnTypeWithState(methodOpt); 5705var returnState = GetReturnTypeWithState(method); 10095var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 10116var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations); 10131var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations); 10426return GetReturnTypeWithState(node.LogicalOperator);