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