3 writes to IsInterface
Aspire.Hosting.CodeGeneration.TypeScript (3)
TypeScriptApiProjector.cs (3)
2732
IsInterface
= typeRef?.IsInterface ?? false,
2766
IsInterface
= true,
2805
IsInterface
= typeRef.IsInterface,
4 references to IsInterface
Aspire.Hosting.CodeGeneration.TypeScript (4)
TypeScriptApiProjector.cs (4)
2815
.OrderBy(builder => builder.
IsInterface
)
2821
.OrderBy(builder => builder.
IsInterface
)
2883
if (retainedBuilder.
IsInterface
== candidate.
IsInterface
||