4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
22449
Me.
_type
= type
22468
Me.
_type
= type
22486
Me.
_type
= type
22517
Me.
_type
= _type
17 references to _type
Microsoft.CodeAnalysis.VisualBasic (17)
Generated\Syntax.xml.Internal.Generated.vb (17)
22532
writer.WriteValue(Me.
_type
)
22577
Return Me.
_type
22638
Return Me.
_type
22649
Return new CTypeExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
22653
Return new CTypeExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
22708
Return Me.
_type
22719
Return new DirectCastExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
22723
Return new DirectCastExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
22778
Return Me.
_type
22789
Return new TryCastExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
22793
Return new TryCastExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _keyword, _openParenToken, _expression, _commaToken,
_type
, _closeParenToken)
40314
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
40315
If node.
_type
IsNot newType Then anyChanges = True
40337
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
40338
If node.
_type
IsNot newType Then anyChanges = True
40360
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
40361
If node.
_type
IsNot newType Then anyChanges = True