2 references to XunitCombinatorialDataAttribute
Roslyn.Diagnostics.Analyzers (2)
AbstractRunIterations`1.cs (2)
35
|| !semanticModel.Compilation.TryGetOrCreateTypeByMetadataName(WellKnownTypeNames.
XunitCombinatorialDataAttribute
, out var combinatorialDataAttribute))
106
updatedMethod = syntaxGenerator.AddAttributes(updatedMethod, syntaxGenerator.Attribute(WellKnownTypeNames.
XunitCombinatorialDataAttribute
).WithAddImportsAnnotation());