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