12 writes to P2
Contract.XmlSerializer.IntegrationTests (6)
XmlSerializerFormatTest.cs (6)
179var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 227var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 275var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 328var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 385var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 442var byteParams = new ByteParams() { P1 = 5, P2 = 10 };
dotnet-svcutil.xmlserializer.IntegrationTests (6)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.cs (6)
179var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 227var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 275var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 328var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 385var byteParams = new ByteParams() { P1 = 5, P2 = 10 }; 442var byteParams = new ByteParams() { P1 = 5, P2 = 10 };
12 references to P2
Contract.XmlSerializer.IntegrationTests (6)
XmlSerializerFormatTest.cs (6)
185Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 233Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 281Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 334Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 391Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 448Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams));
dotnet-svcutil.xmlserializer.IntegrationTests (6)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.cs (6)
185Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 233Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 281Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 334Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 391Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams)); 448Assert.Equal((new byte[] { byteParams.P1, byteParams.P2 }), serviceProxy1.CreateSet(byteParams));