1 write to _typeName
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
329
set {
_typeName
= value; }
4 references to _typeName
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
328
get { return
_typeName
; }
356
[MemberNotNullWhen(false, nameof(
_typeName
))]
359
get { return string.IsNullOrEmpty(
_typeName
); }
364
get { return IsAnonymousType ? XmlConvert.EncodeLocalName(_typeDesc!.Name) :
_typeName
; }