4 writes to Foo
Microsoft.CodeAnalysis.UnitTests (4)
Collections\SegmentedCollectionsMarshalTests.cs (4)
590
test<UnmanagedCustomStruct>(Enumerable.Range(0, 17).Select(_ => new UnmanagedCustomStruct() {
Foo
= Guid.NewGuid() }));
591
test<UnmanagedCustomStruct?>(Enumerable.Range(0, 17).Select(_ => (UnmanagedCustomStruct?)new UnmanagedCustomStruct() {
Foo
= Guid.NewGuid() }));
662
test<UnmanagedCustomStruct>(Enumerable.Range(0, 17).Select(_ => new UnmanagedCustomStruct() {
Foo
= Guid.NewGuid() }));
663
test<UnmanagedCustomStruct?>(Enumerable.Range(0, 17).Select(_ => (UnmanagedCustomStruct?)new UnmanagedCustomStruct() {
Foo
= Guid.NewGuid() }));