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