14 references to CurrentNodeKind
Microsoft.CodeAnalysis.CSharp (14)
Parser\LanguageParser.cs (14)
928
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ExternAliasDirective)
952
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.UsingDirective)
1114
this.
CurrentNodeKind
== SyntaxKind.AttributeList &&
1191
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Attribute)
1203
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.AttributeArgumentList)
2484
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: true))
3054
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: false))
4390
if (this.IsIncrementalAndFactoryContextMatches && SyntaxFacts.IsAccessorDeclaration(this.
CurrentNodeKind
))
5612
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.EnumMemberDeclaration)
5705
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.IdentifierName)
8669
this.
CurrentNodeKind
== SyntaxKind.Block &&
8710
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Block && attributes.Count == 0)
11890
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ArgumentList)
11906
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.BracketedArgumentList)