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