5 references to GetReturnTypeWithState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3624
placeholderResult = new VisitResult(
GetReturnTypeWithState
(patternDisposeMethod), patternDisposeMethod.ReturnTypeWithAnnotations);
5352
var resultTypeWithState =
GetReturnTypeWithState
(methodOpt);
6912
var returnState =
GetReturnTypeWithState
(method);
12468
var enumeratorReturnType =
GetReturnTypeWithState
(reinferredGetEnumeratorMethod);
12489
var result = new VisitResult(
GetReturnTypeWithState
(moveNextAsyncMethod), moveNextAsyncMethod.ReturnTypeWithAnnotations);