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