2 references to GetAllInterfaceMethods
Microsoft.AspNetCore.SignalR.Core (2)
Internal\TypedClientBuilder.cs (2)
65
foreach (var method in
GetAllInterfaceMethods
(typeof(T)))
81
foreach (var parentMethod in
GetAllInterfaceMethods
(parent))