20 references to DeriveTypeId
Aspire.Hosting (16)
Ats\AtsCapabilityScanner.cs (16)
814
? AtsTypeMapping.
DeriveTypeId
(exportAttr.Type)
815
: AtsTypeMapping.
DeriveTypeId
(type);
847
var typeId = AtsTypeMapping.
DeriveTypeId
(type);
1706
return AtsTypeMapping.
DeriveTypeId
(constraints[0]);
1710
return AtsTypeMapping.
DeriveTypeId
(resourceType);
1730
return AtsTypeMapping.
DeriveTypeId
(type);
1736
return AtsTypeMapping.
DeriveTypeId
(type);
2008
var constraintTypeId = AtsTypeMapping.
DeriveTypeId
(constraintType);
2019
var typeId = AtsTypeMapping.
DeriveTypeId
(resourceType);
2058
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2070
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2080
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2157
var ifaceTypeId = AtsTypeMapping.
DeriveTypeId
(iface);
2192
var baseTypeId = AtsTypeMapping.
DeriveTypeId
(currentBase);
2237
var typeId = AtsTypeMapping.
DeriveTypeId
(constraint);
2279
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));