23 references to DeriveTypeId
Aspire.Hosting (16)
Ats\AtsCapabilityScanner.cs (16)
908
? AtsTypeMapping.
DeriveTypeId
(exportAttr.Type)
909
: AtsTypeMapping.
DeriveTypeId
(type);
941
var typeId = AtsTypeMapping.
DeriveTypeId
(type);
1839
return AtsTypeMapping.
DeriveTypeId
(constraints[0]);
1843
return AtsTypeMapping.
DeriveTypeId
(resourceType);
1863
return AtsTypeMapping.
DeriveTypeId
(type);
1869
return AtsTypeMapping.
DeriveTypeId
(type);
2158
var constraintTypeId = AtsTypeMapping.
DeriveTypeId
(constraintType);
2169
var typeId = AtsTypeMapping.
DeriveTypeId
(resourceType);
2208
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2220
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2230
TypeId = AtsTypeMapping.
DeriveTypeId
(type),
2307
var ifaceTypeId = AtsTypeMapping.
DeriveTypeId
(iface);
2342
var baseTypeId = AtsTypeMapping.
DeriveTypeId
(currentBase);
2387
var typeId = AtsTypeMapping.
DeriveTypeId
(constraint);
2429
var typeId = AtsTypeMapping.
DeriveTypeId
(resourceType);
Aspire.Hosting.CodeGeneration.TypeScript.Tests (3)
AtsTypeScriptCodeGeneratorTests.cs (3)
1368
var javaScriptAppTypeId = AtsTypeMapping.
DeriveTypeId
(typeof(Aspire.Hosting.JavaScript.JavaScriptAppResource));
1369
var nodeAppTypeId = AtsTypeMapping.
DeriveTypeId
(typeof(Aspire.Hosting.JavaScript.NodeAppResource));
1370
var viteAppTypeId = AtsTypeMapping.
DeriveTypeId
(typeof(Aspire.Hosting.JavaScript.ViteAppResource));
Aspire.Hosting.RemoteHost (4)
Ats\AtsMarshaller.cs (4)
229
Hosting.Ats.AtsTypeCategory.Handle => _handles.Marshal(value, Hosting.Ats.AtsTypeMapping.
DeriveTypeId
(type)),
230
_ => _handles.Marshal(value, Hosting.Ats.AtsTypeMapping.
DeriveTypeId
(type))
256
return _handles.Marshal(value, Hosting.Ats.AtsTypeMapping.
DeriveTypeId
(type));
271
return _handles.Marshal(value, Hosting.Ats.AtsTypeMapping.
DeriveTypeId
(type));