5 references to SoapSchemaMember
netstandard (1)
netstandard.cs (1)
2395
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapSchemaMember
))]
System.Private.Xml (2)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
224
public XmlMembersMapping ImportMembersMapping(string name, string? ns,
SoapSchemaMember
[] members)
229
foreach (
SoapSchemaMember
member in members)
System.Xml (1)
System.Xml.cs (1)
120
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapSchemaMember
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
18
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapSchemaMember
))]