3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
16333
Me.
_type
= type
16349
Me.
_type
= type
16364
Me.
_type
= type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
16397
Return Me.
_type
16417
Return Me.
_type
16428
Return new GetTypeExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _getTypeKeyword, _openParenToken,
_type
, _closeParenToken)
16432
Return new GetTypeExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _getTypeKeyword, _openParenToken,
_type
, _closeParenToken)
32194
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
32195
If node.
_type
IsNot newType Then anyChanges = True