2 references to GetFriendlyTypeIdentifier
Aspire.Hosting.Azure.Provisioning.Generators (2)
AspireProvisioningProxyGenerator.cs (2)
586collection => namePrefix + collection.Kind + "Of" + GetFriendlyTypeIdentifier(collection.ElementType) + "Proxy", 646name.Append("Of").Append(GetFriendlyTypeIdentifier(argument));