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