2 references to IsNullableValueType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
721
bool fDontLiftReturnType = (pMethodReturnType == CType || (
IsNullableValueType
(arg.Type) &&
IsNullableValueType
(CType)));