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