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