2 references to IsNullableForType
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
597
if (!
IsNullableForType
(typeMT, RuntimeHelpers.GetMethodTable(obj)))
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
1149
&& CastHelpers.
IsNullableForType
(destTH.AsMethodTable(), srcTH.AsMethodTable()))