19 references to IsIncrementalAndFactoryContextMatches
Microsoft.CodeAnalysis.CSharp (19)
Parser\LanguageParser.cs (19)
927
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.ExternAliasDirective)
951
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.UsingDirective)
1112
if (this.
IsIncrementalAndFactoryContextMatches
&&
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))
4472
if (this.
IsIncrementalAndFactoryContextMatches
&& SyntaxFacts.IsAccessorDeclaration(this.CurrentNodeKind))
4590
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameterList(this.CurrentNode as CSharp.Syntax.ParameterListSyntax, allowOptionalIdentifier: forExtension))
4601
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseBracketedParameterList(this.CurrentNode as CSharp.Syntax.BracketedParameterListSyntax))
4777
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameter(this.CurrentNode as Syntax.ParameterSyntax, allowOptionalIdentifier))
5313
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseVariableDeclarator(this.CurrentNode as CSharp.Syntax.VariableDeclaratorSyntax, flags, isFirst))
5715
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.EnumMemberDeclaration)
5808
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.IdentifierName)
8151
if (this.
IsIncrementalAndFactoryContextMatches
&&
8782
if (this.
IsIncrementalAndFactoryContextMatches
&&
8824
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.Block && attributes.Count == 0)
12108
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.ArgumentList)
12124
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.BracketedArgumentList)