4 writes to _type
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
20891
Me.
_type
= type
20907
Me.
_type
= type
20922
Me.
_type
= type
20947
Me.
_type
= _type
7 references to _type
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
20958
writer.WriteValue(Me.
_type
)
21001
Return Me.
_type
21014
Return Me.
_type
21023
Return new TypeOfExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _typeOfKeyword, _expression, _operatorToken,
_type
)
21027
Return new TypeOfExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _typeOfKeyword, _expression, _operatorToken,
_type
)
40143
Dim newType = DirectCast(Visit(node.
_type
), TypeSyntax)
40144
If node.
_type
IsNot newType Then anyChanges = True