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