2 references to IsJSInteropType
Microsoft.AspNetCore.Components.Analyzers (2)
JSInteropAnalyzer.cs (2)
101
if (
IsJSInteropType
(targetMethod.ContainingType, ijsRuntimeType, ijsInProcessRuntimeType, ijsObjectReferenceType, ijsInProcessObjectReferenceType))
112
return
IsJSInteropType
(receiverType, ijsRuntimeType, ijsInProcessRuntimeType, ijsObjectReferenceType, ijsInProcessObjectReferenceType);