9 references to HashToken
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Main.Generated.vb (2)
5489Dim newHashToken = DirectCast(VisitToken(node.HashToken).Node, InternalSyntax.PunctuationSyntax) 5490If node.HashToken.Node IsNot newHashToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
36579Return Me.HashToken 36607return Update(Me.HashToken, endKeyword, Me.IfKeyword) 36622return Update(Me.HashToken, Me.EndKeyword, ifKeyword) 36662If hashToken <> Me.HashToken OrElse endKeyword <> Me.EndKeyword OrElse ifKeyword <> Me.IfKeyword Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Highlighting\KeywordHighlighters\ConditionalPreprocessorHighlighter.vb (1)
42highlights.Add(TextSpan.FromBounds(.HashToken.SpanStart, .IfKeyword.Span.End))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21829Assert.NotNull(objectUnderTest.hashToken) 21832Dim withObj = objectUnderTest.WithHashToken(objectUnderTest.HashToken).WithEndKeyword(objectUnderTest.EndKeyword).WithIfKeyword(objectUnderTest.IfKeyword)