7 references to _structNames
Aspire.Hosting.CodeGeneration.Rust (7)
AtsRustCodeGenerator.cs (7)
713var builderStructName = _structNames.TryGetValue(AtsConstants.BuilderTypeId, out var name) 811_structNames.Clear(); 814_structNames[typeId] = CreateStructName(typeId); 832results.Add(new RustHandleType(typeId, _structNames[typeId], isResourceBuilder)); 1001_structNames.TryGetValue(typeId, out var name) ? name : "Handle"; 1120if (_structNames.Values.Contains(name, StringComparer.Ordinal)) 1129while (_structNames.Values.Contains(candidate, StringComparer.Ordinal))