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