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