6 references to knownTypes
System.Data.Services.Client (6)
System\Data\Services\Client\ClientConvert.cs (6)
191Debug.Assert(null != knownTypes[(int)StorageType.Binary], "null typeof(System.Data.Linq.Binary)"); 192return Activator.CreateInstance(knownTypes[(int)StorageType.Binary], Convert.FromBase64String(propertyValue)); 356Debug.Assert(null != knownTypes[(int)StorageType.Binary], "null typeof(System.Data.Linq.Binary)"); 357Debug.Assert(knownTypes[(int)StorageType.Binary].IsInstanceOfType(propertyValue), "not IsInstanceOfType System.Data.Linq.Binary"); 521int index = Util.IndexOfReference(ClientConvert.knownTypes, type); 541ClientConvert.knownTypes[(int)StorageType.Binary] = type;