3 references to ComposedOfNoStaticMembers
System.Private.CoreLib (3)
src\System\Reflection\Associates.cs (3)
130Attributes.ComposedOfNoStaticMembers; 174attributes &= ~Attributes.ComposedOfNoStaticMembers; 198bool isPseudoStatic = (attributes & Attributes.ComposedOfNoStaticMembers) == 0;