2 references to IsImmutable
System.Data.Entity (2)
System\Data\Objects\ELinq\Funcletizer.cs (2)
142
isClientConstant = Nominate(expression, this.
IsImmutable
);
255
if (
IsImmutable
(expression)) { return true; }