4 writes to _underlyingType
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
3189Me._underlyingType = underlyingType 3213Me._underlyingType = underlyingType 3236Me._underlyingType = underlyingType 3267Me._underlyingType = _underlyingType
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