1 write to _valueType
Aspire.Hosting.Azure.Provisioning (1)
BicepValueProxy.cs (1)
25
_valueType
= valueType;
6 references to _valueType
Aspire.Hosting.Azure.Provisioning (6)
BicepValueProxy.cs (6)
183
if (_value.Kind != BicepValueKind.Literal &&
_valueType
== typeof(object))
188
if (targetType.IsAssignableFrom(
_valueType
))
193
if (targetType == typeof(IPAddress) &&
_valueType
== typeof(string))
198
var sourceUnderlyingType = Nullable.GetUnderlyingType(
_valueType
) ??
_valueType
;
205
$"A {valueDescription} of type {
_valueType
.Name} cannot be assigned to a BicepValue<{targetType.Name}>.");