2 overrides of ShouldAddWithExistingImport
Microsoft.CodeAnalysis.Features (2)
AddImport\References\MetadataSymbolReference.cs (1)
34protected override bool ShouldAddWithExistingImport(Document document) => true;
AddImport\References\ProjectSymbolReference.cs (1)
50protected override bool ShouldAddWithExistingImport(Document document)
1 reference to ShouldAddWithExistingImport
Microsoft.CodeAnalysis.Features (1)
AddImport\References\SymbolReference.cs (1)
86if (hasExistingImport && !ShouldAddWithExistingImport(document))