6 references to GetNullableUnderlyingTypeIfNecessary
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
5638
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
5639
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);
11784
incrementOperator = ReInferUnaryOperator(node.Syntax, incrementOperator, node.Operand,
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandType));
12768
var operandType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandResult);
12980
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
12981
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);