1 instantiation of GoHandleType
Aspire.Hosting.CodeGeneration.Go (1)
AtsGoCodeGenerator.cs (1)
580
results.Add(new
GoHandleType
(typeId, _structNames[typeId], isResourceBuilder));
6 references to GoHandleType
Aspire.Hosting.CodeGeneration.Go (6)
AtsGoCodeGenerator.cs (6)
198
IReadOnlyList<
GoHandleType
> handleTypes,
211
foreach (
var
handleType in handleTypes.OrderBy(t => t.StructName, StringComparer.Ordinal))
446
IReadOnlyList<
GoHandleType
> handleTypes,
455
foreach (
var
handleType in handleTypes)
528
private IReadOnlyList<
GoHandleType
> BuildHandleTypes(AtsContext context)
571
var results = new List<
GoHandleType
>();