3 references to IsAnonymousType
System.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
651string typeName = IsAnonymousType(a, ns) ? null : XsdTypeName(model.Type, a, model.TypeDesc.Name); 876bool isAnonymous = IsAnonymousType(a, defaultNs); 1041string typeName = IsAnonymousType(a, ns) ? null : XsdTypeName(model.Type, a, model.TypeDesc.Name);