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