3 instantiations of SoapTypeAttribute
ScenarioTests.Common.Tests (3)
ScenarioTestTypes.cs (2)
1330[SoapType(Namespace = "WcfService")] 1338[SoapType(Namespace = "WcfService")]
ServiceInterfaces.cs (1)
830[System.Xml.Serialization.SoapType(Namespace = "http://tempuri.org/")]
7 references to SoapTypeAttribute
netstandard (1)
netstandard.cs (1)
2396[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapTypeAttribute))]
System.Private.Xml (4)
System\Xml\Serialization\SoapAttributes.cs (4)
20private SoapTypeAttribute? _soapType; 48else if (attrs[i] is SoapTypeAttribute) 50_soapType = (SoapTypeAttribute)attrs[i]; 89public SoapTypeAttribute? SoapType
System.Xml (1)
System.Xml.cs (1)
121[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapTypeAttribute))]
System.Xml.XmlSerializer (1)
artifacts\obj\System.Xml.XmlSerializer\Debug\net10.0\System.Xml.XmlSerializer.Forwards.cs (1)
19[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Serialization.SoapTypeAttribute))]