Implemented interface member:
method
MatchesScope
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.MatchesScope(Microsoft.CodeAnalysis.SyntaxNode, EnvDTE.vsCMElement)
2 overrides of MatchesScope
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
134
public override bool
MatchesScope
(SyntaxNode node, EnvDTE.vsCMElement scope)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
165
Public Overrides Function
MatchesScope
(node As SyntaxNode, scope As EnvDTE.vsCMElement) As Boolean