2 instantiations of SoapComplexType
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatSoapTest.cs (1)
37var value = new SoapComplexType() { BoolValue = true, StringValue = "hello" };
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatSoapTest.cs (1)
37var value = new SoapComplexType() { BoolValue = true, StringValue = "hello" };
6 references to SoapComplexType
Contract.XmlSerializer.IntegrationTests (2)
XmlSerializerFormatSoapTest.cs (2)
37var value = new SoapComplexType() { BoolValue = true, StringValue = "hello" }; 38SoapComplexType response = serviceProxy.EchoComositeTypeXmlSerializerFormatSoap(value);
dotnet-svcutil.xmlserializer.IntegrationTests (2)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatSoapTest.cs (2)
37var value = new SoapComplexType() { BoolValue = true, StringValue = "hello" }; 38SoapComplexType response = serviceProxy.EchoComositeTypeXmlSerializerFormatSoap(value);
ScenarioTests.Common.Tests (2)
ServiceInterfaces.cs (2)
155SoapComplexType EchoComositeTypeXmlSerializerFormatSoap(SoapComplexType c);