8 references to OperatorToken
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_SelectCase.vb (3)
208Debug.Assert(SyntaxFacts.IsRelationalOperator(node.OperatorToken.Kind) OrElse node.ContainsDiagnostics) 227operatorTokenKind:=node.OperatorToken.Kind, 479operatorTokenKind:=syntax.OperatorToken.Kind,
Generated\Syntax.xml.Main.Generated.vb (2)
3338Dim newOperatorToken = DirectCast(VisitToken(node.OperatorToken).Node, InternalSyntax.PunctuationSyntax) 3339If node.OperatorToken.Node IsNot newOperatorToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
17734return Update(Me.Kind, isKeyword, Me.OperatorToken, Me.Value) 17770return Update(Me.Kind, Me.IsKeyword, Me.OperatorToken, value) 17817If kind <> Me.Kind OrElse isKeyword <> Me.IsKeyword OrElse operatorToken <> Me.OperatorToken OrElse value IsNot Me.Value Then