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