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