2 references to AspireValueAttributeFullName
Aspire.TypeSystem (2)
AttributeDataReader.cs (2)
82
=> FindSingleAttribute<AspireValueData>(field.GetCustomAttributesData(),
AspireValueAttributeFullName
, ParseAspireValueData);
88
=> FindSingleAttribute<AspireValueData>(property.GetCustomAttributesData(),
AspireValueAttributeFullName
, ParseAspireValueData);