Exemplo n.º 1
0
        private static int IndexOfStorage(Type type)
        {
            int index = Util.IndexOfReference(ClientConvert.knownTypes, type);

#if !ASTORIA_LIGHT
            if ((index < 0) && needSystemDataLinqBinary && (type.Name == "Binary"))
            {
                return(LoadSystemDataLinqBinary(type));
            }
#endif
            return(index);
        }