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