7 references to _structNames
Aspire.Hosting.CodeGeneration.Go (7)
AtsGoCodeGenerator.cs (7)
481var builderStructName = _structNames.TryGetValue(AtsConstants.BuilderTypeId, out var name) 562_structNames.Clear(); 565_structNames[typeId] = CreateStructName(typeId); 579results.Add(new GoHandleType(typeId, _structNames[typeId], isResourceBuilder)); 684_structNames.TryGetValue(typeId, out var name) ? name : "Handle"; 756if (_structNames.Values.Contains(name, StringComparer.Ordinal)) 765while (_structNames.Values.Contains(candidate, StringComparer.Ordinal))