1 implementation of GetInterfaceTypes
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.cs (1)
49
public ImmutableArray<SyntaxNode>
GetInterfaceTypes
(SyntaxNode typeDeclaration)
1 reference to GetInterfaceTypes
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\ImplementInterfaceCodeRefactoringProvider.cs (1)
37
foreach (var typeNode in service.
GetInterfaceTypes
(typeDeclaration))