1 implementation of MatchesScope
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
169
public abstract bool
MatchesScope
(SyntaxNode node, EnvDTE.vsCMElement scope);
1 reference to MatchesScope
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel.cs (1)
607
var node = parent?.AncestorsAndSelf().FirstOrDefault(n => CodeModelService.
MatchesScope
(n, scope));