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