8 references to NewKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_AnonymousTypes.vb (1)
22Return AnonymousTypeCreationBinder.BindAnonymousObjectInitializer(Me, node, node.Initializer, node.NewKeyword, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
3994Dim newNewKeyword = DirectCast(VisitToken(node.NewKeyword).Node, InternalSyntax.KeywordSyntax) 3995If node.NewKeyword.Node IsNot newNewKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
23569Return Me.NewKeyword 23613return Update(Me.NewKeyword, attributeLists, Me.Initializer) 23639return Update(Me.NewKeyword, Me.AttributeLists, initializer) 23692If newKeyword <> Me.NewKeyword OrElse attributeLists <> Me.AttributeLists OrElse initializer IsNot Me.Initializer Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1245Return TextSpan.FromBounds(newWith.NewKeyword.Span.Start,