2 writes to AtsTypeId
Aspire.Hosting (2)
Ats\AtsCapabilityScanner.cs (2)
386
AtsTypeId
= typeId,
831
AtsTypeId
= atsTypeId,
8 references to AtsTypeId
Aspire.Hosting (5)
Ats\AtsCapabilityScanner.cs (5)
141
if (seenTypeIds.Add(typeInfo.
AtsTypeId
))
182
var validTypes = new HashSet<string>(allTypeInfos.Select(t => t.
AtsTypeId
));
217
var validTypes = new HashSet<string>(result.HandleTypes.Select(t => t.
AtsTypeId
));
369
if (typeInfos.Any(t => t.
AtsTypeId
== typeId))
721
TypeId = 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"));