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