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