2 references to CanReuseMemberDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
2484
if (this.IsIncrementalAndFactoryContextMatches &&
CanReuseMemberDeclaration
(CurrentNodeKind, isGlobal: true))
3054
if (this.IsIncrementalAndFactoryContextMatches &&
CanReuseMemberDeclaration
(CurrentNodeKind, isGlobal: false))