15 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)
1777Dim underlyingType = syntax.EnumStatement.UnderlyingType
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
SyntaxTreeExtensions.vb (1)
537If parent.IsChildNode(Of EnumStatementSyntax)(Function(enumDeclaration) enumDeclaration.UnderlyingType) Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Types\BuiltInTypesKeywordRecommender.vb (2)
29enumDeclaration.UnderlyingType IsNot Nothing AndAlso 30targetToken = enumDeclaration.UnderlyingType.AsKeyword Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
18847Dim withObj = objectUnderTest.WithAttributeLists(objectUnderTest.AttributeLists).WithModifiers(objectUnderTest.Modifiers).WithEnumKeyword(objectUnderTest.EnumKeyword).WithIdentifier(objectUnderTest.Identifier).WithUnderlyingType(objectUnderTest.UnderlyingType)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
537If parent.IsChildNode(Of EnumStatementSyntax)(Function(enumDeclaration) enumDeclaration.UnderlyingType) Then