2 references to InvalidLvalue
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
303
_ => throw Error.
InvalidLvalue
(node.Left.NodeType),
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
749
throw Error.
InvalidLvalue
(node.Left.NodeType);