2 writes to StringValue
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatSoapTest.cs (1)
37
var value = new SoapComplexType() { BoolValue = true,
StringValue
= "hello" };
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatSoapTest.cs (1)
37
var value = new SoapComplexType() { BoolValue = true,
StringValue
= "hello" };
4 references to StringValue
Contract.XmlSerializer.IntegrationTests (2)
XmlSerializerFormatSoapTest.cs (2)
43
Assert.Equal(value.
StringValue
, response.
StringValue
);
dotnet-svcutil.xmlserializer.IntegrationTests (2)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatSoapTest.cs (2)
43
Assert.Equal(value.
StringValue
, response.
StringValue
);