5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
5122var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6675var returnState = GetReturnTypeWithState(method); 11857var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 11878var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations); 11893var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);