2 writes to HeaderValue
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.cs (1)
494var response = serviceProxy1.Echo(new EchoRequest { message = "Hello", StringHeader = new StringHeader { HeaderValue = "WCF is Cool!" } });
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.cs (1)
494var response = serviceProxy1.Echo(new EchoRequest { message = "Hello", StringHeader = new StringHeader { HeaderValue = "WCF is Cool!" } });
2 references to HeaderValue
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.cs (1)
497Assert.Equal(expectedHeaderText, response.StringHeader.HeaderValue);
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.cs (1)
497Assert.Equal(expectedHeaderText, response.StringHeader.HeaderValue);