1 write to ReturnType
Aspire.Hosting.Azure.Provisioning.Generators (1)
AspireProvisioningProxyGenerator.cs (1)
2829
ReturnType
= returnType;
4 references to ReturnType
Aspire.Hosting.Azure.Provisioning.Generators (4)
AspireProvisioningProxyGenerator.cs (4)
1150
source.Append(" internal ").Append(mappedMethod.
ReturnType
.ExposedTypeName).Append(" @").Append(method.Name).Append('(');
1185
if (RequiresCapturedNullableReturnValue(mappedMethod.
ReturnType
))
1192
AppendMappedFromUnderlying(source, invocation.ToString(), mappedMethod.
ReturnType
);
1224
.Append(" ? new ").Append(mappedMethod.
ReturnType
.ExposedTypeName.TrimEnd('?'))