2 writes to AtsTypeId
Aspire.Hosting (2)
Ats\AtsCapabilityScanner.cs (2)
386AtsTypeId = typeId, 831AtsTypeId = atsTypeId,
8 references to AtsTypeId
Aspire.Hosting (5)
Ats\AtsCapabilityScanner.cs (5)
141if (seenTypeIds.Add(typeInfo.AtsTypeId)) 182var validTypes = new HashSet<string>(allTypeInfos.Select(t => t.AtsTypeId)); 217var validTypes = new HashSet<string>(result.HandleTypes.Select(t => t.AtsTypeId)); 369if (typeInfos.Any(t => t.AtsTypeId == typeId)) 721TypeId = typeInfo.AtsTypeId,
Aspire.Hosting.CodeGeneration.TypeScript.Tests (3)
AtsTypeScriptCodeGeneratorTests.cs (3)
728.FirstOrDefault(t => t.AtsTypeId.Contains("ContainerResource") && !t.AtsTypeId.Contains("IContainer")); 733.FirstOrDefault(t => t.AtsTypeId.Contains("TestRedisResource"));