3 references to IsSpecial
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (1)
63if (!typeDesc.IsSpecial) throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedTypeKind, type.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
127if (mapping.IsAnonymousType && !mapping.TypeDesc.IsSpecial) 462if (model.TypeDesc.IsSpecial)