2 instantiations of XmlCompositeType
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.4.0.0.cs (1)
106var input = new XmlCompositeType();
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.4.0.0.cs (1)
106var input = new XmlCompositeType();
6 references to XmlCompositeType
Contract.XmlSerializer.IntegrationTests (2)
XmlSerializerFormatTest.4.0.0.cs (2)
106var input = new XmlCompositeType(); 109var response = serviceProxy.GetDataUsingXmlSerializer(input);
dotnet-svcutil.xmlserializer.IntegrationTests (2)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.4.0.0.cs (2)
106var input = new XmlCompositeType(); 109var response = serviceProxy.GetDataUsingXmlSerializer(input);
ScenarioTests.Common.Tests (2)
ServiceInterfaces.cs (2)
139XmlCompositeType GetDataUsingXmlSerializer(XmlCompositeType composite);