2 writes to ImplementedInterfaces
Aspire.Hosting (2)
Ats\AtsCapabilityScanner.cs (2)
405ImplementedInterfaces = implementedInterfaces, 845ImplementedInterfaces = implementedInterfaces,
7 references to ImplementedInterfaces
Aspire.Hosting (1)
Ats\AtsCapabilityScanner.cs (1)
739foreach (var iface in typeInfo.ImplementedInterfaces)
Aspire.Hosting.CodeGeneration.Go.Tests (1)
AtsGoCodeGeneratorTests.cs (1)
199var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.CodeGeneration.Java.Tests (1)
AtsJavaCodeGeneratorTests.cs (1)
198var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
199var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.CodeGeneration.Rust.Tests (1)
AtsRustCodeGeneratorTests.cs (1)
199var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
AtsTypeScriptCodeGeneratorTests.cs (1)
743var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.RemoteHost (1)
CodeGeneration\CodeGenerationService.cs (1)
113ImplementedInterfaces = t.ImplementedInterfaces.Select(MapTypeRef).ToList(),