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