1 write to _structLayoutAttributeType
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
110_structLayoutAttributeType = compilation.StructLayoutAttributeType();
1 reference to _structLayoutAttributeType
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
394if (symbolEndContext.Symbol.GetAttributes().Any(static (a, self) => a.AttributeClass == self._structLayoutAttributeType, this))