3 references to GetNullableUnderlyingTypeIfNecessary
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
5161
TypeWithState leftUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, leftType);
5162
TypeWithState rightUnderlyingType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, rightType);
11331
var operandType =
GetNullableUnderlyingTypeIfNecessary
(isLifted, operandResult);