4 references to GetRequiredHostingType
Aspire.Hosting.RemoteHost (4)
Ats\ReferenceExpressionRef.cs (4)
178var valueProviderType = GetRequiredHostingType(HostingTypeNames.ValueProviderInterface, conditionObj); 321var builderType = GetRequiredHostingType(HostingTypeNames.ReferenceExpressionBuilder); 367var referenceExpressionType = GetRequiredHostingType(HostingTypeNames.ReferenceExpression, condition); 368var valueProviderType = GetRequiredHostingType(HostingTypeNames.ValueProviderInterface, condition);