19 references to IsIncrementalAndFactoryContextMatches
Microsoft.CodeAnalysis.CSharp (19)
Parser\LanguageParser.cs (19)
935
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.ExternAliasDirective)
959
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.UsingDirective)
1120
if (this.
IsIncrementalAndFactoryContextMatches
&&
1198
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.Attribute)
1210
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.AttributeArgumentList)
2526
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseMemberDeclaration(CurrentNodeKind, isGlobal: true))
3170
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseMemberDeclaration(CurrentNodeKind, isGlobal: false))
4583
if (this.
IsIncrementalAndFactoryContextMatches
&& SyntaxFacts.IsAccessorDeclaration(this.CurrentNodeKind))
4701
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameterList(this.CurrentNode as CSharp.Syntax.ParameterListSyntax, allowOptionalIdentifier: forExtension))
4712
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseBracketedParameterList(this.CurrentNode as CSharp.Syntax.BracketedParameterListSyntax))
4889
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameter(this.CurrentNode as Syntax.ParameterSyntax, allowOptionalIdentifier))
5443
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseVariableDeclarator(this.CurrentNode as CSharp.Syntax.VariableDeclaratorSyntax, flags, isFirst))
5906
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.EnumMemberDeclaration)
5999
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.IdentifierName)
8336
if (this.
IsIncrementalAndFactoryContextMatches
&&
9016
if (this.
IsIncrementalAndFactoryContextMatches
&&
9058
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.Block && attributes.Count == 0)
12389
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.ArgumentList)
12405
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.BracketedArgumentList)