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