3 writes to _type
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
17692
Me.
_type
= type
17711
Me.
_type
= type
17729
Me.
_type
= type
16 references to _type
Microsoft.CodeAnalysis.VisualBasic (16)
Generated\Syntax.xml.Internal.Generated.vb (16)
17776
Return Me.
_type
17826
Return Me.
_type
17837
Return new CTypeExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
17841
Return new CTypeExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
17885
Return Me.
_type
17896
Return new DirectCastExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
17900
Return new DirectCastExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
17944
Return Me.
_type
17955
Return new TryCastExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
17959
Return new TryCastExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
32386
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
32387
If node.
_type
IsNot newType Then anyChanges = True
32409
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
32410
If node.
_type
IsNot newType Then anyChanges = True
32432
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
32433
If node.
_type
IsNot newType Then anyChanges = True