2 references to IsBenchmarkOrXUnitTestMethod
Roslyn.Diagnostics.Analyzers (2)
AbstractRunIterations`1.cs (1)
42if (!methodSymbol.IsBenchmarkOrXUnitTestMethod(knownTestAttributes, benchmarkAttribute: null, factAttribute))
RelaxTestNamingSuppressor.cs (1)
55&& method.IsBenchmarkOrXUnitTestMethod(knownTestAttributes, benchmarkAttribute, factAttribute))