5 references to TypeOfISerializable
System.Runtime.Serialization (5)
System\Runtime\Serialization\ClassDataContract.cs (3)
389
if (Globals.
TypeOfISerializable
.IsAssignableFrom(type))
704
this.isISerializable = (Globals.
TypeOfISerializable
.IsAssignableFrom(type));
710
if (baseType != null && !(baseType.IsSerializable && Globals.
TypeOfISerializable
.IsAssignableFrom(baseType)))
System\Runtime\Serialization\CodeExporter.cs (2)
1149
type.BaseTypes.Add(DataContract.GetClrTypeFullName(Globals.
TypeOfISerializable
));
1810
getObjectDataMethod.ImplementationTypes.Add(Globals.
TypeOfISerializable
);