Resharper misses this, though the compiler complains:
private const TypeAttributes TypeAttributes = TypeAttributes.Class | TypeAttributes.AutoLayout | TypeAttributes.Public | TypeAttributes.Sealed;
...where TypeAttributes is a Flags enum from System.Reflection.