3 references to EnumTypeId
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
85
var typeId = AtsConstants.
EnumTypeId
(fullName);
1641
return AtsConstants.
EnumTypeId
(type.FullName ?? type.Name);
1895
TypeId = AtsConstants.
EnumTypeId
(type.FullName ?? type.Name),