5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3655placeholderResult = new VisitResult(GetReturnTypeWithState(patternDisposeMethod), patternDisposeMethod.ReturnTypeWithAnnotations); 5376var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6936var returnState = GetReturnTypeWithState(method); 12590var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 12611var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);