7 references to Size
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
973int size = layout.Size;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Attributes\AttributeTests_StructLayout.cs (5)
59Assert.Equal(1, layout.Size); 212Assert.Equal(expectedSize, (uint)layout.Size); 652Assert.Equal(1, mdLayout.Size); 660Assert.Equal(unchecked((int)0x12345678), mdLayout.Size); 698Assert.Equal(1, layout.Size);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
131size = layout.Size;