3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
16463
Me.
_type
= type
16479
Me.
_type
= type
16494
Me.
_type
= type
6 references to _type
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
16534
Return Me.
_type
16547
Return Me.
_type
16556
Return new TypeOfExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _typeOfKeyword, _expression, _operatorToken,
_type
)
16560
Return new TypeOfExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _typeOfKeyword, _expression, _operatorToken,
_type
)
32215
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
32216
If node.
_type
IsNot newType Then anyChanges = True