3 references to IsSpecial
System.Xml (3)
System\Xml\Serialization\Models.cs (1)
60if (!typeDesc.IsSpecial) throw new NotSupportedException(Res.GetString(Res.XmlUnsupportedTypeKind, type.FullName));
System\Xml\Serialization\XmlReflectionImporter.cs (2)
119if (mapping.IsAnonymousType && !mapping.TypeDesc.IsSpecial) { 410if (model.TypeDesc.IsSpecial)