5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3669placeholderResult = new VisitResult(GetReturnTypeWithState(patternDisposeMethod), patternDisposeMethod.ReturnTypeWithAnnotations); 5390var resultTypeWithState = GetReturnTypeWithState(methodOpt); 6950var returnState = GetReturnTypeWithState(method); 12591var enumeratorReturnType = GetReturnTypeWithState(reinferredGetEnumeratorMethod); 12612var result = new VisitResult(GetReturnTypeWithState(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);