1 write to nullPropagationRequired
System.Data.Services (1)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
235this.nullPropagationRequired = this.provider.NullPropagationRequired;
4 references to nullPropagationRequired
System.Data.Services (4)
System\Data\Services\Parsing\RequestQueryParser.cs (4)
1861Expression[] arguments = this.nullPropagationRequired ? originalArguments : (Expression[])originalArguments.Clone(); 1931if (this.nullPropagationRequired && function.IsTypeCast) 1965if (this.nullPropagationRequired && !function.IsTypeCheck && !function.IsTypeCast) 2272if (!this.nullPropagationRequired || element == this.it || !WebUtil.TypeAllowsNull(element.Type))