7 references to WithAddImportsAnnotation
Roslyn.Diagnostics.Analyzers (6)
AbstractRunIterations`1.cs (1)
107updatedMethod = syntaxGenerator.AddAttributes(updatedMethod, syntaxGenerator.Attribute(WellKnownTypeNames.XunitCombinatorialDataAttribute).WithAddImportsAnnotation());
ExportedPartsShouldHaveImportingConstructorCodeFixProvider.cs (2)
116importingConstructor = generator.AddAttributes(importingConstructor, generator.Attribute(generator.TypeExpression(importingConstructorAttributeSymbol).WithAddImportsAnnotation())); 202var newDeclaration = generator.AddAttributes(declaration, generator.Attribute(generator.TypeExpression(importingConstructorAttributeSymbol).WithAddImportsAnnotation()));
ImportingConstructorShouldBeObsoleteCodeFixProvider.cs (2)
103generator.TypeExpression(obsoleteAttributeSymbol).WithAddImportsAnnotation(), 211generator.TypeExpression(mefConstructionType).WithAddImportsAnnotation(),
TestExportsShouldNotBeDiscoverableCodeFixProvider.cs (1)
100var newDeclaration = generator.AddAttributes(declaration, generator.Attribute(generator.TypeExpression(partNotDiscoverableAttributeSymbol).WithAddImportsAnnotation()));
Roslyn.Diagnostics.CSharp.Analyzers (1)
CSharpDoNotUseDebugAssertForInterpolatedStringsFixer.cs (1)
75.WithAddImportsAnnotation()