3 references to Class
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinition.cs (3)
307 get { return (m_attributes & TypeAttributes.ClassSemanticMask) == TypeAttributes.Class; } 311 m_attributes |= TypeAttributes.Class; 313 m_attributes &= ~(TypeAttributes.ClassSemanticMask & TypeAttributes.Class);