14 references to CurrentNodeKind
Microsoft.CodeAnalysis.CSharp (14)
Parser\LanguageParser.cs (14)
927
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ExternAliasDirective)
951
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.UsingDirective)
1113
this.
CurrentNodeKind
== SyntaxKind.AttributeList &&
1190
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Attribute)
1202
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.AttributeArgumentList)
2524
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: true))
3094
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: false))
4470
if (this.IsIncrementalAndFactoryContextMatches && SyntaxFacts.IsAccessorDeclaration(this.
CurrentNodeKind
))
5713
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.EnumMemberDeclaration)
5806
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.IdentifierName)
8770
this.
CurrentNodeKind
== SyntaxKind.Block &&
8811
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Block && attributes.Count == 0)
12077
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ArgumentList)
12093
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.BracketedArgumentList)