Implemented interface member:
property
Alignment
Microsoft.Cci.ITypeDefinition.Alignment
1 override of Alignment
Microsoft.CodeAnalysis (1)
CodeGen\PrivateImplementationDetails.cs (1)
703
public override ushort
Alignment
=> _alignment;
1 reference to Alignment
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedPrivateImplementationDetailsType.cs (1)
104
internal override TypeLayout Layout => new TypeLayout(_privateImplementationDetails.Layout, (int)_privateImplementationDetails.SizeOf, (byte)_privateImplementationDetails.
Alignment
);