20 references to DeriveTypeId
Aspire.Hosting (16)
Ats\AtsCapabilityScanner.cs (16)
825
? AtsTypeMapping.
DeriveTypeId
(exportAttr.Type)
826
: AtsTypeMapping.
DeriveTypeId
(type);
858
var typeId = AtsTypeMapping.
DeriveTypeId
(type);
1740
return AtsTypeMapping.
DeriveTypeId
(constraints[0]);
1744
return AtsTypeMapping.
DeriveTypeId
(resourceType);
1764
return AtsTypeMapping.
DeriveTypeId
(type);
1770
return AtsTypeMapping.
DeriveTypeId
(type);
2059
var constraintTypeId = AtsTypeMapping.
DeriveTypeId
(constraintType);
2070
var typeId = AtsTypeMapping.
DeriveTypeId
(resourceType);
2109
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2121
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2131
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2208
var ifaceTypeId = AtsTypeMapping.
DeriveTypeId
(iface);
2243
var baseTypeId = AtsTypeMapping.
DeriveTypeId
(currentBase);
2288
var typeId = AtsTypeMapping.
DeriveTypeId
(constraint);
2330
var typeId = AtsTypeMapping.
DeriveTypeId
(resourceType);
Aspire.Hosting.RemoteHost (4)
Ats\AtsMarshaller.cs (4)
218
Hosting.Ats.AtsTypeCategory.Handle => _handles.Marshal(value, Hosting.Ats.AtsTypeMapping.
DeriveTypeId
(type)),
219
_ => _handles.Marshal(value, Hosting.Ats.AtsTypeMapping.
DeriveTypeId
(type))
245
return _handles.Marshal(value, Hosting.Ats.AtsTypeMapping.
DeriveTypeId
(type));
260
return _handles.Marshal(value, Hosting.Ats.AtsTypeMapping.
DeriveTypeId
(type));