4 writes to IsInterface
Aspire.Hosting.CodeGeneration.Python (4)
AtsPythonCodeGenerator.cs (4)
1909
IsInterface
= typeRef?.IsInterface ?? false,
1937
IsInterface
= true,
1984
IsInterface
= typeRef.IsInterface,
2019
IsInterface
= first.IsInterface,
4 references to IsInterface
Aspire.Hosting.CodeGeneration.Python (4)
AtsPythonCodeGenerator.cs (4)
767
var interfaceClasses = resources.Where(b => b.
IsInterface
).ToList();
802
foreach (var resource in resources.Where(b => !b.
IsInterface
))
1040
if (model.
IsInterface
&& model.Capabilities.Count == 0)
2019
IsInterface = first.
IsInterface
,