3 writes to _elementType
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
24146Me._elementType = elementType 24158Me._elementType = elementType 24169Me._elementType = elementType
6 references to _elementType
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
24185Return Me._elementType 24201Return Me._elementType 24212Return new NullableTypeSyntax(Me.Kind, newErrors, GetAnnotations, _elementType, _questionMarkToken) 24216Return new NullableTypeSyntax(Me.Kind, GetDiagnostics, annotations, _elementType, _questionMarkToken) 33358Dim newElementType = DirectCast(Visit(node._elementType), TypeSyntax) 33359If node._elementType IsNot newElementType Then anyChanges = True