2 references to StructLayoutAttribute
ILLink.RoslynAnalyzer (2)
COMAnalyzer.cs (2)
18
private const string StructLayoutAttribute = nameof(
StructLayoutAttribute
);
132
else if (typeSymbol.TryGetAttribute(
StructLayoutAttribute
, out var structLayoutAttribute) &&