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