14 writes to SampleInt
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (14)
XmlDataContractSerializerOutputFormatterTest.cs (14)
84yield return new object[] { new DummyClass { SampleInt = 10 }, 121var input = new DummyClass { SampleInt = 10 }; 159var sampleInput = new DummyClass { SampleInt = 10 }; 189var sampleInput = new DummyClass { SampleInt = 10 }; 250var sampleInput = new DummyClass { SampleInt = 10 }; 281var sampleInput = new DummyClass { SampleInt = 10 }; 310var sampleInput = new DummyClass { SampleInt = 10 }; 332var sampleInput = new DummyClass { SampleInt = 10 }; 350var sampleInput = new DummyClass { SampleInt = 10 }; 367yield return new object[] { new DummyClass { SampleInt = 5 }, typeof(DummyClass), true }; 468var sampleInput = new SomeDummyClass { SampleInt = 1, SampleString = "TestString" }; 512var sampleInput = new DummyClass { SampleInt = sampleInt }; 559SampleInt = sampleInt, 689var obj = new DummyClass { SampleInt = 10 };