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)
183if (_value.Kind != BicepValueKind.Literal && _valueType == typeof(object)) 188if (targetType.IsAssignableFrom(_valueType)) 193if (targetType == typeof(IPAddress) && _valueType == typeof(string)) 198var sourceUnderlyingType = Nullable.GetUnderlyingType(_valueType) ?? _valueType; 205$"A {valueDescription} of type {_valueType.Name} cannot be assigned to a BicepValue<{targetType.Name}>.");