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