4 references to IsTypeCast
System.Data.Services (4)
System\Data\Services\Parsing\RequestQueryParser.cs (4)
1869if (!functionDescriptions[0].IsTypeCast && !functionDescriptions[0].IsTypeCheck) 1931if (this.nullPropagationRequired && function.IsTypeCast) 1965if (this.nullPropagationRequired && !function.IsTypeCheck && !function.IsTypeCast) 1977if (function.IsTypeCast)