13 references to ErrorKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Main.Generated.vb (2)
3176
Dim newErrorKeyword = DirectCast(VisitToken(node.
ErrorKeyword
).Node, InternalSyntax.KeywordSyntax)
3177
If node.
ErrorKeyword
.Node IsNot newErrorKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
16398
return Update(Me.Kind, onKeyword, Me.
ErrorKeyword
, Me.GoToKeyword, Me.Minus, Me.Label)
16434
return Update(Me.Kind, Me.OnKeyword, Me.
ErrorKeyword
, goToKeyword, Me.Minus, Me.Label)
16458
return Update(Me.Kind, Me.OnKeyword, Me.
ErrorKeyword
, Me.GoToKeyword, minus, Me.Label)
16476
return Update(Me.Kind, Me.OnKeyword, Me.
ErrorKeyword
, Me.GoToKeyword, Me.Minus, label)
16529
If kind <> Me.Kind OrElse onKeyword <> Me.OnKeyword OrElse errorKeyword <> Me.
ErrorKeyword
OrElse goToKeyword <> Me.GoToKeyword OrElse minus <> Me.Minus OrElse label IsNot Me.Label Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (6)
Generated\Syntax.Test.xml.Generated.vb (6)
19755
Assert.NotNull(objectUnderTest.
errorKeyword
)
19758
Dim withObj = objectUnderTest.WithOnKeyword(objectUnderTest.OnKeyword).WithErrorKeyword(objectUnderTest.
ErrorKeyword
).WithGoToKeyword(objectUnderTest.GoToKeyword).WithMinus(objectUnderTest.Minus).WithLabel(objectUnderTest.Label)
19766
Assert.NotNull(objectUnderTest.
errorKeyword
)
19769
Dim withObj = objectUnderTest.WithOnKeyword(objectUnderTest.OnKeyword).WithErrorKeyword(objectUnderTest.
ErrorKeyword
).WithGoToKeyword(objectUnderTest.GoToKeyword).WithMinus(objectUnderTest.Minus).WithLabel(objectUnderTest.Label)
19777
Assert.NotNull(objectUnderTest.
errorKeyword
)
19780
Dim withObj = objectUnderTest.WithOnKeyword(objectUnderTest.OnKeyword).WithErrorKeyword(objectUnderTest.
ErrorKeyword
).WithGoToKeyword(objectUnderTest.GoToKeyword).WithMinus(objectUnderTest.Minus).WithLabel(objectUnderTest.Label)