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