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