3 references to IsAssignableToInterface
Aspire.Hosting.CodeGeneration.TypeScript (3)
TypeScriptApiProjector.cs (3)
1947if (!IsAssignableToInterface(candidateTypeRef, typeRef.TypeId) || 1976if (IsAssignableToInterface(implementedInterface, interfaceTypeId)) 1982return candidateTypeRef.BaseType is not null && IsAssignableToInterface(candidateTypeRef.BaseType, interfaceTypeId);