5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
5071var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6582var returnState = GetReturnTypeWithState(method); 11727var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 11748var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations); 11763var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);