2 references to IsStructLike
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1340
if (typeDesc.
IsStructLike
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
818
if (!typeDesc.
IsStructLike
) return new InvalidOperationException(string.Format(ResXml.XmlInvalidUseOfType, type.FullName));