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