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