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)
2614
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: true))
3258
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: false))
4671
if (this.IsIncrementalAndFactoryContextMatches && SyntaxFacts.IsAccessorDeclaration(this.
CurrentNodeKind
))
5995
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.EnumMemberDeclaration)
6088
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.IdentifierName)
9106
this.
CurrentNodeKind
== SyntaxKind.Block &&
9147
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Block && attributes.Count == 0)
12482
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ArgumentList)
12498
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.BracketedArgumentList)