3 writes to _typeOfKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
16457Me._typeOfKeyword = typeOfKeyword 16473Me._typeOfKeyword = typeOfKeyword 16488Me._typeOfKeyword = typeOfKeyword
6 references to _typeOfKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
16507Return Me._typeOfKeyword 16541Return Me._typeOfKeyword 16556Return new TypeOfExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _typeOfKeyword, _expression, _operatorToken, _type) 16560Return new TypeOfExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _typeOfKeyword, _expression, _operatorToken, _type) 32210If node._typeOfKeyword IsNot newTypeOfKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
22479return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeOfExpressionSyntax)._typeOfKeyword, Me.Position, 0)