14 references to CurrentNodeKind
Microsoft.CodeAnalysis.CSharp (14)
Parser\LanguageParser.cs (14)
760
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ExternAliasDirective)
784
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.UsingDirective)
890
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.AttributeList)
935
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Attribute)
947
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.AttributeArgumentList)
2150
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: true))
2720
if (this.IsIncrementalAndFactoryContextMatches && CanReuseMemberDeclaration(
CurrentNodeKind
, isGlobal: false))
3999
if (this.IsIncrementalAndFactoryContextMatches && SyntaxFacts.IsAccessorDeclaration(this.
CurrentNodeKind
))
5292
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.EnumMemberDeclaration)
5385
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.IdentifierName)
8063
this.
CurrentNodeKind
== SyntaxKind.Block &&
8104
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.Block && attributes.Count == 0)
11022
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.ArgumentList)
11038
if (this.IsIncrementalAndFactoryContextMatches && this.
CurrentNodeKind
== SyntaxKind.BracketedArgumentList)