5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3624placeholderResult = new VisitResult(GetReturnTypeWithState(patternDisposeMethod), patternDisposeMethod.ReturnTypeWithAnnotations); 5352var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6912var returnState = GetReturnTypeWithState(method); 12468var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 12489var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);