1 instantiation of SoapReflectionImporter
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
727
_soapImporter = new
SoapReflectionImporter
(NamingHelper.CombineUriStrings(_defaultNs, "encoded"));
5 references to SoapReflectionImporter
netstandard (1)
netstandard.cs (1)
2394
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapReflectionImporter
))]
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
710
private
SoapReflectionImporter
_soapImporter;
721
private
SoapReflectionImporter
SoapImporter
System.Xml (1)
System.Xml.cs (1)
119
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapReflectionImporter
))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
17
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.
SoapReflectionImporter
))]