4 references to MatchNullCheck
System.Data.Services.Client (4)
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\MemberAssignmentAnalysis.cs (1)
152
var nullCheck = ResourceBinder.PatternRules.
MatchNullCheck
(this.entity, c);
System\Data\Services\Client\ProjectionPlanCompiler.cs (1)
145
var nullCheck = ResourceBinder.PatternRules.
MatchNullCheck
(this.pathBuilder.LambdaParameterInScope, conditional);