2 references to IsStructLike
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1167
if (typeDesc.
IsStructLike
) {
System\Xml\Serialization\XmlSerializationWriter.cs (1)
715
if (!typeDesc.
IsStructLike
) return new InvalidOperationException(Res.GetString(Res.XmlInvalidUseOfType, type.FullName));