1 instantiation of XmlMemberMapping
System.Private.Xml (1)
System\Xml\Serialization\XmlMembersMapping.cs (1)
31
_mappings[i] = new
XmlMemberMapping
(mapping.Members[i]);
7 references to XmlMemberMapping
netstandard (1)
netstandard.cs (1)
2421
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlMemberMapping
))]
System.Private.Xml (4)
System\Xml\Serialization\XmlMembersMapping.cs (3)
16
private readonly
XmlMemberMapping
[] _mappings;
23
_mappings = new
XmlMemberMapping
[mapping.Members!.Length];
55
public
XmlMemberMapping
this[int index]
System\Xml\Serialization\XmlSchemaExporter.cs (1)
170
XmlMemberMapping
member = members[0];
System.Xml (1)
System.Xml.cs (1)
146
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlMemberMapping
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
44
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
XmlMemberMapping
))]