5 references to IsMethodCallAllowedEntitySequence
System.Data.Services.Client (5)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (2)
425if (ProjectionAnalyzer.IsMethodCallAllowedEntitySequence(m)) 659if (ProjectionAnalyzer.IsMethodCallAllowedEntitySequence(m))
System\Data\Services\Client\ProjectionPlanCompiler.cs (3)
291ProjectionAnalyzer.IsMethodCallAllowedEntitySequence(m) || ResourceBinder.PatternRules.MatchReferenceEquals(m), 309if (ProjectionAnalyzer.IsMethodCallAllowedEntitySequence(m)) 1036Debug.Assert(ProjectionAnalyzer.IsMethodCallAllowedEntitySequence(call), "ProjectionAnalyzer.IsMethodCallAllowedEntitySequence(call)");