5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
5280
var resultTypeWithState =
GetReturnTypeWithState
(methodOpt);
6838
var returnState =
GetReturnTypeWithState
(method);
12042
var enumeratorReturnType =
GetReturnTypeWithState
(reinferredGetEnumeratorMethod);
12063
var result = new VisitResult(
GetReturnTypeWithState
(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);
12078
var result = new VisitResult(
GetReturnTypeWithState
(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);