1 instantiation of XmlMemberMapping
System.Private.Xml (1)
System\Xml\Serialization\XmlMembersMapping.cs (1)
31_mappings[i] = new XmlMemberMapping(mapping.Members[i]);
8 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)
16private readonly XmlMemberMapping[] _mappings; 23_mappings = new XmlMemberMapping[mapping.Members!.Length]; 55public XmlMemberMapping this[int index]
System\Xml\Serialization\XmlSchemaExporter.cs (1)
170XmlMemberMapping member = members[0];
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
469XmlMemberMapping memberMapping = headersMapping[headerNameIndex++];
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))]