1 write to Type
Aspire.Hosting.Azure.Provisioning.Generators (1)
AspireProvisioningProxyGenerator.cs (1)
2866Type = type;
11 references to Type
Aspire.Hosting.Azure.Provisioning.Generators (11)
AspireProvisioningProxyGenerator.cs (11)
1048method.Parameters.Select(static parameter => parameter.Type.ExposedTypeName)) + ")"; 1175AppendMappedToUnderlying(invocation, "@" + mappedParameter.GeneratedName, mappedParameter.Type); 1204: SanitizeIdentifier(string.Join("_", parameters.Select(static parameter => parameter.Type.ExposedTypeName))); 1727AppendMappedToUnderlying(source, "@" + parameter.GeneratedName, parameter.Type); 1827var typeName = parameter.Type.ExposedTypeName; 1829parameter.Type.Kind is MappedTypeKind.Proxy or MappedTypeKind.ProvisionableResource or MappedTypeKind.Collection) 1916AppendUnionAttribute(source, mappedParameter.Type, string.Empty); 1917source.Append(mappedParameter.Type.ExposedTypeName); 1922!mappedParameter.Type.ExposedTypeName.EndsWith("?", StringComparison.Ordinal) && 1968mappedParameters.Add(new MappedParameter(parameter.Parameter, parameter.Type, generatedName)); 1976return parameter.Type.Kind is MappedTypeKind.Proxy or MappedTypeKind.ProvisionableResource &&