1 instantiation of GoHandleType
Aspire.Hosting.CodeGeneration.Go (1)
AtsGoCodeGenerator.cs (1)
579
results.Add(new
GoHandleType
(typeId, _structNames[typeId], isResourceBuilder));
6 references to GoHandleType
Aspire.Hosting.CodeGeneration.Go (6)
AtsGoCodeGenerator.cs (6)
199
IReadOnlyList<
GoHandleType
> handleTypes,
212
foreach (
var
handleType in handleTypes.OrderBy(t => t.StructName, StringComparer.Ordinal))
450
IReadOnlyList<
GoHandleType
> handleTypes,
459
foreach (
var
handleType in handleTypes)
532
private IReadOnlyList<
GoHandleType
> BuildHandleTypes(AtsContext context)
569
var results = new List<
GoHandleType
>();