19 references to IsIncrementalAndFactoryContextMatches
Microsoft.CodeAnalysis.CSharp (19)
Parser\LanguageParser.cs (19)
936
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.ExternAliasDirective)
960
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.UsingDirective)
1121
if (this.
IsIncrementalAndFactoryContextMatches
&&
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))
4789
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameterList(this.CurrentNode as CSharp.Syntax.ParameterListSyntax, identifierIsOptional: forExtensionOrUnion))
4800
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseBracketedParameterList(this.CurrentNode as CSharp.Syntax.BracketedParameterListSyntax))
4977
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameter(this.CurrentNode as Syntax.ParameterSyntax, identifierIsOptional))
5532
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseVariableDeclarator(this.CurrentNode as CSharp.Syntax.VariableDeclaratorSyntax, flags, isFirst))
5995
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.EnumMemberDeclaration)
6088
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.IdentifierName)
8425
if (this.
IsIncrementalAndFactoryContextMatches
&&
9105
if (this.
IsIncrementalAndFactoryContextMatches
&&
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)