8 references to Size
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
977int size = layout.Size;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
Attributes\AttributeTests_StructLayout.cs (6)
180Assert.Equal(1, layout.Size); 333Assert.Equal(expectedSize, (uint)layout.Size); 773Assert.Equal(1, mdLayout.Size); 781Assert.Equal(unchecked((int)0x12345678), mdLayout.Size); 819Assert.Equal(1, layout.Size); 1215Assert.Equal(0, type.GetLayout().Size);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
131size = layout.Size;