7 writes to Int
Microsoft.Extensions.VectorData.ConformanceTests (7)
TypeTests\KeyTypeTests.cs (7)
60Int = 8, 67Int = 9, 158Int = 8, 165Int = 9, 172Int = 10, 179Int = 11, 187recordWithDefaultValueKey1.Int = 99;
9 references to Int
Microsoft.Extensions.VectorData.ConformanceTests (9)
TypeTests\KeyTypeTests.cs (9)
81Assert.Equal(8, result.Int); 89Assert.Equal(8, firstRecord.Int); 91Assert.Equal(9, secondRecord.Int); 108[nameof(Record<>.Int)] = 8, 114[nameof(Record<>.Int)] = 9, 129Assert.Equal(8, dynamicResult[nameof(Record<>.Int)]); 138Assert.Equal(8, firstDynamicRecord[nameof(Record<>.Int)]); 141Assert.Equal(9, secondDynamicRecord[nameof(Record<>.Int)]); 197Assert.Equal(99, recordWithDefaultValueKey1.Int);