5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
5280var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6838var returnState = GetReturnTypeWithState(method); 12042var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 12063var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations); 12078var result = new VisitResult(GetReturnTypeWithState(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);