4 writes to IsInterface
Aspire.Hosting.CodeGeneration.Python (4)
AtsPythonCodeGenerator.cs (4)
1988
IsInterface
= typeRef?.IsInterface ?? false,
2016
IsInterface
= true,
2063
IsInterface
= typeRef.IsInterface,
2098
IsInterface
= first.IsInterface,
4 references to IsInterface
Aspire.Hosting.CodeGeneration.Python (4)
AtsPythonCodeGenerator.cs (4)
842
var interfaceClasses = resources.Where(b => b.
IsInterface
).ToList();
877
foreach (var resource in resources.Where(b => !b.
IsInterface
))
1115
if (model.
IsInterface
&& model.Capabilities.Count == 0)
2098
IsInterface = first.
IsInterface
,