3 references to ConsiderNullPropagation
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (3)
1972
result = this.
ConsiderNullPropagation
(originalArguments[i], result);
2081
Expression result = this.
ConsiderNullPropagation
(instance, propertyAccess);
2114
return this.
ConsiderNullPropagation
(instance, call);