6 references to GetNullableUnderlyingTypeIfNecessary
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
5317
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
5318
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);
11028
incrementOperator = ReInferUnaryOperator(node.Syntax, incrementOperator, node.Operand,
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandType));
11975
var operandType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandResult);
12187
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
12188
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);