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