2 overrides of CanAddImportForType
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddImportFeatureService.cs (1)
170
protected override bool
CanAddImportForType
(string diagnosticId, SyntaxNode node, out SimpleNameSyntax nameNode)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
AddImport\VisualBasicAddImportFeatureService.vb (1)
132
Protected Overrides Function
CanAddImportForType
(
2 references to CanAddImportForType
Microsoft.CodeAnalysis.Features (2)
AddImport\SymbolReferenceFinder.cs (1)
186
if (!_owner.
CanAddImportForType
(_diagnosticId, _node, out var nameNode))
AddImport\SymbolReferenceFinder_PackageAssemblySearch.cs (1)
30
if (!_owner.
CanAddImportForType
(_diagnosticId, _node, out var nameNode))