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