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