5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3660placeholderResult = new VisitResult(GetReturnTypeWithState(patternDisposeMethod), patternDisposeMethod.ReturnTypeWithAnnotations); 5392var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6952var returnState = GetReturnTypeWithState(method); 12523var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 12544var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);