14 references to CurrentNodeKind
Microsoft.CodeAnalysis.CSharp (14)
Parser\LanguageParser.cs (14)
936
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ExternAliasDirective)
960
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.UsingDirective)
1122
this.
CurrentNodeKind
== SyntaxKind.AttributeList &&
1199
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Attribute)
1211
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.AttributeArgumentList)
2568
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: true))
3212
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: false))
4625
if (this.IsIncrementalAndFactoryContextMatches && SyntaxFacts.IsAccessorDeclaration(this.
CurrentNodeKind
))
5949
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.EnumMemberDeclaration)
6042
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.IdentifierName)
9060
this.
CurrentNodeKind
== SyntaxKind.Block &&
9101
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Block && attributes.Count == 0)
12432
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ArgumentList)
12448
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.BracketedArgumentList)