3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
17199Me._type = type 17217Me._type = type 17234Me._type = type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
17255Return Me._type 17291Return Me._type 17304Return new ObjectCreationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer) 17308Return new ObjectCreationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer) 32304Dim newType = DirectCast(Visit(node._type), TypeSyntax) 32305If node._type IsNot newType Then anyChanges = True