4 references to ImplementsInterface
Microsoft.AspNetCore.Components.Analyzers (4)
InvokeAsyncOfObjectAnalyzer.cs (4)
112if (ijsRuntimeType is not null && ImplementsInterface(type, ijsRuntimeType)) 117if (ijsObjectReferenceType is not null && ImplementsInterface(type, ijsObjectReferenceType)) 122if (ijsInProcessRuntimeType is not null && ImplementsInterface(type, ijsInProcessRuntimeType)) 127if (ijsInProcessObjectReferenceType is not null && ImplementsInterface(type, ijsInProcessObjectReferenceType))