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