4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
22096Me._type = type 22116Me._type = type 22135Me._type = type 22155Me._type = _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
22178writer.WriteValue(Me._type) 22197Return Me._type 22242Return Me._type 22257Return new ArrayCreationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _arrayBounds, _rankSpecifiers, _initializer) 22261Return new ArrayCreationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _arrayBounds, _rankSpecifiers, _initializer) 40270Dim newType = DirectCast(Visit(node._type), TypeSyntax) 40271If node._type IsNot newType Then anyChanges = True