19 references to IsIncrementalAndFactoryContextMatches
Microsoft.CodeAnalysis.CSharp (19)
Parser\LanguageParser.cs (19)
920
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.ExternAliasDirective)
944
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.UsingDirective)
1105
if (this.
IsIncrementalAndFactoryContextMatches
&&
1183
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.Attribute)
1195
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.AttributeArgumentList)
2598
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseMemberDeclaration(CurrentNodeKind, isGlobal: true))
3247
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseMemberDeclaration(CurrentNodeKind, isGlobal: false))
4634
if (this.
IsIncrementalAndFactoryContextMatches
&& SyntaxFacts.IsAccessorDeclaration(this.CurrentNodeKind))
4752
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameterList(this.CurrentNode as CSharp.Syntax.ParameterListSyntax, identifierIsOptional: forExtensionOrUnion))
4763
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseBracketedParameterList(this.CurrentNode as CSharp.Syntax.BracketedParameterListSyntax))
4940
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameter(this.CurrentNode as Syntax.ParameterSyntax, identifierIsOptional))
5491
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseVariableDeclarator(this.CurrentNode as CSharp.Syntax.VariableDeclaratorSyntax, flags, isFirst))
5954
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.EnumMemberDeclaration)
6047
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.IdentifierName)
8366
if (this.
IsIncrementalAndFactoryContextMatches
&&
9062
if (this.
IsIncrementalAndFactoryContextMatches
&&
9104
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.Block && attributes.Count == 0)
12445
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.ArgumentList)
12461
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.BracketedArgumentList)