1 instantiation of MatchNullCheckResult
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1924MatchNullCheckResult result = new MatchNullCheckResult();
7 references to MatchNullCheckResult
System.Data.Services.Client (7)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (2)
381var nullCheck = ResourceBinder.PatternRules.MatchNullCheck(this.box.ParamExpressionInScope, c); 596var nullCheck = ResourceBinder.PatternRules.MatchNullCheck(this.box.ParamExpressionInScope, c);
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
1920internal static MatchNullCheckResult MatchNullCheck(Expression entityInScope, ConditionalExpression conditional) 1924MatchNullCheckResult result = new MatchNullCheckResult();
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
152var nullCheck = ResourceBinder.PatternRules.MatchNullCheck(this.entity, c);
System\Data\Services\Client\ProjectionPlanCompiler.cs (2)
145var nullCheck = ResourceBinder.PatternRules.MatchNullCheck(this.pathBuilder.LambdaParameterInScope, conditional); 484private Expression RebindConditionalNullCheck(ConditionalExpression conditional, ResourceBinder.PatternRules.MatchNullCheckResult nullCheck)