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