3 references to IsEnumType
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
3045If asType IsNot Nothing AndAlso asType.IsEnumType Then 3103If Me.IsEnumType() Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
1753If Not Me.IsEnumType Then