2 references to GetInterfaceType
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\Analyzers\VisualBasic\CodeFixes\ImplementInterface\VisualBasicImplementInterfaceService.vb (2)
66
interfaceTypes = ImmutableArray.Create(
GetInterfaceType
(model, interfaceNode, cancellationToken))
69
Function(t)
GetInterfaceType
(model, t, cancellationToken))