5 references to GetNullableUnderlyingType
Microsoft.CodeAnalysis (4)
Operations\ControlFlowGraphBuilder.cs (2)
3340
MakeInvalidOperation(ITypeSymbolHelpers.
GetNullableUnderlyingType
(value.Type), value);
5568
Debug.Assert(ITypeSymbolHelpers.
GetNullableUnderlyingType
(type).Equals(operand.Type));
SymbolDisplay\AbstractSymbolDisplayVisitor.cs (1)
95
type = ITypeSymbolHelpers.
GetNullableUnderlyingType
(type);
Symbols\ITypeSymbol.cs (1)
206
return IsNullableType(type) && IsBooleanType(
GetNullableUnderlyingType
(type));
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
Extensions.cs (1)
668
return ITypeSymbolHelpers.
GetNullableUnderlyingType
(type);