7 writes to ImplementedInterfaces
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
670ImplementedInterfaces = [genericInterfaceTypeRef]
Aspire.Hosting.RemoteHost (2)
AtsCapabilityScanner.cs (2)
494ImplementedInterfaces = implementedInterfaces, 1056ImplementedInterfaces = implementedInterfaces,
Aspire.Hosting.RemoteHost.Tests (4)
AtsContextFilterTests.cs (4)
386ImplementedInterfaces = [] 397ImplementedInterfaces = [] 408ImplementedInterfaces = [] 419ImplementedInterfaces = []
10 references to ImplementedInterfaces
Aspire.Hosting.CodeGeneration.Go.Tests (1)
AtsGoCodeGeneratorTests.cs (1)
281var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.CodeGeneration.Java.Tests (1)
AtsJavaCodeGeneratorTests.cs (1)
273var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.CodeGeneration.Python.Tests (1)
AtsPythonCodeGeneratorTests.cs (1)
218var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.CodeGeneration.Rust.Tests (1)
AtsRustCodeGeneratorTests.cs (1)
277var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
AtsTypeScriptCodeGeneratorTests.cs (1)
1104var hasEnvironmentInterface = testRedisType.ImplementedInterfaces
Aspire.Hosting.RemoteHost (5)
AtsCapabilityScanner.cs (2)
889ImplementedInterfaces = typeInfo.ImplementedInterfaces, 898foreach (var iface in typeInfo.ImplementedInterfaces)
AtsContextFilter.cs (2)
328ImplementedInterfaces = handleType.ImplementedInterfaces 462foreach (var implementedInterface in handleType.ImplementedInterfaces)
CodeGeneration\CodeGenerationService.cs (1)
159ImplementedInterfaces = t.ImplementedInterfaces.Select(MapTypeRef).ToList(),