11 references to UnderlyingType
Microsoft.CodeAnalysis.VisualBasic (10)
Declarations\DeclarationTreeBuilder.vb (1)
551If (declarationSyntax.UnderlyingType IsNot Nothing) Then
Generated\Syntax.xml.Main.Generated.vb (2)
1872Dim newUnderlyingType = DirectCast(Visit(node.UnderlyingType), AsClauseSyntax) 1873If node.UnderlyingType IsNot newUnderlyingType Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (6)
4209return Update(attributeLists, Me.Modifiers, Me.EnumKeyword, Me.Identifier, Me.UnderlyingType) 4239return Update(Me.AttributeLists, modifiers, Me.EnumKeyword, Me.Identifier, Me.UnderlyingType) 4261return Update(Me.AttributeLists, Me.Modifiers, enumKeyword, Me.Identifier, Me.UnderlyingType) 4279return Update(Me.AttributeLists, Me.Modifiers, Me.EnumKeyword, identifier, Me.UnderlyingType) 4320Return Me.UnderlyingType 4355If attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse enumKeyword <> Me.EnumKeyword OrElse identifier <> Me.Identifier OrElse underlyingType IsNot Me.UnderlyingType Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
1856Dim underlyingType = syntax.EnumStatement.UnderlyingType
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\BasicEnumStorageShouldBeInt32.Fixer.vb (1)
19Dim asClause = DirectCast(enumDecl.UnderlyingType, SimpleAsClauseSyntax)