4 references to Value
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Syntax.Generated.vb (4)
17734return Update(Me.Kind, isKeyword, Me.OperatorToken, Me.Value) 17753return Update(Me.Kind, Me.IsKeyword, operatorToken, Me.Value) 17785Return Me.Value 17817If kind <> Me.Kind OrElse isKeyword <> Me.IsKeyword OrElse operatorToken <> Me.OperatorToken OrElse value IsNot Me.Value Then