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