3 references to GetLiftedReturnTypeIfNecessary
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
10553
TypeWithState returnType =
GetLiftedReturnTypeIfNecessary
(isLiftedConversion, methodReturnType, operandState);
11859
resultOfIncrementType =
GetLiftedReturnTypeIfNecessary
(isLifted, incrementOperator.ReturnTypeWithAnnotations, operandType.State);
12785
resultType =
GetLiftedReturnTypeIfNecessary
(isLifted, method.ReturnTypeWithAnnotations, operandResult.State);