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