2 instantiations of GetValue
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
234case "get_Value": return s_value ??= new GetValue(); 255return s_value ??= new GetValue();