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