3 references to IsSpecial
System.Private.Xml (3)
System\Xml\Serialization\Models.cs (1)
67
if (!typeDesc.
IsSpecial
) throw new NotSupportedException(SR.Format(SR.XmlUnsupportedTypeKind, type.FullName));
System\Xml\Serialization\XmlReflectionImporter.cs (2)
127
if (mapping.IsAnonymousType && !mapping.TypeDesc!.
IsSpecial
)
471
if (model.TypeDesc.
IsSpecial
)