3 writes to IsInterface
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (3)
2293
IsInterface
= typeRef?.IsInterface ?? false,
2326
IsInterface
= true,
2365
IsInterface
= typeRef.IsInterface,
1 reference to IsInterface
Aspire.Hosting.CodeGeneration.TypeScript (1)
AtsTypeScriptCodeGenerator.cs (1)
2373
.OrderBy(b => b.
IsInterface
)