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