2 references to UnsupportedExpressionType
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
957
throw new PlatformNotSupportedException(SR.Format(SR.
UnsupportedExpressionType
, node.NodeType));
1272
throw new PlatformNotSupportedException(SR.Format(SR.
UnsupportedExpressionType
, node.NodeType));