4 references to IsDisallowedExpressionForMethodCall
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (4)
419
if ((m.Object != null &&
IsDisallowedExpressionForMethodCall
(m.Object))
420
|| m.Arguments.Any(a =>
IsDisallowedExpressionForMethodCall
(a)))
653
if ((m.Object != null &&
IsDisallowedExpressionForMethodCall
(m.Object))
654
|| m.Arguments.Any(a =>
IsDisallowedExpressionForMethodCall
(a)))