2 references to LookupNullable
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
154
NullableType pNullableType = TypeTable.
LookupNullable
(pUnderlyingType);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeTable.cs (1)
130
Debug.Assert(
LookupNullable
(underlyingType) == null);