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