6 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
4731var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6178var returnState = GetReturnTypeWithState(method); 10828var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 10849var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations); 10864var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations); 11160return GetReturnTypeWithState(node.LogicalOperator);