4 writes to _underlyingType
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _underlyingType
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
3279writer.WriteValue(Me._underlyingType)
3343Return Me._underlyingType
3358Return Me._underlyingType
3367Return new EnumStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _enumKeyword, _identifier, _underlyingType)
3371Return new EnumStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _enumKeyword, _identifier, _underlyingType)
38127Dim newUnderlyingType = DirectCast(Visit(node._underlyingType), AsClauseSyntax)
38128If node._underlyingType IsNot newUnderlyingType Then anyChanges = True