2 references to IsTestMethod
Microsoft.ML.InternalCodeAnalyzer (2)
BaseTestClassAnalyzer.cs (1)
76
if (member is IMethodSymbol method && method.
IsTestMethod
(_knownTestAttributes, _factAttribute))
RelaxTestNamingSuppressor.cs (1)
47
&& method.
IsTestMethod
(knownTestAttributes, factAttribute))