4 references to IsNameTaken
Aspire.Hosting.CodeGeneration.Go (4)
AtsGoCodeGenerator.cs (4)
216
if (!
IsNameTaken
(sanitized))
224
interfaceName = !
IsNameTaken
(prefixed)
267
if (!
IsNameTaken
(simpleName) && !optionsNamesInUse.Contains(simpleName))
274
else if (optionsNamesInUse.Contains(simpleName) && !
IsNameTaken
(simpleName))