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