5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
5064
var resultTypeWithState =
GetReturnTypeWithState
(methodOpt);
6575
var returnState =
GetReturnTypeWithState
(method);
11703
var enumeratorReturnType =
GetReturnTypeWithState
(reinferredGetEnumeratorMethod);
11724
var result = new VisitResult(
GetReturnTypeWithState
(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);
11739
var result = new VisitResult(
GetReturnTypeWithState
(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);