2 references to BinaryCastResourceType
System.Data.Services (2)
System\Data\Services\Parsing\FunctionDescription.cs (1)
297castSignatures.Add(new FunctionDescription(FunctionNameCast, new Type[] { typeof(object), typeof(ResourceType) }, FunctionDescription.BinaryCastResourceType));
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1947function.ConversionFunction == FunctionDescription.BinaryCastResourceType)