1 instantiation of EqualBooleanLiftedToNull
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\EqualInstruction.cs (1)
516
case TypeCode.Boolean: return s_BooleanLiftedToNull ??= new
EqualBooleanLiftedToNull
();