3 writes to IsInterface
Aspire.Hosting.CodeGeneration.TypeScript (3)
TypeScriptApiProjector.cs (3)
2744
IsInterface
= typeRef?.IsInterface ?? false,
2778
IsInterface
= true,
2817
IsInterface
= typeRef.IsInterface,
4 references to IsInterface
Aspire.Hosting.CodeGeneration.TypeScript (4)
TypeScriptApiProjector.cs (4)
2827
.OrderBy(builder => builder.
IsInterface
)
2833
.OrderBy(builder => builder.
IsInterface
)
2895
if (retainedBuilder.
IsInterface
== candidate.
IsInterface
||