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