6 references to GetNullableUnderlyingTypeIfNecessary
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
5368
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
5369
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);
11163
incrementOperator = ReInferUnaryOperator(node.Syntax, incrementOperator, node.Operand,
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandType));
12113
var operandType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandResult);
12325
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
12326
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);