6 references to GetNullableUnderlyingTypeIfNecessary
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
5694
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
5695
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);
11881
incrementOperator = ReInferUnaryOperator(node.Syntax, incrementOperator, node.Operand,
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandType));
12914
var operandType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandResult);
13126
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
13127
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);