6 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
5010
var resultTypeWithState =
GetReturnTypeWithState
(methodOpt);
6479
var returnState =
GetReturnTypeWithState
(method);
11449
var enumeratorReturnType =
GetReturnTypeWithState
(reinferredGetEnumeratorMethod);
11470
var result = new VisitResult(
GetReturnTypeWithState
(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);
11485
var result = new VisitResult(
GetReturnTypeWithState
(disposeAsyncMethod), disposeAsyncMethod.ReturnTypeWithAnnotations);
11782
return
GetReturnTypeWithState
(node.LogicalOperator);