3 references to EnumTypeId
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
87
var typeId = AtsConstants.
EnumTypeId
(fullName);
1801
return AtsConstants.
EnumTypeId
(type.FullName ?? type.Name);
2073
TypeId = AtsConstants.
EnumTypeId
(type.FullName ?? type.Name),