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