5 references to IndexOfStorage
System.Data.Services.Client (5)
System\Data\Services\Client\ClientConvert.cs (5)
139
switch ((StorageType)
IndexOfStorage
(propertyType))
218
return StorageType.Binary == (StorageType)
IndexOfStorage
(value.GetType());
298
switch ((StorageType)
IndexOfStorage
(propertyValue.GetType()))
373
return (0 <=
IndexOfStorage
(type));
402
switch ((StorageType)
IndexOfStorage
(propertyType))