1 implementation of IsTestMethod
Microsoft.CodeAnalysis.Features (1)
Testing\AbstractTestMethodFinder.cs (1)
81public bool IsTestMethod(SyntaxNode node)
1 reference to IsTestMethod
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensHandler.cs (1)
126var isTestMethod = testMethodFinder.IsTestMethod(member.Node);