2 writes to BoolValue
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 BoolValue
Contract.XmlSerializer.IntegrationTests (2)
XmlSerializerFormatSoapTest.cs (2)
42
Assert.Equal(value.
BoolValue
, response.
BoolValue
);
dotnet-svcutil.xmlserializer.IntegrationTests (2)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatSoapTest.cs (2)
42
Assert.Equal(value.
BoolValue
, response.
BoolValue
);