4 references to GetNullableUnderlyingType
Microsoft.CodeAnalysis (4)
Operations\ControlFlowGraphBuilder.cs (2)
3357
MakeInvalidOperation(ITypeSymbolHelpers.
GetNullableUnderlyingType
(value.Type), value);
5665
Debug.Assert(ITypeSymbolHelpers.
GetNullableUnderlyingType
(type).Equals(operand.Type));
SymbolDisplay\AbstractSymbolDisplayVisitor.cs (1)
139
type = ITypeSymbolHelpers.
GetNullableUnderlyingType
(type);
Symbols\ITypeSymbol.cs (1)
210
return IsNullableType(type) && IsBooleanType(
GetNullableUnderlyingType
(type));