4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
20722
Me.
_type
= type
20738
Me.
_type
= type
20753
Me.
_type
= type
20775
Me.
_type
= _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
20790
writer.WriteValue(Me.
_type
)
20825
Return Me.
_type
20845
Return Me.
_type
20856
Return new GetTypeExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _getTypeKeyword, _openParenToken,
_type
, _closeParenToken)
20860
Return new GetTypeExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _getTypeKeyword, _openParenToken,
_type
, _closeParenToken)
40122
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
40123
If node.
_type
IsNot newType Then anyChanges = True