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