19 references to IsIncrementalAndFactoryContextMatches
Microsoft.CodeAnalysis.CSharp (19)
Parser\LanguageParser.cs (19)
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))
4115
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameterList(this.CurrentNode as CSharp.Syntax.ParameterListSyntax))
4126
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseBracketedParameterList(this.CurrentNode as CSharp.Syntax.BracketedParameterListSyntax))
4288
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseParameter(this.CurrentNode as CSharp.Syntax.ParameterSyntax))
4889
if (this.
IsIncrementalAndFactoryContextMatches
&& CanReuseVariableDeclarator(this.CurrentNode as CSharp.Syntax.VariableDeclaratorSyntax, flags, isFirst))
5292
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.EnumMemberDeclaration)
5385
if (this.
IsIncrementalAndFactoryContextMatches
&& this.CurrentNodeKind == SyntaxKind.IdentifierName)
7447
return this.
IsIncrementalAndFactoryContextMatches
&&
8062
if (this.
IsIncrementalAndFactoryContextMatches
&&
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)