6 references to GetNullableUnderlyingTypeIfNecessary
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
5636
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
5637
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);
11812
incrementOperator = ReInferUnaryOperator(node.Syntax, incrementOperator, node.Operand,
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandType));
12836
var operandType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandResult);
13048
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
13049
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);