7 references to _structNames
Aspire.Hosting.CodeGeneration.Go (7)
AtsGoCodeGenerator.cs (7)
477var builderStructName = _structNames.TryGetValue(AtsConstants.BuilderTypeId, out var name) 564_structNames.Clear(); 567_structNames[typeId] = CreateStructName(typeId); 580results.Add(new GoHandleType(typeId, _structNames[typeId], isResourceBuilder)); 696_structNames.TryGetValue(typeId, out var name) ? name : "Handle"; 773if (_structNames.Values.Contains(name, StringComparer.Ordinal)) 782while (_structNames.Values.Contains(candidate, StringComparer.Ordinal))